Struct esp32h2::dma::out_int_st_ch::R
source · pub struct R(_);
Expand description
Register OUT_INT_ST_CH%s
reader
Implementations§
source§impl R
impl R
sourcepub fn out_done(&self) -> OUT_DONE_R
pub fn out_done(&self) -> OUT_DONE_R
Bit 0 - The raw interrupt status bit for the OUT_DONE_CH_INT interrupt.
sourcepub fn out_eof(&self) -> OUT_EOF_R
pub fn out_eof(&self) -> OUT_EOF_R
Bit 1 - The raw interrupt status bit for the OUT_EOF_CH_INT interrupt.
sourcepub fn out_dscr_err(&self) -> OUT_DSCR_ERR_R
pub fn out_dscr_err(&self) -> OUT_DSCR_ERR_R
Bit 2 - The raw interrupt status bit for the OUT_DSCR_ERR_CH_INT interrupt.
sourcepub fn out_total_eof(&self) -> OUT_TOTAL_EOF_R
pub fn out_total_eof(&self) -> OUT_TOTAL_EOF_R
Bit 3 - The raw interrupt status bit for the OUT_TOTAL_EOF_CH_INT interrupt.
sourcepub fn outfifo_ovf(&self) -> OUTFIFO_OVF_R
pub fn outfifo_ovf(&self) -> OUTFIFO_OVF_R
Bit 4 - The raw interrupt status bit for the OUTFIFO_OVF_L1_CH_INT interrupt.
sourcepub fn outfifo_udf(&self) -> OUTFIFO_UDF_R
pub fn outfifo_udf(&self) -> OUTFIFO_UDF_R
Bit 5 - The raw interrupt status bit for the OUTFIFO_UDF_L1_CH_INT interrupt.
Methods from Deref<Target = R<OUT_INT_ST_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