[][src]Struct efr32xg1::cmu::hfxotimeoutctrl::_STEADYTIMEOUTW

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

Proxy

Methods

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

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

Writes variant to the field

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

Timeout period of 2 cycles

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

Timeout period of 4 cycles

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

Timeout period of 16 cycles

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

Timeout period of 32 cycles

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

Timeout period of 256 cycles

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

Timeout period of 1024 cycles

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

Timeout period of 2048 cycles

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

Timeout period of 4096 cycles

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

Timeout period of 8192 cycles

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

Timeout period of 16384 cycles

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

Timeout period of 32768 cycles

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _STEADYTIMEOUTW<'a>

impl<'a> Sync for _STEADYTIMEOUTW<'a>

Blanket Implementations

impl<T> From for T
[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

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

🔬 This is a nightly-only experimental API. (try_from)

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]