Type Alias esp32c6::dma::in_conf0_ch::W

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

Register IN_CONF0_CH%s writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

source§

impl W

source

pub fn in_rst(&mut self) -> IN_RST_W<'_, IN_CONF0_CH_SPEC>

Bit 0 - This bit is used to reset DMA channel 0 Rx FSM and Rx FIFO pointer.

source

pub fn in_loop_test(&mut self) -> IN_LOOP_TEST_W<'_, IN_CONF0_CH_SPEC>

Bit 1 - reserved

source

pub fn indscr_burst_en(&mut self) -> INDSCR_BURST_EN_W<'_, IN_CONF0_CH_SPEC>

Bit 2 - Set this bit to 1 to enable INCR burst transfer for Rx channel 0 reading link descriptor when accessing internal SRAM.

source

pub fn in_data_burst_en(&mut self) -> IN_DATA_BURST_EN_W<'_, IN_CONF0_CH_SPEC>

Bit 3 - Set this bit to 1 to enable INCR burst transfer for Rx channel 0 receiving data when accessing internal SRAM.

source

pub fn mem_trans_en(&mut self) -> MEM_TRANS_EN_W<'_, IN_CONF0_CH_SPEC>

Bit 4 - Set this bit 1 to enable automatic transmitting data from memory to memory via DMA.

source

pub fn in_etm_en(&mut self) -> IN_ETM_EN_W<'_, IN_CONF0_CH_SPEC>

Bit 5 - Set this bit to 1 to enable etm control mode, dma Rx channel 0 is triggered by etm task.

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