Module esp32c3::twai0::int_raw

source ·
Expand description

Interrupt Register

Structs§

Type Aliases§

  • Field ARB_LOST_INT_ST reader - Arbitration lost interrupt. If this bit is set to 1, it indicates an arbitration lost interrupt is generated.
  • Field BUS_ERR_INT_ST reader - Error interrupt. If this bit is set to 1, it indicates an error is detected on the bus.
  • Field ERR_PASSIVE_INT_ST reader - Error passive interrupt. If this bit is set to 1, it indicates the TWAI Controller is switched between error active status and error passive status due to the change of error counters.
  • Field ERR_WARN_INT_ST reader - Error warning interrupt. If this bit is set to 1, it indicates the error status signal and the bus-off status signal of Status register have changed (e.g., switched from 0 to 1 or from 1 to 0).
  • Field OVERRUN_INT_ST reader - Data overrun interrupt. If this bit is set to 1, it indicates a data overrun interrupt is generated in the RX FIFO.
  • Register INT_RAW reader
  • Field RX_INT_ST reader - Receive interrupt. If this bit is set to 1, it indicates there are messages to be handled in the RX FIFO.
  • Field TX_INT_ST reader - Transmit interrupt. If this bit is set to 1, it indicates the message transmitting mis- sion is finished and a new transmission is able to execute.