Struct esp32c3::dma::in_conf0_ch1::R
source · pub struct R(_);
Expand description
Register IN_CONF0_CH1
reader
Implementations
sourceimpl R
impl R
sourcepub fn in_rst(&self) -> IN_RST_R
pub fn in_rst(&self) -> IN_RST_R
Bit 0 - This bit is used to reset DMA channel 1 Rx FSM and Rx FIFO pointer.
sourcepub fn in_loop_test(&self) -> IN_LOOP_TEST_R
pub fn in_loop_test(&self) -> IN_LOOP_TEST_R
Bit 1 - reserved
sourcepub fn indscr_burst_en(&self) -> INDSCR_BURST_EN_R
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 1 reading link descriptor when accessing internal SRAM.
sourcepub fn in_data_burst_en(&self) -> IN_DATA_BURST_EN_R
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 1 receiving data when accessing internal SRAM.
sourcepub fn mem_trans_en(&self) -> MEM_TRANS_EN_R
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.
Methods from Deref<Target = R<IN_CONF0_CH1_SPEC>>
Trait Implementations
sourceimpl From<R<IN_CONF0_CH1_SPEC>> for R
impl From<R<IN_CONF0_CH1_SPEC>> for R
sourcefn from(reader: R<IN_CONF0_CH1_SPEC>) -> Self
fn from(reader: R<IN_CONF0_CH1_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more