Struct esp32s3_hal::pac::dma::out_int_ena_ch::W
pub struct W(_);
Expand description
Register OUT_INT_ENA_CH%s
writer
Implementations
impl W
impl W
pub fn out_done(
&mut self
) -> BitWriterRaw<'_, u32, OUT_INT_ENA_CH_SPEC, bool, BitM, 0>
pub fn out_done(
&mut self
) -> BitWriterRaw<'_, u32, OUT_INT_ENA_CH_SPEC, bool, BitM, 0>
Bit 0 - The interrupt enable bit for the OUT_DONE_CH_INT interrupt.
pub fn out_eof(
&mut self
) -> BitWriterRaw<'_, u32, OUT_INT_ENA_CH_SPEC, bool, BitM, 1>
pub fn out_eof(
&mut self
) -> BitWriterRaw<'_, u32, OUT_INT_ENA_CH_SPEC, bool, BitM, 1>
Bit 1 - The interrupt enable bit for the OUT_EOF_CH_INT interrupt.
pub fn out_dscr_err(
&mut self
) -> BitWriterRaw<'_, u32, OUT_INT_ENA_CH_SPEC, bool, BitM, 2>
pub fn out_dscr_err(
&mut self
) -> BitWriterRaw<'_, u32, OUT_INT_ENA_CH_SPEC, bool, BitM, 2>
Bit 2 - The interrupt enable bit for the OUT_DSCR_ERR_CH_INT interrupt.
pub fn out_total_eof(
&mut self
) -> BitWriterRaw<'_, u32, OUT_INT_ENA_CH_SPEC, bool, BitM, 3>
pub fn out_total_eof(
&mut self
) -> BitWriterRaw<'_, u32, OUT_INT_ENA_CH_SPEC, bool, BitM, 3>
Bit 3 - The interrupt enable bit for the OUT_TOTAL_EOF_CH_INT interrupt.
pub fn outfifo_ovf_l1(
&mut self
) -> BitWriterRaw<'_, u32, OUT_INT_ENA_CH_SPEC, bool, BitM, 4>
pub fn outfifo_ovf_l1(
&mut self
) -> BitWriterRaw<'_, u32, OUT_INT_ENA_CH_SPEC, bool, BitM, 4>
Bit 4 - The interrupt enable bit for the OUTFIFO_OVF_L1_CH_INT interrupt.
pub fn outfifo_udf_l1(
&mut self
) -> BitWriterRaw<'_, u32, OUT_INT_ENA_CH_SPEC, bool, BitM, 5>
pub fn outfifo_udf_l1(
&mut self
) -> BitWriterRaw<'_, u32, OUT_INT_ENA_CH_SPEC, bool, BitM, 5>
Bit 5 - The interrupt enable bit for the OUTFIFO_UDF_L1_CH_INT interrupt.
pub fn outfifo_ovf_l3(
&mut self
) -> BitWriterRaw<'_, u32, OUT_INT_ENA_CH_SPEC, bool, BitM, 6>
pub fn outfifo_ovf_l3(
&mut self
) -> BitWriterRaw<'_, u32, OUT_INT_ENA_CH_SPEC, bool, BitM, 6>
Bit 6 - The interrupt enable bit for the OUTFIFO_OVF_L3_CH_INT interrupt.
pub fn outfifo_udf_l3(
&mut self
) -> BitWriterRaw<'_, u32, OUT_INT_ENA_CH_SPEC, bool, BitM, 7>
pub fn outfifo_udf_l3(
&mut self
) -> BitWriterRaw<'_, u32, OUT_INT_ENA_CH_SPEC, bool, BitM, 7>
Bit 7 - The interrupt enable bit for the OUTFIFO_UDF_L3_CH_INT interrupt.
Methods from Deref<Target = W<OUT_INT_ENA_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_ENA_CH_SPEC>> for W
impl From<W<OUT_INT_ENA_CH_SPEC>> for W
fn from(writer: W<OUT_INT_ENA_CH_SPEC>) -> W
fn from(writer: W<OUT_INT_ENA_CH_SPEC>) -> W
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more