[][src]Enum cc13x2_cc26x2_hal::aon_rtc::ctl::EV_DELAYW

pub enum EV_DELAYW {
    D144,
    D128,
    D112,
    D96,
    D80,
    D64,
    D48,
    D32,
    D16,
    D8,
    D4,
    D2,
    D1,
    D0,
}

Values that can be written to the field EV_DELAY

Variants

D144

Delay by 144 clock cycles

D128

Delay by 128 clock cycles

D112

Delay by 112 clock cycles

D96

Delay by 96 clock cycles

D80

Delay by 80 clock cycles

D64

Delay by 64 clock cycles

D48

Delay by 48 clock cycles

D32

Delay by 32 clock cycles

D16

Delay by 16 clock cycles

D8

Delay by 8 clock cycles

D4

Delay by 4 clock cycles

D2

Delay by 2 clock cycles

D1

Delay by 1 clock cycles

D0

No delay on delayed event

Auto Trait Implementations

impl Send for EV_DELAYW

impl Sync for EV_DELAYW

Blanket Implementations

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> From for T[src]

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]

impl<T> Same for T

type Output = T

Should always be Self