[][src]Struct imxrt1062_lpi2c1::mtdr::CMD_W

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

Write proxy for field CMD

Methods

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

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

Writes variant to the field

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

Transmit DATA[7:0]

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

Receive (DATA[7:0] + 1) bytes

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

Generate STOP condition

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

Receive and discard (DATA[7:0] + 1) bytes

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

Generate (repeated) START and transmit address in DATA[7:0]

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

Generate (repeated) START and transmit address in DATA[7:0]. This transfer expects a NACK to be returned.

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

Generate (repeated) START and transmit address in DATA[7:0] using high speed mode

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

Generate (repeated) START and transmit address in DATA[7:0] using high speed mode. This transfer expects a NACK to be returned.

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for CMD_W<'a>

impl<'a> !Sync for CMD_W<'a>

impl<'a> Unpin for CMD_W<'a>

Blanket Implementations

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

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

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

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

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

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> 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.