Enum atsame54n19a_pac::wdt::ewctrl::EWOFFSET_A[][src]

#[repr(u8)]pub enum EWOFFSET_A {
    CYC8,
    CYC16,
    CYC32,
    CYC64,
    CYC128,
    CYC256,
    CYC512,
    CYC1024,
    CYC2048,
    CYC4096,
    CYC8192,
    CYC16384,
}

Early Warning Interrupt Time Offset

Value on reset: 11

Variants

CYC8

0: 8 clock cycles

CYC16

1: 16 clock cycles

CYC32

2: 32 clock cycles

CYC64

3: 64 clock cycles

CYC128

4: 128 clock cycles

CYC256

5: 256 clock cycles

CYC512

6: 512 clock cycles

CYC1024

7: 1024 clock cycles

CYC2048

8: 2048 clock cycles

CYC4096

9: 4096 clock cycles

CYC8192

10: 8192 clock cycles

CYC16384

11: 16384 clock cycles

Trait Implementations

impl Clone for EWOFFSET_A[src]

impl Copy for EWOFFSET_A[src]

impl Debug for EWOFFSET_A[src]

impl PartialEq<EWOFFSET_A> for EWOFFSET_A[src]

impl StructuralPartialEq for EWOFFSET_A[src]

Auto Trait Implementations

impl Send for EWOFFSET_A

impl Sync for EWOFFSET_A

impl Unpin for EWOFFSET_A

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.