Struct esp32c2_hal::pac::dma::out_push_ch0::W
pub struct W(_);
Expand description
Register OUT_PUSH_CH0
writer
Implementations§
§impl W
impl W
pub fn outfifo_wdata(
&mut self
) -> FieldWriterRaw<'_, u32, OUT_PUSH_CH0_SPEC, u16, u16, Unsafe, 9, 0>
pub fn outfifo_wdata(
&mut self
) -> FieldWriterRaw<'_, u32, OUT_PUSH_CH0_SPEC, u16, u16, Unsafe, 9, 0>
Bits 0:8 - This register stores the data that need to be pushed into DMA FIFO.
pub fn outfifo_push(
&mut self
) -> BitWriterRaw<'_, u32, OUT_PUSH_CH0_SPEC, bool, BitM, 9>
pub fn outfifo_push(
&mut self
) -> BitWriterRaw<'_, u32, OUT_PUSH_CH0_SPEC, bool, BitM, 9>
Bit 9 - Set this bit to push data into DMA FIFO.
Methods from Deref<Target = W<OUT_PUSH_CH0_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<OUT_PUSH_CH0_SPEC>> for W
impl From<W<OUT_PUSH_CH0_SPEC>> for W
§fn from(writer: W<OUT_PUSH_CH0_SPEC>) -> W
fn from(writer: W<OUT_PUSH_CH0_SPEC>) -> W
Converts to this type from the input type.