Struct esp32h2::dma::in_int_clr_ch::W
source · pub struct W(_);Expand description
Register IN_INT_CLR_CH%s writer
Implementations§
source§impl W
impl W
sourcepub fn in_done(&mut self) -> IN_DONE_W<'_, 0>
pub fn in_done(&mut self) -> IN_DONE_W<'_, 0>
Bit 0 - Set this bit to clear the IN_DONE_CH_INT interrupt.
sourcepub fn in_suc_eof(&mut self) -> IN_SUC_EOF_W<'_, 1>
pub fn in_suc_eof(&mut self) -> IN_SUC_EOF_W<'_, 1>
Bit 1 - Set this bit to clear the IN_SUC_EOF_CH_INT interrupt.
sourcepub fn in_err_eof(&mut self) -> IN_ERR_EOF_W<'_, 2>
pub fn in_err_eof(&mut self) -> IN_ERR_EOF_W<'_, 2>
Bit 2 - Set this bit to clear the IN_ERR_EOF_CH_INT interrupt.
sourcepub fn in_dscr_err(&mut self) -> IN_DSCR_ERR_W<'_, 3>
pub fn in_dscr_err(&mut self) -> IN_DSCR_ERR_W<'_, 3>
Bit 3 - Set this bit to clear the IN_DSCR_ERR_CH_INT interrupt.
sourcepub fn in_dscr_empty(&mut self) -> IN_DSCR_EMPTY_W<'_, 4>
pub fn in_dscr_empty(&mut self) -> IN_DSCR_EMPTY_W<'_, 4>
Bit 4 - Set this bit to clear the IN_DSCR_EMPTY_CH_INT interrupt.
sourcepub fn infifo_ovf(&mut self) -> INFIFO_OVF_W<'_, 5>
pub fn infifo_ovf(&mut self) -> INFIFO_OVF_W<'_, 5>
Bit 5 - Set this bit to clear the INFIFO_OVF_L1_CH_INT interrupt.
sourcepub fn infifo_udf(&mut self) -> INFIFO_UDF_W<'_, 6>
pub fn infifo_udf(&mut self) -> INFIFO_UDF_W<'_, 6>
Bit 6 - Set this bit to clear the INFIFO_UDF_L1_CH_INT interrupt.
Methods from Deref<Target = W<IN_INT_CLR_CH_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more