Struct esp32_hal::pac::uhci0::dma_out_push::R
pub struct R(_);
Expand description
Register DMA_OUT_PUSH
reader
Implementations§
§impl R
impl R
pub fn outfifo_wdata(&self) -> FieldReaderRaw<u16, u16>
pub fn outfifo_wdata(&self) -> FieldReaderRaw<u16, u16>
Bits 0:8 - This is the data need to be pushed into out link descriptor’s fifo.
pub fn outfifo_push(&self) -> BitReaderRaw<bool>
pub fn outfifo_push(&self) -> BitReaderRaw<bool>
Bit 16 - Set this bit to push data in out link descriptor’s fifo.
Methods from Deref<Target = R<DMA_OUT_PUSH_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<DMA_OUT_PUSH_SPEC>> for R
impl From<R<DMA_OUT_PUSH_SPEC>> for R
§fn from(reader: R<DMA_OUT_PUSH_SPEC>) -> R
fn from(reader: R<DMA_OUT_PUSH_SPEC>) -> R
Converts to this type from the input type.