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

pub enum EV_DELAYR {
    D144,
    D128,
    D112,
    D96,
    D80,
    D64,
    D48,
    D32,
    D16,
    D8,
    D4,
    D2,
    D1,
    D0,
    _Reserved(u8),
}

Possible values of 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

_Reserved(u8)

Reserved

Methods

impl EV_DELAYR[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_d144(&self) -> bool[src]

Checks if the value of the field is D144

pub fn is_d128(&self) -> bool[src]

Checks if the value of the field is D128

pub fn is_d112(&self) -> bool[src]

Checks if the value of the field is D112

pub fn is_d96(&self) -> bool[src]

Checks if the value of the field is D96

pub fn is_d80(&self) -> bool[src]

Checks if the value of the field is D80

pub fn is_d64(&self) -> bool[src]

Checks if the value of the field is D64

pub fn is_d48(&self) -> bool[src]

Checks if the value of the field is D48

pub fn is_d32(&self) -> bool[src]

Checks if the value of the field is D32

pub fn is_d16(&self) -> bool[src]

Checks if the value of the field is D16

pub fn is_d8(&self) -> bool[src]

Checks if the value of the field is D8

pub fn is_d4(&self) -> bool[src]

Checks if the value of the field is D4

pub fn is_d2(&self) -> bool[src]

Checks if the value of the field is D2

pub fn is_d1(&self) -> bool[src]

Checks if the value of the field is D1

pub fn is_d0(&self) -> bool[src]

Checks if the value of the field is D0

Trait Implementations

impl Debug for EV_DELAYR[src]

impl PartialEq<EV_DELAYR> for EV_DELAYR[src]

impl Copy for EV_DELAYR[src]

impl Clone for EV_DELAYR[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for EV_DELAYR

impl Sync for EV_DELAYR

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]

impl<T> Same for T

type Output = T

Should always be Self