Expand description

UART threshold and allocation configuration

Structs

Type Aliases

  • Register TOUT_CONF_SYNC reader
  • 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 RX_TOUT_THRHD reader - This register is used to configure the threshold time that receiver takes to receive one byte. The rxfifo_tout_int interrupt will be trigger when the receiver takes more time to receive one byte with rx_tout_en set to 1.
  • Field RX_TOUT_THRHD writer - This register is used to configure the threshold time that receiver takes to receive one byte. The rxfifo_tout_int interrupt will be trigger when the receiver takes more time to receive one byte with rx_tout_en set to 1.
  • Register TOUT_CONF_SYNC writer