[][src]Struct efm32gg11b820::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 _64cycles(self) -> &'a mut W[src]

Timeout period of 64 cycles

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

Timeout period of 128 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 fn _64kcycles(self) -> &'a mut W[src]

Timeout period of 65536 cycles

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

Timeout period of 131072 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, 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