[][src]Struct efm32gg11b820::adc1::singlectrlx::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 vrefsel(&self) -> VREFSELR[src]

Bits 0:2 - Single Channel Reference Selection

pub fn vrefattfix(&self) -> VREFATTFIXR[src]

Bit 3 - Enable Fixed Scaling on VREF

pub fn vrefatt(&self) -> VREFATTR[src]

Bits 4:7 - Code for VREF Attenuation Factor When VREFSEL is 1, 2 or 5

pub fn vinatt(&self) -> VINATTR[src]

Bits 8:11 - Code for VIN Attenuation Factor

pub fn dvl(&self) -> DVLR[src]

Bits 12:13 - Single Channel DV Level Select

pub fn fifoofact(&self) -> FIFOOFACTR[src]

Bit 14 - Single Channel FIFO Overflow Action

pub fn prsmode(&self) -> PRSMODER[src]

Bit 16 - Single Channel PRS Trigger Mode

pub fn prssel(&self) -> PRSSELR[src]

Bits 17:21 - Single Channel PRS Trigger Select

pub fn convstartdelay(&self) -> CONVSTARTDELAYR[src]

Bits 22:26 - Delay Value for Next Conversion Start If CONVSTARTDELAYEN is Set

pub fn convstartdelayen(&self) -> CONVSTARTDELAYENR[src]

Bit 27 - Enable Delaying Next Conversion Start

pub fn repdelay(&self) -> REPDELAYR[src]

Bits 29:31 - REPDELAY Select for SINGLE REP Mode

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