Struct esp32c3::dma::int_clr_ch0::W [−][src]
pub struct W(_);Expand description
Register INT_CLR_CH0 writer
Implementations
Bit 0 - Set this bit to clear the IN_DONE_CH_INT interrupt.
Bit 1 - Set this bit to clear the IN_SUC_EOF_CH_INT interrupt.
Bit 2 - Set this bit to clear the IN_ERR_EOF_CH_INT interrupt.
Bit 3 - Set this bit to clear the OUT_DONE_CH_INT interrupt.
Bit 4 - Set this bit to clear the OUT_EOF_CH_INT interrupt.
Bit 5 - Set this bit to clear the IN_DSCR_ERR_CH_INT interrupt.
Bit 6 - Set this bit to clear the OUT_DSCR_ERR_CH_INT interrupt.
Bit 7 - Set this bit to clear the IN_DSCR_EMPTY_CH_INT interrupt.
Bit 8 - Set this bit to clear the OUT_TOTAL_EOF_CH_INT interrupt.
Bit 9 - Set this bit to clear the INFIFO_OVF_L1_CH_INT interrupt.
Bit 10 - Set this bit to clear the INFIFO_UDF_L1_CH_INT interrupt.
Bit 11 - Set this bit to clear the OUTFIFO_OVF_L1_CH_INT interrupt.
Bit 12 - Set this bit to clear the OUTFIFO_UDF_L1_CH_INT interrupt.
Methods from Deref<Target = W<INT_CLR_CH0_SPEC>>
Trait Implementations
Performs the conversion.