Module status

Source
Expand description

UART status register

Structs§

STATUS_SPEC
UART status register

Type Aliases§

CTSN_R
Field CTSN reader - This register represent the level value of the internal uart cts signal.
DSRN_R
Field DSRN reader - The register represent the level value of the internal uart dsr signal.
DTRN_R
Field DTRN reader - This bit represents the level of the internal uart dtr signal.
R
Register STATUS reader
RTSN_R
Field RTSN reader - This bit represents the level of the internal uart rts signal.
RXD_R
Field RXD reader - This register represent the level value of the internal uart rxd signal.
RXFIFO_CNT_R
Field RXFIFO_CNT reader - Stores the byte number of valid data in Rx-FIFO.
TXD_R
Field TXD reader - This bit represents the level of the internal uart txd signal.
TXFIFO_CNT_R
Field TXFIFO_CNT reader - Stores the byte number of data in Tx-FIFO.