Type Alias esp32c3::dma::int_clr_ch1::W

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

Register INT_CLR_CH1 writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

source§

impl W

source

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

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

source

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

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

source

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

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

source

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

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

source

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

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

source

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

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

source

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

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

source

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

Bit 7 - Set this bit to clear the IN_DSCR_EMPTY_CH_INT interrupt.

source

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

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

source

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

Bit 9 - Set this bit to clear the INFIFO_OVF_L1_CH_INT interrupt.

source

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

Bit 10 - Set this bit to clear the INFIFO_UDF_L1_CH_INT interrupt.

source

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

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

source

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

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

source

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self

Writes raw bits to the register.

Safety

Passing incorrect value can cause undefined behaviour. See reference manual