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.