Struct esp32c2_hal::pac::dma::int_ena_ch0::R
pub struct R(_);
Expand description
Register INT_ENA_CH0
reader
Implementations§
§impl R
impl R
pub fn in_done(&self) -> BitReaderRaw<bool>
pub fn in_done(&self) -> BitReaderRaw<bool>
Bit 0 - The interrupt enable bit for the IN_DONE_CH_INT interrupt.
pub fn in_suc_eof(&self) -> BitReaderRaw<bool>
pub fn in_suc_eof(&self) -> BitReaderRaw<bool>
Bit 1 - The interrupt enable bit for the IN_SUC_EOF_CH_INT interrupt.
pub fn in_err_eof(&self) -> BitReaderRaw<bool>
pub fn in_err_eof(&self) -> BitReaderRaw<bool>
Bit 2 - The interrupt enable bit for the IN_ERR_EOF_CH_INT interrupt.
pub fn out_done(&self) -> BitReaderRaw<bool>
pub fn out_done(&self) -> BitReaderRaw<bool>
Bit 3 - The interrupt enable bit for the OUT_DONE_CH_INT interrupt.
pub fn out_eof(&self) -> BitReaderRaw<bool>
pub fn out_eof(&self) -> BitReaderRaw<bool>
Bit 4 - The interrupt enable bit for the OUT_EOF_CH_INT interrupt.
pub fn in_dscr_err(&self) -> BitReaderRaw<bool>
pub fn in_dscr_err(&self) -> BitReaderRaw<bool>
Bit 5 - The interrupt enable bit for the IN_DSCR_ERR_CH_INT interrupt.
pub fn out_dscr_err(&self) -> BitReaderRaw<bool>
pub fn out_dscr_err(&self) -> BitReaderRaw<bool>
Bit 6 - The interrupt enable bit for the OUT_DSCR_ERR_CH_INT interrupt.
pub fn in_dscr_empty(&self) -> BitReaderRaw<bool>
pub fn in_dscr_empty(&self) -> BitReaderRaw<bool>
Bit 7 - The interrupt enable bit for the IN_DSCR_EMPTY_CH_INT interrupt.
pub fn out_total_eof(&self) -> BitReaderRaw<bool>
pub fn out_total_eof(&self) -> BitReaderRaw<bool>
Bit 8 - The interrupt enable bit for the OUT_TOTAL_EOF_CH_INT interrupt.
pub fn infifo_ovf(&self) -> BitReaderRaw<bool>
pub fn infifo_ovf(&self) -> BitReaderRaw<bool>
Bit 9 - The interrupt enable bit for the INFIFO_OVF_L1_CH_INT interrupt.
pub fn infifo_udf(&self) -> BitReaderRaw<bool>
pub fn infifo_udf(&self) -> BitReaderRaw<bool>
Bit 10 - The interrupt enable bit for the INFIFO_UDF_L1_CH_INT interrupt.
pub fn outfifo_ovf(&self) -> BitReaderRaw<bool>
pub fn outfifo_ovf(&self) -> BitReaderRaw<bool>
Bit 11 - The interrupt enable bit for the OUTFIFO_OVF_L1_CH_INT interrupt.
pub fn outfifo_udf(&self) -> BitReaderRaw<bool>
pub fn outfifo_udf(&self) -> BitReaderRaw<bool>
Bit 12 - The interrupt enable bit for the OUTFIFO_UDF_L1_CH_INT interrupt.
Methods from Deref<Target = R<INT_ENA_CH0_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.