Module swfc_conf1

Source
Expand description

Software flow-control character configuration

Structs§

SWFC_CONF1_SPEC
Software flow-control character configuration

Type Aliases§

R
Register SWFC_CONF1 reader
W
Register SWFC_CONF1 writer
XOFF_THRESHOLD_R
Field XOFF_THRESHOLD reader - When the data amount in Rx-FIFO is more than this register value with uart_sw_flow_con_en set to 1 it will send a Xoff char.
XOFF_THRESHOLD_W
Field XOFF_THRESHOLD writer - When the data amount in Rx-FIFO is more than this register value with uart_sw_flow_con_en set to 1 it will send a Xoff char.
XON_THRESHOLD_R
Field XON_THRESHOLD reader - When the data amount in Rx-FIFO is less than this register value with uart_sw_flow_con_en set to 1 it will send a Xon char.
XON_THRESHOLD_W
Field XON_THRESHOLD writer - When the data amount in Rx-FIFO is less than this register value with uart_sw_flow_con_en set to 1 it will send a Xon char.