Expand description
Raw interrupt status
Structs§
- INT_
RAW_ SPEC - Raw interrupt status
Type Aliases§
- AT_
CMD_ CHAR_ DET_ R - Field
AT_CMD_CHAR_DET
reader - This interrupt raw bit turns to high level when the receiver detects the configured UART_AT_CMD CHAR. - BRK_
DET_ R - Field
BRK_DET
reader - This interrupt raw bit turns to high level when the receiver detects a 0 after the stop bit. - CTS_
CHG_ R - Field
CTS_CHG
reader - This interrupt raw bit turns to high level when the receiver detects the edge change of CTSn signal. - DSR_
CHG_ R - Field
DSR_CHG
reader - This interrupt raw bit turns to high level when the receiver detects the edge change of DSRn signal. - FRM_
ERR_ R - Field
FRM_ERR
reader - This interrupt raw bit turns to high level when the receiver detects a data frame error. - GLITCH_
DET_ R - Field
GLITCH_DET
reader - This interrupt raw bit turns to high level when the receiver detects a glitch in the middle of a start bit. - PARITY_
ERR_ R - Field
PARITY_ERR
reader - This interrupt raw bit turns to high level when the receiver detects a parity error in the data. - R
- Register
INT_RAW
reader - RS485_
CLASH_ R - Field
RS485_CLASH
reader - This interrupt raw bit turns to high level when a collision is detected between the transmitter and the receiver in RS485 mode. - RS485_
FRM_ ERR_ R - Field
RS485_FRM_ERR
reader - This interrupt raw bit turns to high level when the receiver detects a data frame error from the echo of the transmitter in RS485 mode. - RS485_
PARITY_ ERR_ R - Field
RS485_PARITY_ERR
reader - This interrupt raw bit turns to high level when the receiver detects a parity error from the echo of the transmitter in RS485 mode. - RXFIFO_
FULL_ R - Field
RXFIFO_FULL
reader - This interrupt raw bit turns to high level when the receiver receives more data than what UART_RXFIFO_FULL_THRHD specifies. - RXFIFO_
OVF_ R - Field
RXFIFO_OVF
reader - This interrupt raw bit turns to high level when the receiver receives more data than the capacity of RX FIFO. - RXFIFO_
TOUT_ R - Field
RXFIFO_TOUT
reader - This interrupt raw bit turns to high level when the receiver takes more time than UART_RX_TOUT_THRHD to receive a byte. - SW_
XOFF_ R - Field
SW_XOFF
reader - This interrupt raw bit turns to high level when the receiver receives an XOFF character and UART_SW_FLOW_CON_EN is set to 1. - SW_
XON_ R - Field
SW_XON
reader - This interrupt raw bit turns to high level when the receiver receives an XON character and UART_SW_FLOW_CON_EN is set to 1. - TXFIFO_
EMPTY_ R - Field
TXFIFO_EMPTY
reader - This interrupt raw bit turns to high level when the amount of data in TX FIFO is less than what UART_TXFIFO_EMPTY_THRHD specifies. - TX_
BRK_ DONE_ R - Field
TX_BRK_DONE
reader - This interrupt raw bit turns to high level when the transmitter completes sending NULL characters, after all data in TX FIFO are sent. - TX_
BRK_ IDLE_ DONE_ R - Field
TX_BRK_IDLE_DONE
reader - This interrupt raw bit turns to high level when the transmitter has kept the shortest duration after sending the last data. - TX_
DONE_ R - Field
TX_DONE
reader - This interrupt raw bit turns to high level when the transmitter has sent out all data in FIFO. - WAKEUP_
R - Field
WAKEUP
reader - This interrupt raw bit turns to high level when input RXD edge changes more times than what UART_ACTIVE_THRESHOLD specifies in Light-sleep mode.