pub type R = R<STATUS_SPEC>;
Expand description
Register STATUS
reader
Aliased Type§
pub struct R { /* private fields */ }
Implementations§
Source§impl R
impl R
Sourcepub fn rxfifo_cnt(&self) -> RXFIFO_CNT_R
pub fn rxfifo_cnt(&self) -> RXFIFO_CNT_R
Bits 3:7 - Stores the byte number of valid data in Rx-FIFO.
Sourcepub fn dsrn(&self) -> DSRN_R
pub fn dsrn(&self) -> DSRN_R
Bit 13 - The register represent the level value of the internal uart dsr signal.
Sourcepub fn ctsn(&self) -> CTSN_R
pub fn ctsn(&self) -> CTSN_R
Bit 14 - This register represent the level value of the internal uart cts signal.
Sourcepub fn rxd(&self) -> RXD_R
pub fn rxd(&self) -> RXD_R
Bit 15 - This register represent the level value of the internal uart rxd signal.
Sourcepub fn txfifo_cnt(&self) -> TXFIFO_CNT_R
pub fn txfifo_cnt(&self) -> TXFIFO_CNT_R
Bits 19:23 - Stores the byte number of data in Tx-FIFO.
Sourcepub fn dtrn(&self) -> DTRN_R
pub fn dtrn(&self) -> DTRN_R
Bit 29 - This bit represents the level of the internal uart dtr signal.