Struct esp32s3_hal::pac::dma::in_int_clr_ch::W
pub struct W(_);
Expand description
Register IN_INT_CLR_CH%s
writer
Implementations§
§impl W
impl W
pub fn in_done(
&mut self
) -> BitWriterRaw<'_, u32, IN_INT_CLR_CH_SPEC, bool, BitM, 0>
pub fn in_done(
&mut self
) -> BitWriterRaw<'_, u32, IN_INT_CLR_CH_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, IN_INT_CLR_CH_SPEC, bool, BitM, 1>
pub fn in_suc_eof(
&mut self
) -> BitWriterRaw<'_, u32, IN_INT_CLR_CH_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, IN_INT_CLR_CH_SPEC, bool, BitM, 2>
pub fn in_err_eof(
&mut self
) -> BitWriterRaw<'_, u32, IN_INT_CLR_CH_SPEC, bool, BitM, 2>
Bit 2 - Set this bit to clear the IN_ERR_EOF_CH_INT interrupt.
pub fn in_dscr_err(
&mut self
) -> BitWriterRaw<'_, u32, IN_INT_CLR_CH_SPEC, bool, BitM, 3>
pub fn in_dscr_err(
&mut self
) -> BitWriterRaw<'_, u32, IN_INT_CLR_CH_SPEC, bool, BitM, 3>
Bit 3 - Set this bit to clear the IN_DSCR_ERR_CH_INT interrupt.
pub fn in_dscr_empty(
&mut self
) -> BitWriterRaw<'_, u32, IN_INT_CLR_CH_SPEC, bool, BitM, 4>
pub fn in_dscr_empty(
&mut self
) -> BitWriterRaw<'_, u32, IN_INT_CLR_CH_SPEC, bool, BitM, 4>
Bit 4 - Set this bit to clear the IN_DSCR_EMPTY_CH_INT interrupt.
pub fn dma_infifo_full_wm(
&mut self
) -> BitWriterRaw<'_, u32, IN_INT_CLR_CH_SPEC, bool, BitM, 5>
pub fn dma_infifo_full_wm(
&mut self
) -> BitWriterRaw<'_, u32, IN_INT_CLR_CH_SPEC, bool, BitM, 5>
Bit 5 - Set this bit to clear the INFIFO_FULL_WM_CH_INT interrupt.
pub fn infifo_ovf_l1(
&mut self
) -> BitWriterRaw<'_, u32, IN_INT_CLR_CH_SPEC, bool, BitM, 6>
pub fn infifo_ovf_l1(
&mut self
) -> BitWriterRaw<'_, u32, IN_INT_CLR_CH_SPEC, bool, BitM, 6>
Bit 6 - Set this bit to clear the INFIFO_OVF_L1_CH_INT interrupt.
pub fn infifo_udf_l1(
&mut self
) -> BitWriterRaw<'_, u32, IN_INT_CLR_CH_SPEC, bool, BitM, 7>
pub fn infifo_udf_l1(
&mut self
) -> BitWriterRaw<'_, u32, IN_INT_CLR_CH_SPEC, bool, BitM, 7>
Bit 7 - Set this bit to clear the INFIFO_UDF_L1_CH_INT interrupt.
pub fn infifo_ovf_l3(
&mut self
) -> BitWriterRaw<'_, u32, IN_INT_CLR_CH_SPEC, bool, BitM, 8>
pub fn infifo_ovf_l3(
&mut self
) -> BitWriterRaw<'_, u32, IN_INT_CLR_CH_SPEC, bool, BitM, 8>
Bit 8 - Set this bit to clear the INFIFO_OVF_L3_CH_INT interrupt.
pub fn infifo_udf_l3(
&mut self
) -> BitWriterRaw<'_, u32, IN_INT_CLR_CH_SPEC, bool, BitM, 9>
pub fn infifo_udf_l3(
&mut self
) -> BitWriterRaw<'_, u32, IN_INT_CLR_CH_SPEC, bool, BitM, 9>
Bit 9 - Set this bit to clear the INFIFO_UDF_L3_CH_INT interrupt.
Methods from Deref<Target = W<IN_INT_CLR_CH_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.