[][src]Enum atsamd51j19a::wdt::config::PERW

pub enum PERW {
    CYC8,
    CYC16,
    CYC32,
    CYC64,
    CYC128,
    CYC256,
    CYC512,
    CYC1024,
    CYC2048,
    CYC4096,
    CYC8192,
    CYC16384,
}

Values that can be written to the field PER

Variants

CYC8

8 clock cycles

CYC16

16 clock cycles

CYC32

32 clock cycles

CYC64

64 clock cycles

CYC128

128 clock cycles

CYC256

256 clock cycles

CYC512

512 clock cycles

CYC1024

1024 clock cycles

CYC2048

2048 clock cycles

CYC4096

4096 clock cycles

CYC8192

8192 clock cycles

CYC16384

16384 clock cycles

Auto Trait Implementations

impl Send for PERW

impl Sync for PERW

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]