Module esp32c6_lp::lp_i2c0::int_clr

source ·
Expand description

Interrupt clear bits

Structs§

Type Aliases§

  • Field ARBITRATION_LOST writer - Set this bit to clear the I2C_ARBITRATION_LOST_INT interrupt.
  • Field BYTE_TRANS_DONE writer - Set this bit to clear the I2C_END_DETECT_INT interrupt.
  • Field DET_START writer - Set this bit to clear I2C_DET_START_INT interrupt.
  • Field END_DETECT writer - Set this bit to clear the I2C_END_DETECT_INT interrupt.
  • Field MST_TXFIFO_UDF writer - Set this bit to clear I2C_TRANS_COMPLETE_INT interrupt.
  • Field NACK writer - Set this bit to clear I2C_SLAVE_STRETCH_INT interrupt.
  • Field RXFIFO_OVF writer - Set this bit to clear I2C_RXFIFO_OVF_INT interrupt.
  • Field RXFIFO_UDF writer - Set this bit to clear I2C_RXFIFO_UDF_INT interrupt.
  • Field RXFIFO_WM writer - Set this bit to clear I2C_RXFIFO_WM_INT interrupt.
  • Field SCL_MAIN_ST_TO writer - Set this bit to clear I2C_SCL_MAIN_ST_TO_INT interrupt.
  • Field SCL_ST_TO writer - Set this bit to clear I2C_SCL_ST_TO_INT interrupt.
  • Field TIME_OUT writer - Set this bit to clear the I2C_TIME_OUT_INT interrupt.
  • Field TRANS_COMPLETE writer - Set this bit to clear the I2C_TRANS_COMPLETE_INT interrupt.
  • Field TRANS_START writer - Set this bit to clear the I2C_TRANS_START_INT interrupt.
  • Field TXFIFO_OVF writer - Set this bit to clear I2C_TXFIFO_OVF_INT interrupt.
  • Field TXFIFO_WM writer - Set this bit to clear I2C_TXFIFO_WM_INT interrupt.
  • Register INT_CLR writer