Module esp32s3::dma::out_int_clr_ch

source ·
Expand description

Interrupt clear bits of Tx channel 0

Structs

Type Aliases

  • Field OUTFIFO_OVF_L1 writer - Set this bit to clear the OUTFIFO_OVF_L1_CH_INT interrupt.
  • Field OUTFIFO_OVF_L3 writer - Set this bit to clear the OUTFIFO_OVF_L3_CH_INT interrupt.
  • Field OUTFIFO_UDF_L1 writer - Set this bit to clear the OUTFIFO_UDF_L1_CH_INT interrupt.
  • Field OUTFIFO_UDF_L3 writer - Set this bit to clear the OUTFIFO_UDF_L3_CH_INT interrupt.
  • Field OUT_DONE writer - Set this bit to clear the OUT_DONE_CH_INT interrupt.
  • Field OUT_DSCR_ERR writer - Set this bit to clear the OUT_DSCR_ERR_CH_INT interrupt.
  • Field OUT_EOF writer - Set this bit to clear the OUT_EOF_CH_INT interrupt.
  • Field OUT_TOTAL_EOF writer - Set this bit to clear the OUT_TOTAL_EOF_CH_INT interrupt.
  • Register OUT_INT_CLR_CH%s writer