Type Alias esp32c3::dma::int_ch::ena::W

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

Register ENA writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

source§

impl W

source

pub fn in_done(&mut self) -> IN_DONE_W<'_, ENA_SPEC>

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

source

pub fn in_suc_eof(&mut self) -> IN_SUC_EOF_W<'_, ENA_SPEC>

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

source

pub fn in_err_eof(&mut self) -> IN_ERR_EOF_W<'_, ENA_SPEC>

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

source

pub fn out_done(&mut self) -> OUT_DONE_W<'_, ENA_SPEC>

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

source

pub fn out_eof(&mut self) -> OUT_EOF_W<'_, ENA_SPEC>

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

source

pub fn in_dscr_err(&mut self) -> IN_DSCR_ERR_W<'_, ENA_SPEC>

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

source

pub fn out_dscr_err(&mut self) -> OUT_DSCR_ERR_W<'_, ENA_SPEC>

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

source

pub fn in_dscr_empty(&mut self) -> IN_DSCR_EMPTY_W<'_, ENA_SPEC>

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

source

pub fn out_total_eof(&mut self) -> OUT_TOTAL_EOF_W<'_, ENA_SPEC>

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

source

pub fn infifo_ovf(&mut self) -> INFIFO_OVF_W<'_, ENA_SPEC>

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

source

pub fn infifo_udf(&mut self) -> INFIFO_UDF_W<'_, ENA_SPEC>

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

source

pub fn outfifo_ovf(&mut self) -> OUTFIFO_OVF_W<'_, ENA_SPEC>

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

source

pub fn outfifo_udf(&mut self) -> OUTFIFO_UDF_W<'_, ENA_SPEC>

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