Struct esp32c2_hal::pac::dma::int_clr_ch0::W
pub struct W(_);
Expand description
Register INT_CLR_CH0
writer
Implementations§
§impl W
impl W
pub fn in_done(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_CH0_SPEC, bool, BitM, 0>
pub fn in_done(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_CH0_SPEC, bool, BitM, 0>
Bit 0 - Set this bit to clear the IN_DONE_CH_INT interrupt.
pub fn in_suc_eof(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_CH0_SPEC, bool, BitM, 1>
pub fn in_suc_eof(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_CH0_SPEC, bool, BitM, 1>
Bit 1 - Set this bit to clear the IN_SUC_EOF_CH_INT interrupt.
pub fn in_err_eof(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_CH0_SPEC, bool, BitM, 2>
pub fn in_err_eof(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_CH0_SPEC, bool, BitM, 2>
Bit 2 - Set this bit to clear the IN_ERR_EOF_CH_INT interrupt.
pub fn out_done(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_CH0_SPEC, bool, BitM, 3>
pub fn out_done(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_CH0_SPEC, bool, BitM, 3>
Bit 3 - Set this bit to clear the OUT_DONE_CH_INT interrupt.
pub fn out_eof(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_CH0_SPEC, bool, BitM, 4>
pub fn out_eof(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_CH0_SPEC, bool, BitM, 4>
Bit 4 - Set this bit to clear the OUT_EOF_CH_INT interrupt.
pub fn in_dscr_err(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_CH0_SPEC, bool, BitM, 5>
pub fn in_dscr_err(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_CH0_SPEC, bool, BitM, 5>
Bit 5 - Set this bit to clear the IN_DSCR_ERR_CH_INT interrupt.
pub fn out_dscr_err(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_CH0_SPEC, bool, BitM, 6>
pub fn out_dscr_err(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_CH0_SPEC, bool, BitM, 6>
Bit 6 - Set this bit to clear the OUT_DSCR_ERR_CH_INT interrupt.
pub fn in_dscr_empty(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_CH0_SPEC, bool, BitM, 7>
pub fn in_dscr_empty(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_CH0_SPEC, bool, BitM, 7>
Bit 7 - Set this bit to clear the IN_DSCR_EMPTY_CH_INT interrupt.
pub fn out_total_eof(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_CH0_SPEC, bool, BitM, 8>
pub fn out_total_eof(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_CH0_SPEC, bool, BitM, 8>
Bit 8 - Set this bit to clear the OUT_TOTAL_EOF_CH_INT interrupt.
pub fn infifo_ovf(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_CH0_SPEC, bool, BitM, 9>
pub fn infifo_ovf(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_CH0_SPEC, bool, BitM, 9>
Bit 9 - Set this bit to clear the INFIFO_OVF_L1_CH_INT interrupt.
pub fn infifo_udf(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_CH0_SPEC, bool, BitM, 10>
pub fn infifo_udf(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_CH0_SPEC, bool, BitM, 10>
Bit 10 - Set this bit to clear the INFIFO_UDF_L1_CH_INT interrupt.
pub fn outfifo_ovf(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_CH0_SPEC, bool, BitM, 11>
pub fn outfifo_ovf(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_CH0_SPEC, bool, BitM, 11>
Bit 11 - Set this bit to clear the OUTFIFO_OVF_L1_CH_INT interrupt.
pub fn outfifo_udf(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_CH0_SPEC, bool, BitM, 12>
pub fn outfifo_udf(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_CH0_SPEC, bool, BitM, 12>
Bit 12 - Set this bit to clear the OUTFIFO_UDF_L1_CH_INT interrupt.
Methods from Deref<Target = W<INT_CLR_CH0_SPEC>>§
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Safety
Read datasheet or reference manual to find what values are allowed to pass.