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

Bits 0:1 - Configure Scan Mode

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

Bits 2:6 - Scan Start PRS Select

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

Bits 7:8 - Select Scan Configuration

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

Bit 11 - Alternative Excitation Map

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

Bit 13 - Enable Dual Sample Mode

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

Bit 16 - Result Buffer Overwrite

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

Bit 17 - Enable Storing of SCANRES

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

Bit 19 - Result Buffer Interrupt and DMA Trigger Level

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

Bits 20:21 - DMA Wake-up From EM2

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

Bit 22 - Debug Mode Run Enable

Auto Trait Implementations

impl Send for W

impl Sync for W

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