[][src]Struct esp32::uart::status::ST_UTX_OUT_W

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

Write proxy for field ST_UTX_OUT

Implementations

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

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

Writes variant to the field

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

TX_IDLE

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

TX_STRT

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

TX_DAT0

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

TX_DAT1

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

TX_DAT2

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

TX_DAT3

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

TX_DAT4

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

TX_DAT5

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

TX_DAT6

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

TX_DAT7

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

TX_PRTY

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

TX_STP1

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

TX_STP2

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

TX_DL1

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for ST_UTX_OUT_W<'a>

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

impl<'a> Unpin for ST_UTX_OUT_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.