Struct esp32_hal::pac::uhci0::dma_in_pop::W
pub struct W(_);
Expand description
Register DMA_IN_POP
writer
Implementations§
§impl W
impl W
pub fn infifo_pop(
&mut self
) -> BitWriterRaw<'_, u32, DMA_IN_POP_SPEC, bool, BitM, 16>
pub fn infifo_pop(
&mut self
) -> BitWriterRaw<'_, u32, DMA_IN_POP_SPEC, bool, BitM, 16>
Bit 16 - Set this bit to pop data in in link descriptor’s fifo.
Methods from Deref<Target = W<DMA_IN_POP_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<DMA_IN_POP_SPEC>> for W
impl From<W<DMA_IN_POP_SPEC>> for W
§fn from(writer: W<DMA_IN_POP_SPEC>) -> W
fn from(writer: W<DMA_IN_POP_SPEC>) -> W
Converts to this type from the input type.