Module esp32h2::uart0::conf1

source ·
Expand description

Configuration register 1

Structs§

Type Aliases§

  • Field CLK_EN reader - 1’h1: Force clock on for register. 1’h0: Support clock only when application writes registers.
  • Field CLK_EN writer - 1’h1: Force clock on for register. 1’h0: Support clock only when application writes registers.
  • Field CTS_INV reader - Set this bit to inverse the level value of uart cts signal.
  • Field CTS_INV writer - Set this bit to inverse the level value of uart cts signal.
  • Field DSR_INV reader - Set this bit to inverse the level value of uart dsr signal.
  • Field DSR_INV writer - Set this bit to inverse the level value of uart dsr signal.
  • Field DTR_INV reader - Set this bit to inverse the level value of uart dtr signal.
  • Field DTR_INV writer - Set this bit to inverse the level value of uart dtr signal.
  • Register CONF1 reader
  • Field RTS_INV reader - Set this bit to inverse the level value of uart rts signal.
  • Field RTS_INV writer - Set this bit to inverse the level value of uart rts signal.
  • Field RXFIFO_FULL_THRHD reader - It will produce rxfifo_full_int interrupt when receiver receives more data than this register value.
  • Field RXFIFO_FULL_THRHD writer - It will produce rxfifo_full_int interrupt when receiver receives more data than this register value.
  • Field SW_DTR reader - This register is used to configure the software dtr signal which is used in software flow control.
  • Field SW_DTR writer - This register is used to configure the software dtr signal which is used in software flow control.
  • Field TXFIFO_EMPTY_THRHD reader - It will produce txfifo_empty_int interrupt when the data amount in Tx-FIFO is less than this register value.
  • Field TXFIFO_EMPTY_THRHD writer - It will produce txfifo_empty_int interrupt when the data amount in Tx-FIFO is less than this register value.
  • Register CONF1 writer