[][src]Struct msp432e4::i2c0::micr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn i2c_micr_ic(&mut self) -> _I2C_MICR_ICW[src]

Bit 0 - Master Interrupt Clear

pub fn i2c_micr_clkic(&mut self) -> _I2C_MICR_CLKICW[src]

Bit 1 - Clock Timeout Interrupt Clear

pub fn i2c_micr_dmarxic(&mut self) -> _I2C_MICR_DMARXICW[src]

Bit 2 - Receive DMA Interrupt Clear

pub fn i2c_micr_dmatxic(&mut self) -> _I2C_MICR_DMATXICW[src]

Bit 3 - Transmit DMA Interrupt Clear

pub fn i2c_micr_nackic(&mut self) -> _I2C_MICR_NACKICW[src]

Bit 4 - Address/Data NACK Interrupt Clear

pub fn i2c_micr_startic(&mut self) -> _I2C_MICR_STARTICW[src]

Bit 5 - START Detection Interrupt Clear

pub fn i2c_micr_stopic(&mut self) -> _I2C_MICR_STOPICW[src]

Bit 6 - STOP Detection Interrupt Clear

pub fn i2c_micr_arblostic(&mut self) -> _I2C_MICR_ARBLOSTICW[src]

Bit 7 - Arbitration Lost Interrupt Clear

pub fn i2c_micr_txic(&mut self) -> _I2C_MICR_TXICW[src]

Bit 8 - Transmit FIFO Request Interrupt Clear

pub fn i2c_micr_rxic(&mut self) -> _I2C_MICR_RXICW[src]

Bit 9 - Receive FIFO Request Interrupt Clear

pub fn i2c_micr_txfeic(&mut self) -> _I2C_MICR_TXFEICW[src]

Bit 10 - Transmit FIFO Empty Interrupt Clear

pub fn i2c_micr_rxffic(&mut self) -> _I2C_MICR_RXFFICW[src]

Bit 11 - Receive FIFO Full Interrupt Clear

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send for W

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self