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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

pub fn reset_value() -> W
[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
[src]

Writes raw bits to the register

pub fn warmupmode(&mut self) -> _WARMUPMODEW
[src]

Bits 0:1 - Warm-up Mode

pub fn singledmawu(&mut self) -> _SINGLEDMAWUW
[src]

Bit 2 - SINGLEFIFO DMA Wakeup

pub fn scandmawu(&mut self) -> _SCANDMAWUW
[src]

Bit 3 - SCANFIFO DMA Wakeup

pub fn tailgate(&mut self) -> _TAILGATEW
[src]

Bit 4 - Conversion Tailgating

pub fn asyncclken(&mut self) -> _ASYNCCLKENW
[src]

Bit 6 - Selects ASYNC CLK Enable Mode When ADCCLKMODE=1

pub fn adcclkmode(&mut self) -> _ADCCLKMODEW
[src]

Bit 7 - ADC Clock Mode

pub fn presc(&mut self) -> _PRESCW
[src]

Bits 8:14 - Prescalar Setting for ADC Sample and Conversion Clock

pub fn timebase(&mut self) -> _TIMEBASEW
[src]

Bits 16:22 - 1us Time Base

pub fn ovsrsel(&mut self) -> _OVSRSELW
[src]

Bits 24:27 - Oversample Rate Select

pub fn chconmode(&mut self) -> _CHCONMODEW
[src]

Bit 29 - Channel Connect

Auto Trait Implementations

impl Send for W

impl Sync for W

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]