[][src]Struct efm32gg11b820::lesense::ien::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 ch0(&self) -> CH0R[src]

Bit 0 - CH0 Interrupt Enable

pub fn ch1(&self) -> CH1R[src]

Bit 1 - CH1 Interrupt Enable

pub fn ch2(&self) -> CH2R[src]

Bit 2 - CH2 Interrupt Enable

pub fn ch3(&self) -> CH3R[src]

Bit 3 - CH3 Interrupt Enable

pub fn ch4(&self) -> CH4R[src]

Bit 4 - CH4 Interrupt Enable

pub fn ch5(&self) -> CH5R[src]

Bit 5 - CH5 Interrupt Enable

pub fn ch6(&self) -> CH6R[src]

Bit 6 - CH6 Interrupt Enable

pub fn ch7(&self) -> CH7R[src]

Bit 7 - CH7 Interrupt Enable

pub fn ch8(&self) -> CH8R[src]

Bit 8 - CH8 Interrupt Enable

pub fn ch9(&self) -> CH9R[src]

Bit 9 - CH9 Interrupt Enable

pub fn ch10(&self) -> CH10R[src]

Bit 10 - CH10 Interrupt Enable

pub fn ch11(&self) -> CH11R[src]

Bit 11 - CH11 Interrupt Enable

pub fn ch12(&self) -> CH12R[src]

Bit 12 - CH12 Interrupt Enable

pub fn ch13(&self) -> CH13R[src]

Bit 13 - CH13 Interrupt Enable

pub fn ch14(&self) -> CH14R[src]

Bit 14 - CH14 Interrupt Enable

pub fn ch15(&self) -> CH15R[src]

Bit 15 - CH15 Interrupt Enable

pub fn scancomplete(&self) -> SCANCOMPLETER[src]

Bit 16 - SCANCOMPLETE Interrupt Enable

pub fn dec(&self) -> DECR[src]

Bit 17 - DEC Interrupt Enable

pub fn decerr(&self) -> DECERRR[src]

Bit 18 - DECERR Interrupt Enable

pub fn bufdatav(&self) -> BUFDATAVR[src]

Bit 19 - BUFDATAV Interrupt Enable

pub fn buflevel(&self) -> BUFLEVELR[src]

Bit 20 - BUFLEVEL Interrupt Enable

pub fn bufof(&self) -> BUFOFR[src]

Bit 21 - BUFOF Interrupt Enable

pub fn cntof(&self) -> CNTOFR[src]

Bit 22 - CNTOF Interrupt 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