Struct esp32_hal::pac::spi0::outlink_dscr_bf0::R
pub struct R(_);
Expand description
Register OUTLINK_DSCR_BF0
reader
Implementations§
§impl R
impl R
pub fn dma_outlink_dscr_bf0(&self) -> FieldReaderRaw<u32, u32>
pub fn dma_outlink_dscr_bf0(&self) -> FieldReaderRaw<u32, u32>
Bits 0:31 - The content of next out descriptor pointer.
Methods from Deref<Target = R<OUTLINK_DSCR_BF0_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<OUTLINK_DSCR_BF0_SPEC>> for R
impl From<R<OUTLINK_DSCR_BF0_SPEC>> for R
§fn from(reader: R<OUTLINK_DSCR_BF0_SPEC>) -> R
fn from(reader: R<OUTLINK_DSCR_BF0_SPEC>) -> R
Converts to this type from the input type.