Struct esp32_hal::pac::spi0::dma_in_link::R
pub struct R(_);
Expand description
Register DMA_IN_LINK
reader
Implementations§
§impl R
impl R
pub fn inlink_addr(&self) -> FieldReaderRaw<u32, u32>
pub fn inlink_addr(&self) -> FieldReaderRaw<u32, u32>
Bits 0:19 - The address of the first inlink descriptor.
pub fn inlink_auto_ret(&self) -> BitReaderRaw<bool>
pub fn inlink_auto_ret(&self) -> BitReaderRaw<bool>
Bit 20 - when the bit is set inlink descriptor returns to the next descriptor while a packet is wrong
pub fn inlink_stop(&self) -> BitReaderRaw<bool>
pub fn inlink_stop(&self) -> BitReaderRaw<bool>
Bit 28 - Set the bit to stop to use inlink descriptor.
pub fn inlink_start(&self) -> BitReaderRaw<bool>
pub fn inlink_start(&self) -> BitReaderRaw<bool>
Bit 29 - Set the bit to start to use inlink descriptor.
pub fn inlink_restart(&self) -> BitReaderRaw<bool>
pub fn inlink_restart(&self) -> BitReaderRaw<bool>
Bit 30 - Set the bit to mount on new inlink descriptors.
Methods from Deref<Target = R<DMA_IN_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_IN_LINK_SPEC>> for R
impl From<R<DMA_IN_LINK_SPEC>> for R
§fn from(reader: R<DMA_IN_LINK_SPEC>) -> R
fn from(reader: R<DMA_IN_LINK_SPEC>) -> R
Converts to this type from the input type.