Module esp32h2::uart0::status

source ·
Expand description

UART status register

Structs§

Type Aliases§

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