Type Alias esp32c3::dma::ch::in_conf0::R

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

Register IN_CONF0 reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn in_rst(&self) -> IN_RST_R

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

source

pub fn in_loop_test(&self) -> IN_LOOP_TEST_R

Bit 1 - reserved

source

pub fn indscr_burst_en(&self) -> INDSCR_BURST_EN_R

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(&self) -> IN_DATA_BURST_EN_R

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(&self) -> MEM_TRANS_EN_R

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