[][src]Struct efr32xg1::adc0::ctrl::_WARMUPMODEW

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

Proxy

Methods

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

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

Writes variant to the field

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

ADC is shut down after each conversion. 5us warmup time is used before each conversion.

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

ADC is kept in standby mode between conversions. 1us warmup time is used before each conversion.

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

ADC is kept in slow acquisition mode between conversions. 1us warmup time is used before each conversion.

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

ADC is kept on after conversions, allowing for continuous conversion.

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _WARMUPMODEW<'a>

impl<'a> Sync for _WARMUPMODEW<'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]