Expand description
Software flow-control character configuration
Structs§
- SWFC_
CONF0_ SYNC_ SPEC - Software flow-control character configuration
Type Aliases§
- FORCE_
XOFF_ R - Field
FORCE_XOFFreader - Set this bit to stop the transmitter from sending data. - FORCE_
XOFF_ W - Field
FORCE_XOFFwriter - Set this bit to stop the transmitter from sending data. - FORCE_
XON_ R - Field
FORCE_XONreader - Set this bit to enable the transmitter to go on sending data. - FORCE_
XON_ W - Field
FORCE_XONwriter - Set this bit to enable the transmitter to go on sending data. - R
- Register
SWFC_CONF0_SYNCreader - SEND_
XOFF_ R - Field
SEND_XOFFreader - Set this bit to send Xoff char. It is cleared by hardware automatically. - SEND_
XOFF_ W - Field
SEND_XOFFwriter - Set this bit to send Xoff char. It is cleared by hardware automatically. - SEND_
XON_ R - Field
SEND_XONreader - Set this bit to send Xon char. It is cleared by hardware automatically. - SEND_
XON_ W - Field
SEND_XONwriter - Set this bit to send Xon char. It is cleared by hardware automatically. - SW_
FLOW_ CON_ EN_ R - Field
SW_FLOW_CON_ENreader - Set this bit to enable software flow control. It is used with register sw_xon or sw_xoff. - SW_
FLOW_ CON_ EN_ W - Field
SW_FLOW_CON_ENwriter - Set this bit to enable software flow control. It is used with register sw_xon or sw_xoff. - W
- Register
SWFC_CONF0_SYNCwriter - XOFF_
CHAR_ R - Field
XOFF_CHARreader - This register stores the Xoff flow control char. - XOFF_
CHAR_ W - Field
XOFF_CHARwriter - This register stores the Xoff flow control char. - XONOFF_
DEL_ R - Field
XONOFF_DELreader - Set this bit to remove flow control char from the received data. - XONOFF_
DEL_ W - Field
XONOFF_DELwriter - Set this bit to remove flow control char from the received data. - XON_
CHAR_ R - Field
XON_CHARreader - This register stores the Xon flow control char. - XON_
CHAR_ W - Field
XON_CHARwriter - This register stores the Xon flow control char. - XON_
XOFF_ STILL_ SEND_ R - Field
XON_XOFF_STILL_SENDreader - In software flow control mode, UART Tx is disabled once UART Rx receives XOFF. In this status, UART Tx can not transmit XOFF even the received data number is larger than UART_XOFF_THRESHOLD. Set this bit to enable UART Tx can transmit XON/XOFF when UART Tx is disabled. - XON_
XOFF_ STILL_ SEND_ W - Field
XON_XOFF_STILL_SENDwriter - In software flow control mode, UART Tx is disabled once UART Rx receives XOFF. In this status, UART Tx can not transmit XOFF even the received data number is larger than UART_XOFF_THRESHOLD. Set this bit to enable UART Tx can transmit XON/XOFF when UART Tx is disabled.