Module swfc_conf0_sync

Source
Expand description

Software flow-control character configuration

Structs§

SWFC_CONF0_SYNC_SPEC
Software flow-control character configuration

Type Aliases§

FORCE_XOFF_R
Field FORCE_XOFF reader - Set this bit to stop the transmitter from sending data.
FORCE_XOFF_W
Field FORCE_XOFF writer - Set this bit to stop the transmitter from sending data.
FORCE_XON_R
Field FORCE_XON reader - Set this bit to enable the transmitter to go on sending data.
FORCE_XON_W
Field FORCE_XON writer - Set this bit to enable the transmitter to go on sending data.
R
Register SWFC_CONF0_SYNC reader
SEND_XOFF_R
Field SEND_XOFF reader - Set this bit to send Xoff char. It is cleared by hardware automatically.
SEND_XOFF_W
Field SEND_XOFF writer - Set this bit to send Xoff char. It is cleared by hardware automatically.
SEND_XON_R
Field SEND_XON reader - Set this bit to send Xon char. It is cleared by hardware automatically.
SEND_XON_W
Field SEND_XON writer - Set this bit to send Xon char. It is cleared by hardware automatically.
SW_FLOW_CON_EN_R
Field SW_FLOW_CON_EN reader - 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_EN writer - Set this bit to enable software flow control. It is used with register sw_xon or sw_xoff.
W
Register SWFC_CONF0_SYNC writer
XOFF_CHAR_R
Field XOFF_CHAR reader - This register stores the Xoff flow control char.
XOFF_CHAR_W
Field XOFF_CHAR writer - This register stores the Xoff flow control char.
XONOFF_DEL_R
Field XONOFF_DEL reader - Set this bit to remove flow control char from the received data.
XONOFF_DEL_W
Field XONOFF_DEL writer - Set this bit to remove flow control char from the received data.
XON_CHAR_R
Field XON_CHAR reader - This register stores the Xon flow control char.
XON_CHAR_W
Field XON_CHAR writer - This register stores the Xon flow control char.
XON_XOFF_STILL_SEND_R
Field XON_XOFF_STILL_SEND reader - 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_SEND writer - 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.