Struct esp32s3_hal::pac::dma::in_conf0_ch::W
pub struct W(_);
Expand description
Register IN_CONF0_CH%s
writer
Implementations
impl W
impl W
pub fn in_rst(
&mut self
) -> BitWriterRaw<'_, u32, IN_CONF0_CH_SPEC, bool, BitM, 0>
pub fn in_rst(
&mut self
) -> BitWriterRaw<'_, u32, IN_CONF0_CH_SPEC, bool, BitM, 0>
Bit 0 - This bit is used to reset DMA channel 0 Rx FSM and Rx FIFO pointer.
pub fn in_loop_test(
&mut self
) -> BitWriterRaw<'_, u32, IN_CONF0_CH_SPEC, bool, BitM, 1>
pub fn in_loop_test(
&mut self
) -> BitWriterRaw<'_, u32, IN_CONF0_CH_SPEC, bool, BitM, 1>
Bit 1 - reserved
pub fn indscr_burst_en(
&mut self
) -> BitWriterRaw<'_, u32, IN_CONF0_CH_SPEC, bool, BitM, 2>
pub fn indscr_burst_en(
&mut self
) -> BitWriterRaw<'_, u32, IN_CONF0_CH_SPEC, bool, BitM, 2>
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(
&mut self
) -> BitWriterRaw<'_, u32, IN_CONF0_CH_SPEC, bool, BitM, 3>
pub fn in_data_burst_en(
&mut self
) -> BitWriterRaw<'_, u32, IN_CONF0_CH_SPEC, bool, BitM, 3>
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(
&mut self
) -> BitWriterRaw<'_, u32, IN_CONF0_CH_SPEC, bool, BitM, 4>
pub fn mem_trans_en(
&mut self
) -> BitWriterRaw<'_, u32, IN_CONF0_CH_SPEC, bool, BitM, 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_CH_SPEC>>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Safety
Read datasheet or reference manual to find what values are allowed to pass.
Trait Implementations
impl From<W<IN_CONF0_CH_SPEC>> for W
impl From<W<IN_CONF0_CH_SPEC>> for W
fn from(writer: W<IN_CONF0_CH_SPEC>) -> W
fn from(writer: W<IN_CONF0_CH_SPEC>) -> W
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