Module esp32c3::uart0::int_st

source ·
Expand description

Masked interrupt status

Structs§

Type Aliases§

  • Field AT_CMD_CHAR_DET reader - This is the status bit for at_cmd_det_int_raw when at_cmd_char_det_int_ena is set to 1.
  • Field BRK_DET reader - This is the status bit for brk_det_int_raw when brk_det_int_ena is set to 1.
  • Field CTS_CHG reader - This is the status bit for cts_chg_int_raw when cts_chg_int_ena is set to 1.
  • Field DSR_CHG reader - This is the status bit for dsr_chg_int_raw when dsr_chg_int_ena is set to 1.
  • Field FRM_ERR reader - This is the status bit for frm_err_int_raw when frm_err_int_ena is set to 1.
  • Field GLITCH_DET reader - This is the status bit for glitch_det_int_raw when glitch_det_int_ena is set to 1.
  • Field PARITY_ERR reader - This is the status bit for parity_err_int_raw when parity_err_int_ena is set to 1.
  • Register INT_ST reader
  • Field RS485_CLASH reader - This is the status bit for rs485_clash_int_raw when rs485_clash_int_ena is set to 1.
  • Field RS485_FRM_ERR reader - This is the status bit for rs485_frm_err_int_raw when rs485_fm_err_int_ena is set to 1.
  • Field RS485_PARITY_ERR reader - This is the status bit for rs485_parity_err_int_raw when rs485_parity_int_ena is set to 1.
  • Field RXFIFO_FULL reader - This is the status bit for rxfifo_full_int_raw when rxfifo_full_int_ena is set to 1.
  • Field RXFIFO_OVF reader - This is the status bit for rxfifo_ovf_int_raw when rxfifo_ovf_int_ena is set to 1.
  • Field RXFIFO_TOUT reader - This is the status bit for rxfifo_tout_int_raw when rxfifo_tout_int_ena is set to 1.
  • Field SW_XOFF reader - This is the status bit for sw_xoff_int_raw when sw_xoff_int_ena is set to 1.
  • Field SW_XON reader - This is the status bit for sw_xon_int_raw when sw_xon_int_ena is set to 1.
  • Field TXFIFO_EMPTY reader - This is the status bit for txfifo_empty_int_raw when txfifo_empty_int_ena is set to 1.
  • Field TX_BRK_DONE reader - This is the status bit for tx_brk_done_int_raw when tx_brk_done_int_ena is set to 1.
  • Field TX_BRK_IDLE_DONE reader - This is the stauts bit for tx_brk_idle_done_int_raw when tx_brk_idle_done_int_ena is set to 1.
  • Field TX_DONE reader - This is the status bit for tx_done_int_raw when tx_done_int_ena is set to 1.
  • Field WAKEUP reader - This is the status bit for uart_wakeup_int_raw when uart_wakeup_int_ena is set to 1.