Struct esp32c3::dma::in_conf0_ch1::W
source · pub struct W(_);
Expand description
Register IN_CONF0_CH1
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 1 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 1 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 1 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.
Methods from Deref<Target = W<IN_CONF0_CH1_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more