Module esp32_hal::pac::uart0::swfc_conf

Expand description

Structs

Register SWFC_CONF reader
This register you can read, write_with_zero, reset, write, modify. See API.
Register SWFC_CONF writer

Type Definitions

Field XOFF_CHAR reader - This register stores the xoff flow control char.
Field XOFF_CHAR writer - This register stores the xoff flow control char.
Field XOFF_THRESHOLD reader - When the data amount in receiver’s fifo is less than this register value. it will send a xon char with uart_sw_flow_con_en set to 1.
Field XOFF_THRESHOLD writer - When the data amount in receiver’s fifo is less than this register value. it will send a xon char with uart_sw_flow_con_en set to 1.
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 receiver’s fifo is more than this register value. it will send a xoff char with uart_sw_flow_con_en set to 1.
Field XON_THRESHOLD writer - when the data amount in receiver’s fifo is more than this register value. it will send a xoff char with uart_sw_flow_con_en set to 1.