Struct esp32c3::dma::out_conf0_ch0::W
source · pub struct W(_);
Expand description
Register OUT_CONF0_CH0
writer
Implementations§
source§impl W
impl W
sourcepub fn out_rst(&mut self) -> OUT_RST_W<'_, 0>
pub fn out_rst(&mut self) -> OUT_RST_W<'_, 0>
Bit 0 - This bit is used to reset DMA channel 0 Tx FSM and Tx FIFO pointer.
sourcepub fn out_loop_test(&mut self) -> OUT_LOOP_TEST_W<'_, 1>
pub fn out_loop_test(&mut self) -> OUT_LOOP_TEST_W<'_, 1>
Bit 1 - reserved
sourcepub fn out_auto_wrback(&mut self) -> OUT_AUTO_WRBACK_W<'_, 2>
pub fn out_auto_wrback(&mut self) -> OUT_AUTO_WRBACK_W<'_, 2>
Bit 2 - Set this bit to enable automatic outlink-writeback when all the data in tx buffer has been transmitted.
sourcepub fn out_eof_mode(&mut self) -> OUT_EOF_MODE_W<'_, 3>
pub fn out_eof_mode(&mut self) -> OUT_EOF_MODE_W<'_, 3>
Bit 3 - EOF flag generation mode when transmitting data. 1: EOF flag for Tx channel 0 is generated when data need to transmit has been popped from FIFO in DMA
sourcepub fn outdscr_burst_en(&mut self) -> OUTDSCR_BURST_EN_W<'_, 4>
pub fn outdscr_burst_en(&mut self) -> OUTDSCR_BURST_EN_W<'_, 4>
Bit 4 - Set this bit to 1 to enable INCR burst transfer for Tx channel 0 reading link descriptor when accessing internal SRAM.
sourcepub fn out_data_burst_en(&mut self) -> OUT_DATA_BURST_EN_W<'_, 5>
pub fn out_data_burst_en(&mut self) -> OUT_DATA_BURST_EN_W<'_, 5>
Bit 5 - Set this bit to 1 to enable INCR burst transfer for Tx channel 0 transmitting data when accessing internal SRAM.
Methods from Deref<Target = W<OUT_CONF0_CH0_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