[][src]Enum circuit_playground_express::atsamd21g18a::wdt::ewctrl::EWOFFSETW

pub enum EWOFFSETW {
    _8,
    _16,
    _32,
    _64,
    _128,
    _256,
    _512,
    _1K,
    _2K,
    _4K,
    _8K,
    _16K,
}

Values that can be written to the field EWOFFSET

Variants

_8

8 clock cycles

_16

16 clock cycles

_32

32 clock cycles

_64

64 clock cycles

_128

128 clock cycles

_256

256 clock cycles

_512

512 clock cycles

_1K

1024 clock cycles

_2K

2048 clock cycles

_4K

4096 clock cycles

_8K

8192 clock cycles

_16K

16384 clock cycles

Auto Trait Implementations

impl Send for EWOFFSETW

impl Sync for EWOFFSETW

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.

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

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

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

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