Struct esp32s3::dma::in_conf0_ch::W
source · pub struct W(_);
Expand description
Register IN_CONF0_CH%s
writer
Implementations§
source§impl W
impl W
sourcepub fn in_rst(&mut self) -> IN_RST_W<'_, 0>
pub fn in_rst(&mut self) -> IN_RST_W<'_, 0>
Bit 0 - This bit is used to reset DMA channel 0 Rx FSM and Rx FIFO pointer.
sourcepub fn in_loop_test(&mut self) -> IN_LOOP_TEST_W<'_, 1>
pub fn in_loop_test(&mut self) -> IN_LOOP_TEST_W<'_, 1>
Bit 1 - reserved
sourcepub fn indscr_burst_en(&mut self) -> INDSCR_BURST_EN_W<'_, 2>
pub fn indscr_burst_en(&mut self) -> INDSCR_BURST_EN_W<'_, 2>
Bit 2 - Set this bit to 1 to enable INCR burst transfer for Rx channel 0 reading link descriptor when accessing internal SRAM.
sourcepub fn in_data_burst_en(&mut self) -> IN_DATA_BURST_EN_W<'_, 3>
pub fn in_data_burst_en(&mut self) -> IN_DATA_BURST_EN_W<'_, 3>
Bit 3 - Set this bit to 1 to enable INCR burst transfer for Rx channel 0 receiving data when accessing internal SRAM.
sourcepub fn mem_trans_en(&mut self) -> MEM_TRANS_EN_W<'_, 4>
pub fn mem_trans_en(&mut self) -> MEM_TRANS_EN_W<'_, 4>
Bit 4 - Set this bit 1 to enable automatic transmitting data from memory to memory via DMA.