[][src]Struct lpc81x_pac::i2c::stat::_MSTSTATEW

pub struct _MSTSTATEW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _MSTSTATEW<'a>[src]

pub fn variant(self, variant: MSTSTATEW) -> &'a mut W[src]

Writes variant to the field

pub fn idle_the_master_fun(self) -> &'a mut W[src]

Idle. The Master function is available to be used for a new transaction.

pub fn receive_ready_recei(self) -> &'a mut W[src]

Receive ready. Received data available (Master Receiver mode). Address plus Read was previously sent and Acknowledged by slave.

pub fn transmit_ready_data(self) -> &'a mut W[src]

Transmit ready. Data can be transmitted (Master Transmitter mode). Address plus Write was previously sent and Acknowledged by slave.

pub fn address_slave_nacke(self) -> &'a mut W[src]

Address. Slave Nacked address.

pub fn data_slave_nacked_t(self) -> &'a mut W[src]

Data. Slave Nacked transmitted data.

pub unsafe fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _MSTSTATEW<'a>

impl<'a> Sync for _MSTSTATEW<'a>

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