[][src]Struct efm32gg11b820::lesense::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 scanmode(&self) -> SCANMODER[src]

Bits 0:1 - Configure Scan Mode

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

Bits 2:6 - Scan Start PRS Select

pub fn scanconf(&self) -> SCANCONFR[src]

Bits 7:8 - Select Scan Configuration

pub fn altexmap(&self) -> ALTEXMAPR[src]

Bit 11 - Alternative Excitation Map

pub fn dualsample(&self) -> DUALSAMPLER[src]

Bit 13 - Enable Dual Sample Mode

pub fn bufow(&self) -> BUFOWR[src]

Bit 16 - Result Buffer Overwrite

pub fn strscanres(&self) -> STRSCANRESR[src]

Bit 17 - Enable Storing of SCANRES

pub fn bufidl(&self) -> BUFIDLR[src]

Bit 19 - Result Buffer Interrupt and DMA Trigger Level

pub fn dmawu(&self) -> DMAWUR[src]

Bits 20:21 - DMA Wake-up From EM2

pub fn debugrun(&self) -> DEBUGRUNR[src]

Bit 22 - Debug Mode Run Enable

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