Struct esp32s3::dma::out_int_st_ch::R
source · pub struct R(_);
Expand description
Register OUT_INT_ST_CH%s
reader
Implementations
sourceimpl 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_l1(&self) -> OUTFIFO_OVF_L1_R
pub fn outfifo_ovf_l1(&self) -> OUTFIFO_OVF_L1_R
Bit 4 - The raw interrupt status bit for the OUTFIFO_OVF_L1_CH_INT interrupt.
sourcepub fn outfifo_udf_l1(&self) -> OUTFIFO_UDF_L1_R
pub fn outfifo_udf_l1(&self) -> OUTFIFO_UDF_L1_R
Bit 5 - The raw interrupt status bit for the OUTFIFO_UDF_L1_CH_INT interrupt.
sourcepub fn outfifo_ovf_l3(&self) -> OUTFIFO_OVF_L3_R
pub fn outfifo_ovf_l3(&self) -> OUTFIFO_OVF_L3_R
Bit 6 - The raw interrupt status bit for the OUTFIFO_OVF_L3_CH_INT interrupt.
sourcepub fn outfifo_udf_l3(&self) -> OUTFIFO_UDF_L3_R
pub fn outfifo_udf_l3(&self) -> OUTFIFO_UDF_L3_R
Bit 7 - The raw interrupt status bit for the OUTFIFO_UDF_L3_CH_INT interrupt.
Methods from Deref<Target = R<OUT_INT_ST_CH_SPEC>>
Trait Implementations
sourceimpl From<R<OUT_INT_ST_CH_SPEC>> for R
impl From<R<OUT_INT_ST_CH_SPEC>> for R
sourcefn from(reader: R<OUT_INT_ST_CH_SPEC>) -> Self
fn from(reader: R<OUT_INT_ST_CH_SPEC>) -> Self
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