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

Bit 0 - CH0 Interrupt Enable

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

Bit 1 - CH1 Interrupt Enable

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

Bit 2 - CH2 Interrupt Enable

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

Bit 3 - CH3 Interrupt Enable

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

Bit 4 - CH4 Interrupt Enable

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

Bit 5 - CH5 Interrupt Enable

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

Bit 6 - CH6 Interrupt Enable

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

Bit 7 - CH7 Interrupt Enable

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

Bit 8 - CH8 Interrupt Enable

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

Bit 9 - CH9 Interrupt Enable

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

Bit 10 - CH10 Interrupt Enable

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

Bit 11 - CH11 Interrupt Enable

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

Bit 12 - CH12 Interrupt Enable

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

Bit 13 - CH13 Interrupt Enable

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

Bit 14 - CH14 Interrupt Enable

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

Bit 15 - CH15 Interrupt Enable

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

Bit 16 - SCANCOMPLETE Interrupt Enable

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

Bit 17 - DEC Interrupt Enable

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

Bit 18 - DECERR Interrupt Enable

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

Bit 19 - BUFDATAV Interrupt Enable

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

Bit 20 - BUFLEVEL Interrupt Enable

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

Bit 21 - BUFOF Interrupt Enable

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

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