Struct esp32c3::dma::int_st_ch2::R
source · pub struct R(_);
Expand description
Register INT_ST_CH2
reader
Implementations§
source§impl R
impl R
sourcepub fn in_done(&self) -> IN_DONE_R
pub fn in_done(&self) -> IN_DONE_R
Bit 0 - The raw interrupt status bit for the IN_DONE_CH_INT interrupt.
sourcepub fn in_suc_eof(&self) -> IN_SUC_EOF_R
pub fn in_suc_eof(&self) -> IN_SUC_EOF_R
Bit 1 - The raw interrupt status bit for the IN_SUC_EOF_CH_INT interrupt.
sourcepub fn in_err_eof(&self) -> IN_ERR_EOF_R
pub fn in_err_eof(&self) -> IN_ERR_EOF_R
Bit 2 - The raw interrupt status bit for the IN_ERR_EOF_CH_INT interrupt.
sourcepub fn out_done(&self) -> OUT_DONE_R
pub fn out_done(&self) -> OUT_DONE_R
Bit 3 - 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 4 - The raw interrupt status bit for the OUT_EOF_CH_INT interrupt.
sourcepub fn in_dscr_err(&self) -> IN_DSCR_ERR_R
pub fn in_dscr_err(&self) -> IN_DSCR_ERR_R
Bit 5 - The raw interrupt status bit for the IN_DSCR_ERR_CH_INT interrupt.
sourcepub fn out_dscr_err(&self) -> OUT_DSCR_ERR_R
pub fn out_dscr_err(&self) -> OUT_DSCR_ERR_R
Bit 6 - The raw interrupt status bit for the OUT_DSCR_ERR_CH_INT interrupt.
sourcepub fn in_dscr_empty(&self) -> IN_DSCR_EMPTY_R
pub fn in_dscr_empty(&self) -> IN_DSCR_EMPTY_R
Bit 7 - The raw interrupt status bit for the IN_DSCR_EMPTY_CH_INT interrupt.
sourcepub fn out_total_eof(&self) -> OUT_TOTAL_EOF_R
pub fn out_total_eof(&self) -> OUT_TOTAL_EOF_R
Bit 8 - The raw interrupt status bit for the OUT_TOTAL_EOF_CH_INT interrupt.
sourcepub fn infifo_ovf(&self) -> INFIFO_OVF_R
pub fn infifo_ovf(&self) -> INFIFO_OVF_R
Bit 9 - The raw interrupt status bit for the INFIFO_OVF_L1_CH_INT interrupt.
sourcepub fn infifo_udf(&self) -> INFIFO_UDF_R
pub fn infifo_udf(&self) -> INFIFO_UDF_R
Bit 10 - The raw interrupt status bit for the INFIFO_UDF_L1_CH_INT interrupt.
sourcepub fn outfifo_ovf(&self) -> OUTFIFO_OVF_R
pub fn outfifo_ovf(&self) -> OUTFIFO_OVF_R
Bit 11 - 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 12 - The raw interrupt status bit for the OUTFIFO_UDF_L1_CH_INT interrupt.