[][src]Struct cc13x2_cc26x2_hal::aon_rtc::ctl::_EV_DELAYW

pub struct _EV_DELAYW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _EV_DELAYW<'a>[src]

pub fn variant(self, variant: EV_DELAYW) -> &'a mut W[src]

Writes variant to the field

pub fn d144(self) -> &'a mut W[src]

Delay by 144 clock cycles

pub fn d128(self) -> &'a mut W[src]

Delay by 128 clock cycles

pub fn d112(self) -> &'a mut W[src]

Delay by 112 clock cycles

pub fn d96(self) -> &'a mut W[src]

Delay by 96 clock cycles

pub fn d80(self) -> &'a mut W[src]

Delay by 80 clock cycles

pub fn d64(self) -> &'a mut W[src]

Delay by 64 clock cycles

pub fn d48(self) -> &'a mut W[src]

Delay by 48 clock cycles

pub fn d32(self) -> &'a mut W[src]

Delay by 32 clock cycles

pub fn d16(self) -> &'a mut W[src]

Delay by 16 clock cycles

pub fn d8(self) -> &'a mut W[src]

Delay by 8 clock cycles

pub fn d4(self) -> &'a mut W[src]

Delay by 4 clock cycles

pub fn d2(self) -> &'a mut W[src]

Delay by 2 clock cycles

pub fn d1(self) -> &'a mut W[src]

Delay by 1 clock cycles

pub fn d0(self) -> &'a mut W[src]

No delay on delayed event

pub unsafe fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _EV_DELAYW<'a>

impl<'a> Sync for _EV_DELAYW<'a>

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