Module tout_conf_sync

Source
Expand description

UART threshold and allocation configuration

Structs§

TOUT_CONF_SYNC_SPEC
UART threshold and allocation configuration

Type Aliases§

R
Register TOUT_CONF_SYNC reader
RX_TOUT_EN_R
Field RX_TOUT_EN reader - This is the enble bit for uart receiver’s timeout function.
RX_TOUT_EN_W
Field RX_TOUT_EN writer - This is the enble bit for uart receiver’s timeout function.
RX_TOUT_FLOW_DIS_R
Field RX_TOUT_FLOW_DIS reader - Set this bit to stop accumulating idle_cnt when hardware flow control works.
RX_TOUT_FLOW_DIS_W
Field RX_TOUT_FLOW_DIS writer - Set this bit to stop accumulating idle_cnt when hardware flow control works.
RX_TOUT_THRHD_R
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.
RX_TOUT_THRHD_W
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.
W
Register TOUT_CONF_SYNC writer