Module esp32c2_hal::pac::uart0::conf1

Expand description

Configuration register 1

Structs

Configuration register 1
Register CONF1 reader
Register CONF1 writer

Type Definitions

Field DIS_RX_DAT_OVF reader - Disable UART Rx data overflow detect.
Field DIS_RX_DAT_OVF writer - Disable UART Rx data overflow detect.
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 RX_FLOW_EN reader - This is the flow enable bit for UART receiver.
Field RX_FLOW_EN writer - This is the flow enable bit for UART receiver.
Field RX_TOUT_EN reader - This is the enble bit for uart receiver’s timeout function.
Field RX_TOUT_EN writer - This is the enble bit for uart receiver’s timeout function.
Field RX_TOUT_FLOW_DIS reader - Set this bit to stop accumulating idle_cnt when hardware flow control works.
Field RX_TOUT_FLOW_DIS writer - Set this bit to stop accumulating idle_cnt when hardware flow control works.
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.