Struct esp32s3_hal::pac::dma::out_int_clr_ch::W
pub struct W(_);
Expand description
Register OUT_INT_CLR_CH%s
writer
Implementations§
§impl W
impl W
pub fn out_done(
&mut self
) -> BitWriterRaw<'_, u32, OUT_INT_CLR_CH_SPEC, bool, BitM, 0>
pub fn out_done(
&mut self
) -> BitWriterRaw<'_, u32, OUT_INT_CLR_CH_SPEC, bool, BitM, 0>
Bit 0 - Set this bit to clear the OUT_DONE_CH_INT interrupt.
pub fn out_eof(
&mut self
) -> BitWriterRaw<'_, u32, OUT_INT_CLR_CH_SPEC, bool, BitM, 1>
pub fn out_eof(
&mut self
) -> BitWriterRaw<'_, u32, OUT_INT_CLR_CH_SPEC, bool, BitM, 1>
Bit 1 - Set this bit to clear the OUT_EOF_CH_INT interrupt.
pub fn out_dscr_err(
&mut self
) -> BitWriterRaw<'_, u32, OUT_INT_CLR_CH_SPEC, bool, BitM, 2>
pub fn out_dscr_err(
&mut self
) -> BitWriterRaw<'_, u32, OUT_INT_CLR_CH_SPEC, bool, BitM, 2>
Bit 2 - Set this bit to clear the OUT_DSCR_ERR_CH_INT interrupt.
pub fn out_total_eof(
&mut self
) -> BitWriterRaw<'_, u32, OUT_INT_CLR_CH_SPEC, bool, BitM, 3>
pub fn out_total_eof(
&mut self
) -> BitWriterRaw<'_, u32, OUT_INT_CLR_CH_SPEC, bool, BitM, 3>
Bit 3 - Set this bit to clear the OUT_TOTAL_EOF_CH_INT interrupt.
pub fn outfifo_ovf_l1(
&mut self
) -> BitWriterRaw<'_, u32, OUT_INT_CLR_CH_SPEC, bool, BitM, 4>
pub fn outfifo_ovf_l1(
&mut self
) -> BitWriterRaw<'_, u32, OUT_INT_CLR_CH_SPEC, bool, BitM, 4>
Bit 4 - Set this bit to clear the OUTFIFO_OVF_L1_CH_INT interrupt.
pub fn outfifo_udf_l1(
&mut self
) -> BitWriterRaw<'_, u32, OUT_INT_CLR_CH_SPEC, bool, BitM, 5>
pub fn outfifo_udf_l1(
&mut self
) -> BitWriterRaw<'_, u32, OUT_INT_CLR_CH_SPEC, bool, BitM, 5>
Bit 5 - Set this bit to clear the OUTFIFO_UDF_L1_CH_INT interrupt.
pub fn outfifo_ovf_l3(
&mut self
) -> BitWriterRaw<'_, u32, OUT_INT_CLR_CH_SPEC, bool, BitM, 6>
pub fn outfifo_ovf_l3(
&mut self
) -> BitWriterRaw<'_, u32, OUT_INT_CLR_CH_SPEC, bool, BitM, 6>
Bit 6 - Set this bit to clear the OUTFIFO_OVF_L3_CH_INT interrupt.
pub fn outfifo_udf_l3(
&mut self
) -> BitWriterRaw<'_, u32, OUT_INT_CLR_CH_SPEC, bool, BitM, 7>
pub fn outfifo_udf_l3(
&mut self
) -> BitWriterRaw<'_, u32, OUT_INT_CLR_CH_SPEC, bool, BitM, 7>
Bit 7 - Set this bit to clear the OUTFIFO_UDF_L3_CH_INT interrupt.
Methods from Deref<Target = W<OUT_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.
Trait Implementations§
§impl From<W<OUT_INT_CLR_CH_SPEC>> for W
impl From<W<OUT_INT_CLR_CH_SPEC>> for W
§fn from(writer: W<OUT_INT_CLR_CH_SPEC>) -> W
fn from(writer: W<OUT_INT_CLR_CH_SPEC>) -> W
Converts to this type from the input type.