Module esp32s3_hal::pac::uart0::swfc_conf1
Expand description
Software flow-control character configuration
Structs
Register
SWFC_CONF1
readerSoftware flow-control character configuration
Register
SWFC_CONF1
writerType Definitions
Field
XON_CHAR
reader - This register stores the Xon flow control char.Field
XON_CHAR
writer - This register stores the Xon flow control char.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.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.