[][src]Type Definition esp32::uart::status::ST_UTX_OUT_R

type ST_UTX_OUT_R = R<u8, ST_UTX_OUT_A>;

Reader of field ST_UTX_OUT

Implementations

impl ST_UTX_OUT_R[src]

pub fn variant(&self) -> Variant<u8, ST_UTX_OUT_A>[src]

Get enumerated values variant

pub fn is_tx_idle(&self) -> bool[src]

Checks if the value of the field is TX_IDLE

pub fn is_tx_strt(&self) -> bool[src]

Checks if the value of the field is TX_STRT

pub fn is_tx_dat0(&self) -> bool[src]

Checks if the value of the field is TX_DAT0

pub fn is_tx_dat1(&self) -> bool[src]

Checks if the value of the field is TX_DAT1

pub fn is_tx_dat2(&self) -> bool[src]

Checks if the value of the field is TX_DAT2

pub fn is_tx_dat3(&self) -> bool[src]

Checks if the value of the field is TX_DAT3

pub fn is_tx_dat4(&self) -> bool[src]

Checks if the value of the field is TX_DAT4

pub fn is_tx_dat5(&self) -> bool[src]

Checks if the value of the field is TX_DAT5

pub fn is_tx_dat6(&self) -> bool[src]

Checks if the value of the field is TX_DAT6

pub fn is_tx_dat7(&self) -> bool[src]

Checks if the value of the field is TX_DAT7

pub fn is_tx_prty(&self) -> bool[src]

Checks if the value of the field is TX_PRTY

pub fn is_tx_stp1(&self) -> bool[src]

Checks if the value of the field is TX_STP1

pub fn is_tx_stp2(&self) -> bool[src]

Checks if the value of the field is TX_STP2

pub fn is_tx_dl1(&self) -> bool[src]

Checks if the value of the field is TX_DL1