Type Alias esp32c6::dma::out_int_ch::clr::W

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

Register CLR writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

source§

impl W

source

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

Bit 0 - Set this bit to clear the OUT_DONE_CH_INT interrupt.

source

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

Bit 1 - Set this bit to clear the OUT_EOF_CH_INT interrupt.

source

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

Bit 2 - Set this bit to clear the OUT_DSCR_ERR_CH_INT interrupt.

source

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

Bit 3 - Set this bit to clear the OUT_TOTAL_EOF_CH_INT interrupt.

source

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

Bit 4 - Set this bit to clear the OUTFIFO_OVF_L1_CH_INT interrupt.

source

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

Bit 5 - Set this bit to clear the OUTFIFO_UDF_L1_CH_INT interrupt.