pub struct R(_);
Expand description
Register PRO_DCACHE_PRELOAD_ADDR
reader
Implementations
sourceimpl R
impl R
sourcepub fn pro_dcache_preload_addr(&self) -> PRO_DCACHE_PRELOAD_ADDR_R
pub fn pro_dcache_preload_addr(&self) -> PRO_DCACHE_PRELOAD_ADDR_R
Bits 0:31 - The bits are used to configure the start virtual address for manual pre-load operation. It should be combined with PRO_DCACHE_PRELOAD_SIZE_REG.
Methods from Deref<Target = R<PRO_DCACHE_PRELOAD_ADDR_SPEC>>
Trait Implementations
sourceimpl From<R<PRO_DCACHE_PRELOAD_ADDR_SPEC>> for R
impl From<R<PRO_DCACHE_PRELOAD_ADDR_SPEC>> for R
sourcefn from(reader: R<PRO_DCACHE_PRELOAD_ADDR_SPEC>) -> Self
fn from(reader: R<PRO_DCACHE_PRELOAD_ADDR_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more