Type Alias esp32c3::dma::int_ch::ena::R

source ·
pub type R = R<ENA_SPEC>;
Expand description

Register ENA reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn in_done(&self) -> IN_DONE_R

Bit 0 - The interrupt enable bit for the IN_DONE_CH_INT interrupt.

source

pub fn in_suc_eof(&self) -> IN_SUC_EOF_R

Bit 1 - The interrupt enable bit for the IN_SUC_EOF_CH_INT interrupt.

source

pub fn in_err_eof(&self) -> IN_ERR_EOF_R

Bit 2 - The interrupt enable bit for the IN_ERR_EOF_CH_INT interrupt.

source

pub fn out_done(&self) -> OUT_DONE_R

Bit 3 - The interrupt enable bit for the OUT_DONE_CH_INT interrupt.

source

pub fn out_eof(&self) -> OUT_EOF_R

Bit 4 - The interrupt enable bit for the OUT_EOF_CH_INT interrupt.

source

pub fn in_dscr_err(&self) -> IN_DSCR_ERR_R

Bit 5 - The interrupt enable bit for the IN_DSCR_ERR_CH_INT interrupt.

source

pub fn out_dscr_err(&self) -> OUT_DSCR_ERR_R

Bit 6 - The interrupt enable bit for the OUT_DSCR_ERR_CH_INT interrupt.

source

pub fn in_dscr_empty(&self) -> IN_DSCR_EMPTY_R

Bit 7 - The interrupt enable bit for the IN_DSCR_EMPTY_CH_INT interrupt.

source

pub fn out_total_eof(&self) -> OUT_TOTAL_EOF_R

Bit 8 - The interrupt enable bit for the OUT_TOTAL_EOF_CH_INT interrupt.

source

pub fn infifo_ovf(&self) -> INFIFO_OVF_R

Bit 9 - The interrupt enable bit for the INFIFO_OVF_L1_CH_INT interrupt.

source

pub fn infifo_udf(&self) -> INFIFO_UDF_R

Bit 10 - The interrupt enable bit for the INFIFO_UDF_L1_CH_INT interrupt.

source

pub fn outfifo_ovf(&self) -> OUTFIFO_OVF_R

Bit 11 - The interrupt enable bit for the OUTFIFO_OVF_L1_CH_INT interrupt.

source

pub fn outfifo_udf(&self) -> OUTFIFO_UDF_R

Bit 12 - The interrupt enable bit for the OUTFIFO_UDF_L1_CH_INT interrupt.