Module esp32c6::uart0::swfc_conf1
source · Expand description
Software flow-control character configuration
Structs
- Software flow-control character configuration
Type Aliases
- Register
SWFC_CONF1reader - Register
SWFC_CONF1writer - Field
XOFF_THRESHOLDreader - 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. - Field
XOFF_THRESHOLDwriter - 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. - Field
XON_THRESHOLDreader - 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_THRESHOLDwriter - 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.