[][src]Struct efm32gg11b820::csen::ctrl::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn en(&self) -> ENR[src]

Bit 1 - CSEN Enable

pub fn cmppol(&self) -> CMPPOLR[src]

Bit 2 - CSEN Digital Comparator Polarity Select

pub fn cm(&self) -> CMR[src]

Bits 4:5 - CSEN Conversion Mode Select

pub fn sarcr(&self) -> SARCRR[src]

Bits 8:9 - SAR Conversion Resolution.

pub fn acu(&self) -> ACUR[src]

Bits 12:14 - CSEN Accumulator Mode Select

pub fn mcen(&self) -> MCENR[src]

Bit 15 - CSEN Multiple Channel Enable

pub fn stm(&self) -> STMR[src]

Bits 16:17 - Start Trigger Select

pub fn cmpen(&self) -> CMPENR[src]

Bit 18 - CSEN Digital Comparator Enable

pub fn drsf(&self) -> DRSFR[src]

Bit 19 - CSEN Disable Right-Shift

pub fn dmaen(&self) -> DMAENR[src]

Bit 20 - CSEN DMA Enable Bit

pub fn convsel(&self) -> CONVSELR[src]

Bit 21 - CSEN Converter Select

pub fn chopen(&self) -> CHOPENR[src]

Bit 22 - CSEN Chop Enable

pub fn autognd(&self) -> AUTOGNDR[src]

Bit 23 - CSEN Automatic Ground Enable

pub fn mxuc(&self) -> MXUCR[src]

Bit 24 - CSEN Mux Disconnect

pub fn emacmpen(&self) -> EMACMPENR[src]

Bit 25 - Greater and Less Than Comparison Using the Exponential Moving Average (EMA) is Enabled

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

Bit 26 - Select Warmup Mode for CSEN

pub fn localsens(&self) -> LOCALSENSR[src]

Bit 27 - Local Sensing Enable

pub fn cpaccuracy(&self) -> CPACCURACYR[src]

Bit 28 - Charge Pump Accuracy

Auto Trait Implementations

impl Send for R

impl Sync for R

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