Module esp32h2::dma::in_int_clr_ch

source ·
Expand description

Interrupt clear bits of channel 0

Structs

Type Definitions

  • Field INFIFO_OVF writer - Set this bit to clear the INFIFO_OVF_L1_CH_INT interrupt.
  • Field INFIFO_UDF writer - Set this bit to clear the INFIFO_UDF_L1_CH_INT interrupt.
  • Field IN_DONE writer - Set this bit to clear the IN_DONE_CH_INT interrupt.
  • Field IN_DSCR_EMPTY writer - Set this bit to clear the IN_DSCR_EMPTY_CH_INT interrupt.
  • Field IN_DSCR_ERR writer - Set this bit to clear the IN_DSCR_ERR_CH_INT interrupt.
  • Field IN_ERR_EOF writer - Set this bit to clear the IN_ERR_EOF_CH_INT interrupt.
  • Field IN_SUC_EOF writer - Set this bit to clear the IN_SUC_EOF_CH_INT interrupt.