Struct esp32c2_hal::pac::dma::in_conf0_ch0::R
pub struct R(_);
Expand description
Register IN_CONF0_CH0
reader
Implementations§
§impl R
impl R
pub fn in_rst(&self) -> BitReaderRaw<bool>
pub fn in_rst(&self) -> BitReaderRaw<bool>
Bit 0 - This bit is used to reset DMA channel 0 Rx FSM and Rx FIFO pointer.
pub fn in_loop_test(&self) -> BitReaderRaw<bool>
pub fn in_loop_test(&self) -> BitReaderRaw<bool>
Bit 1 - reserved
pub fn indscr_burst_en(&self) -> BitReaderRaw<bool>
pub fn indscr_burst_en(&self) -> BitReaderRaw<bool>
Bit 2 - Set this bit to 1 to enable INCR burst transfer for Rx channel 0 reading link descriptor when accessing internal SRAM.
pub fn in_data_burst_en(&self) -> BitReaderRaw<bool>
pub fn in_data_burst_en(&self) -> BitReaderRaw<bool>
Bit 3 - Set this bit to 1 to enable INCR burst transfer for Rx channel 0 receiving data when accessing internal SRAM.
pub fn mem_trans_en(&self) -> BitReaderRaw<bool>
pub fn mem_trans_en(&self) -> BitReaderRaw<bool>
Bit 4 - Set this bit 1 to enable automatic transmitting data from memory to memory via DMA.
Methods from Deref<Target = R<IN_CONF0_CH0_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<IN_CONF0_CH0_SPEC>> for R
impl From<R<IN_CONF0_CH0_SPEC>> for R
§fn from(reader: R<IN_CONF0_CH0_SPEC>) -> R
fn from(reader: R<IN_CONF0_CH0_SPEC>) -> R
Converts to this type from the input type.