Struct esp32_hal::pac::uhci0::dma_out_link::R
pub struct R(_);
Expand description
Register DMA_OUT_LINK
reader
Implementations§
§impl R
impl R
pub fn outlink_addr(&self) -> FieldReaderRaw<u32, u32>
pub fn outlink_addr(&self) -> FieldReaderRaw<u32, u32>
Bits 0:19 - This register stores the least 20 bits of the first out link descriptor’s address.
pub fn outlink_stop(&self) -> BitReaderRaw<bool>
pub fn outlink_stop(&self) -> BitReaderRaw<bool>
Bit 28 - Set this bit to stop dealing with the out link descriptors.
pub fn outlink_start(&self) -> BitReaderRaw<bool>
pub fn outlink_start(&self) -> BitReaderRaw<bool>
Bit 29 - Set this bit to start dealing with the out link descriptors.
pub fn outlink_restart(&self) -> BitReaderRaw<bool>
pub fn outlink_restart(&self) -> BitReaderRaw<bool>
Bit 30 - Set this bit to mount on new out link descriptors
pub fn outlink_park(&self) -> BitReaderRaw<bool>
pub fn outlink_park(&self) -> BitReaderRaw<bool>
Bit 31 - 1£º the out link descriptor’s fsm is in idle state. 0:the out link descriptor’s fsm is working.
Methods from Deref<Target = R<DMA_OUT_LINK_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_LINK_SPEC>> for R
impl From<R<DMA_OUT_LINK_SPEC>> for R
§fn from(reader: R<DMA_OUT_LINK_SPEC>) -> R
fn from(reader: R<DMA_OUT_LINK_SPEC>) -> R
Converts to this type from the input type.