[][src]Struct s32k144::lpi2c0::mier::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 tdie(&mut self) -> _TDIEW
[src]

Bit 0 - Transmit Data Interrupt Enable

pub fn rdie(&mut self) -> _RDIEW
[src]

Bit 1 - Receive Data Interrupt Enable

pub fn epie(&mut self) -> _EPIEW
[src]

Bit 8 - End Packet Interrupt Enable

pub fn sdie(&mut self) -> _SDIEW
[src]

Bit 9 - STOP Detect Interrupt Enable

pub fn ndie(&mut self) -> _NDIEW
[src]

Bit 10 - NACK Detect Interrupt Enable

pub fn alie(&mut self) -> _ALIEW
[src]

Bit 11 - Arbitration Lost Interrupt Enable

pub fn feie(&mut self) -> _FEIEW
[src]

Bit 12 - FIFO Error Interrupt Enable

pub fn pltie(&mut self) -> _PLTIEW
[src]

Bit 13 - Pin Low Timeout Interrupt Enable

pub fn dmie(&mut self) -> _DMIEW
[src]

Bit 14 - Data Match Interrupt Enable

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

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

🔬 This is a nightly-only experimental API. (try_from)

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]