Type Alias esp32c3::dma::ch::in_conf0::W

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

Register IN_CONF0 writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

source§

impl W

source

pub fn in_rst(&mut self) -> IN_RST_W<'_, IN_CONF0_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_SPEC>

Bit 1 - reserved

source

pub fn indscr_burst_en(&mut self) -> INDSCR_BURST_EN_W<'_, IN_CONF0_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_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_SPEC>

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