Expand description
Raw interrupt status
Structs§
- INT_
RAW_ SPEC - Raw interrupt status
Type Aliases§
- AT_
CMD_ CHAR_ DET_ R - Field
AT_CMD_CHAR_DETreader - This interrupt raw bit turns to high level when receiver detects the configured at_cmd char. - AT_
CMD_ CHAR_ DET_ W - Field
AT_CMD_CHAR_DETwriter - This interrupt raw bit turns to high level when receiver detects the configured at_cmd char. - BRK_
DET_ R - Field
BRK_DETreader - This interrupt raw bit turns to high level when receiver detects a 0 after the stop bit. - BRK_
DET_ W - Field
BRK_DETwriter - This interrupt raw bit turns to high level when receiver detects a 0 after the stop bit. - CTS_
CHG_ R - Field
CTS_CHGreader - This interrupt raw bit turns to high level when receiver detects the edge change of CTSn signal. - CTS_
CHG_ W - Field
CTS_CHGwriter - This interrupt raw bit turns to high level when receiver detects the edge change of CTSn signal. - DSR_
CHG_ R - Field
DSR_CHGreader - This interrupt raw bit turns to high level when receiver detects the edge change of DSRn signal. - DSR_
CHG_ W - Field
DSR_CHGwriter - This interrupt raw bit turns to high level when receiver detects the edge change of DSRn signal. - FRM_
ERR_ R - Field
FRM_ERRreader - This interrupt raw bit turns to high level when receiver detects a data frame error . - FRM_
ERR_ W - Field
FRM_ERRwriter - This interrupt raw bit turns to high level when receiver detects a data frame error . - GLITCH_
DET_ R - Field
GLITCH_DETreader - This interrupt raw bit turns to high level when receiver detects a glitch in the middle of a start bit. - GLITCH_
DET_ W - Field
GLITCH_DETwriter - This interrupt raw bit turns to high level when receiver detects a glitch in the middle of a start bit. - PARITY_
ERR_ R - Field
PARITY_ERRreader - This interrupt raw bit turns to high level when receiver detects a parity error in the data. - PARITY_
ERR_ W - Field
PARITY_ERRwriter - This interrupt raw bit turns to high level when receiver detects a parity error in the data. - R
- Register
INT_RAWreader - RXFIFO_
FULL_ R - Field
RXFIFO_FULLreader - This interrupt raw bit turns to high level when receiver receives more data than what rxfifo_full_thrhd specifies. - RXFIFO_
FULL_ W - Field
RXFIFO_FULLwriter - This interrupt raw bit turns to high level when receiver receives more data than what rxfifo_full_thrhd specifies. - RXFIFO_
OVF_ R - Field
RXFIFO_OVFreader - This interrupt raw bit turns to high level when receiver receives more data than the FIFO can store. - RXFIFO_
OVF_ W - Field
RXFIFO_OVFwriter - This interrupt raw bit turns to high level when receiver receives more data than the FIFO can store. - RXFIFO_
TOUT_ R - Field
RXFIFO_TOUTreader - This interrupt raw bit turns to high level when receiver takes more time than rx_tout_thrhd to receive a byte. - RXFIFO_
TOUT_ W - Field
RXFIFO_TOUTwriter - This interrupt raw bit turns to high level when receiver takes more time than rx_tout_thrhd to receive a byte. - SW_
XOFF_ R - Field
SW_XOFFreader - This interrupt raw bit turns to high level when receiver receives Xoff char when uart_sw_flow_con_en is set to 1. - SW_
XOFF_ W - Field
SW_XOFFwriter - This interrupt raw bit turns to high level when receiver receives Xoff char when uart_sw_flow_con_en is set to 1. - SW_
XON_ R - Field
SW_XONreader - This interrupt raw bit turns to high level when receiver recevies Xon char when uart_sw_flow_con_en is set to 1. - SW_
XON_ W - Field
SW_XONwriter - This interrupt raw bit turns to high level when receiver recevies Xon char when uart_sw_flow_con_en is set to 1. - TXFIFO_
EMPTY_ R - Field
TXFIFO_EMPTYreader - This interrupt raw bit turns to high level when the amount of data in Tx-FIFO is less than what txfifo_empty_thrhd specifies . - TXFIFO_
EMPTY_ W - Field
TXFIFO_EMPTYwriter - This interrupt raw bit turns to high level when the amount of data in Tx-FIFO is less than what txfifo_empty_thrhd specifies . - TX_
BRK_ DONE_ R - Field
TX_BRK_DONEreader - This interrupt raw bit turns to high level when transmitter completes sending NULL characters after all data in Tx-FIFO are sent. - TX_
BRK_ DONE_ W - Field
TX_BRK_DONEwriter - This interrupt raw bit turns to high level when transmitter completes sending NULL characters after all data in Tx-FIFO are sent. - TX_
BRK_ IDLE_ DONE_ R - Field
TX_BRK_IDLE_DONEreader - This interrupt raw bit turns to high level when transmitter has kept the shortest duration after sending the last data. - TX_
BRK_ IDLE_ DONE_ W - Field
TX_BRK_IDLE_DONEwriter - This interrupt raw bit turns to high level when transmitter has kept the shortest duration after sending the last data. - TX_
DONE_ R - Field
TX_DONEreader - This interrupt raw bit turns to high level when transmitter has send out all data in FIFO. - TX_
DONE_ W - Field
TX_DONEwriter - This interrupt raw bit turns to high level when transmitter has send out all data in FIFO. - W
- Register
INT_RAWwriter - WAKEUP_
R - Field
WAKEUPreader - This interrupt raw bit turns to high level when input rxd edge changes more times than what reg_active_threshold specifies in light sleeping mode. - WAKEUP_
W - Field
WAKEUPwriter - This interrupt raw bit turns to high level when input rxd edge changes more times than what reg_active_threshold specifies in light sleeping mode.