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

Bit 0 - Disable the Decoder

pub fn errchk(&mut self) -> _ERRCHKW[src]

Bit 1 - Enable Check of Current State

pub fn intmap(&mut self) -> _INTMAPW[src]

Bit 2 - Enable Decoder to Channel Interrupt Mapping

pub fn hystprs0(&mut self) -> _HYSTPRS0W[src]

Bit 3 - Enable Decoder Hysteresis on PRS0 Output

pub fn hystprs1(&mut self) -> _HYSTPRS1W[src]

Bit 4 - Enable Decoder Hysteresis on PRS1 Output

pub fn hystprs2(&mut self) -> _HYSTPRS2W[src]

Bit 5 - Enable Decoder Hysteresis on PRS2 Output

pub fn hystirq(&mut self) -> _HYSTIRQW[src]

Bit 6 - Enable Decoder Hysteresis on Interrupt Requests

pub fn prscnt(&mut self) -> _PRSCNTW[src]

Bit 7 - Enable Count Mode on Decoder PRS Channels 0 and 1

pub fn input(&mut self) -> _INPUTW[src]

Bit 8 - LESENSE Decoder Input Configuration

pub fn prssel0(&mut self) -> _PRSSEL0W[src]

Bits 10:14 - LESENSE Decoder PRS Input 0 Configuration

pub fn prssel1(&mut self) -> _PRSSEL1W[src]

Bits 15:19 - LESENSE Decoder PRS Input 1 Configuration

pub fn prssel2(&mut self) -> _PRSSEL2W[src]

Bits 20:24 - LESENSE Decoder PRS Input 2 Configuration

pub fn prssel3(&mut self) -> _PRSSEL3W[src]

Bits 25:29 - LESENSE Decoder PRS Input 3 Configuration

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