Module esp32c6_lp::lp_uart::int_raw
source · Expand description
Raw interrupt status
Structs
- Raw interrupt status
Type Aliases
- Field
AT_CMD_CHAR_DET_INT_RAW
reader - This interrupt raw bit turns to high level when receiver detects the configured at_cmd char. - Field
AT_CMD_CHAR_DET_INT_RAW
writer - This interrupt raw bit turns to high level when receiver detects the configured at_cmd char. - Field
BRK_DET_INT_RAW
reader - This interrupt raw bit turns to high level when receiver detects a 0 after the stop bit. - Field
BRK_DET_INT_RAW
writer - This interrupt raw bit turns to high level when receiver detects a 0 after the stop bit. - Field
CTS_CHG_INT_RAW
reader - This interrupt raw bit turns to high level when receiver detects the edge change of CTSn signal. - Field
CTS_CHG_INT_RAW
writer - This interrupt raw bit turns to high level when receiver detects the edge change of CTSn signal. - Field
DSR_CHG_INT_RAW
reader - This interrupt raw bit turns to high level when receiver detects the edge change of DSRn signal. - Field
DSR_CHG_INT_RAW
writer - This interrupt raw bit turns to high level when receiver detects the edge change of DSRn signal. - Field
FRM_ERR_INT_RAW
reader - This interrupt raw bit turns to high level when receiver detects a data frame error . - Field
FRM_ERR_INT_RAW
writer - This interrupt raw bit turns to high level when receiver detects a data frame error . - Field
GLITCH_DET_INT_RAW
reader - This interrupt raw bit turns to high level when receiver detects a glitch in the middle of a start bit. - Field
GLITCH_DET_INT_RAW
writer - This interrupt raw bit turns to high level when receiver detects a glitch in the middle of a start bit. - Field
PARITY_ERR_INT_RAW
reader - This interrupt raw bit turns to high level when receiver detects a parity error in the data. - Field
PARITY_ERR_INT_RAW
writer - This interrupt raw bit turns to high level when receiver detects a parity error in the data. - Register
INT_RAW
reader - Field
RXFIFO_FULL_INT_RAW
reader - This interrupt raw bit turns to high level when receiver receives more data than what rxfifo_full_thrhd specifies. - Field
RXFIFO_FULL_INT_RAW
writer - This interrupt raw bit turns to high level when receiver receives more data than what rxfifo_full_thrhd specifies. - Field
RXFIFO_OVF_INT_RAW
reader - This interrupt raw bit turns to high level when receiver receives more data than the FIFO can store. - Field
RXFIFO_OVF_INT_RAW
writer - This interrupt raw bit turns to high level when receiver receives more data than the FIFO can store. - Field
RXFIFO_TOUT_INT_RAW
reader - This interrupt raw bit turns to high level when receiver takes more time than rx_tout_thrhd to receive a byte. - Field
RXFIFO_TOUT_INT_RAW
writer - This interrupt raw bit turns to high level when receiver takes more time than rx_tout_thrhd to receive a byte. - Field
SW_XOFF_INT_RAW
reader - This interrupt raw bit turns to high level when receiver receives Xoff char when uart_sw_flow_con_en is set to 1. - Field
SW_XOFF_INT_RAW
writer - This interrupt raw bit turns to high level when receiver receives Xoff char when uart_sw_flow_con_en is set to 1. - Field
SW_XON_INT_RAW
reader - This interrupt raw bit turns to high level when receiver recevies Xon char when uart_sw_flow_con_en is set to 1. - Field
SW_XON_INT_RAW
writer - This interrupt raw bit turns to high level when receiver recevies Xon char when uart_sw_flow_con_en is set to 1. - Field
TXFIFO_EMPTY_INT_RAW
reader - This interrupt raw bit turns to high level when the amount of data in Tx-FIFO is less than what txfifo_empty_thrhd specifies . - Field
TXFIFO_EMPTY_INT_RAW
writer - This interrupt raw bit turns to high level when the amount of data in Tx-FIFO is less than what txfifo_empty_thrhd specifies . - Field
TX_BRK_DONE_INT_RAW
reader - This interrupt raw bit turns to high level when transmitter completes sending NULL characters after all data in Tx-FIFO are sent. - Field
TX_BRK_DONE_INT_RAW
writer - This interrupt raw bit turns to high level when transmitter completes sending NULL characters after all data in Tx-FIFO are sent. - Field
TX_BRK_IDLE_DONE_INT_RAW
reader - This interrupt raw bit turns to high level when transmitter has kept the shortest duration after sending the last data. - Field
TX_BRK_IDLE_DONE_INT_RAW
writer - This interrupt raw bit turns to high level when transmitter has kept the shortest duration after sending the last data. - Field
TX_DONE_INT_RAW
reader - This interrupt raw bit turns to high level when transmitter has send out all data in FIFO. - Field
TX_DONE_INT_RAW
writer - This interrupt raw bit turns to high level when transmitter has send out all data in FIFO. - Register
INT_RAW
writer - Field
WAKEUP_INT_RAW
reader - 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. - Field
WAKEUP_INT_RAW
writer - 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.