pub struct R(_);
Expand description
Register DCACHE_PRELOAD_CTRL
reader
Implementations
sourceimpl R
impl R
sourcepub fn dcache_preload_ena(&self) -> DCACHE_PRELOAD_ENA_R
pub fn dcache_preload_ena(&self) -> DCACHE_PRELOAD_ENA_R
Bit 0 - The bit is used to enable preload operation. It will be cleared by hardware after preload operation done.
sourcepub fn dcache_preload_done(&self) -> DCACHE_PRELOAD_DONE_R
pub fn dcache_preload_done(&self) -> DCACHE_PRELOAD_DONE_R
Bit 1 - The bit is used to indicate preload operation is finished.
sourcepub fn dcache_preload_order(&self) -> DCACHE_PRELOAD_ORDER_R
pub fn dcache_preload_order(&self) -> DCACHE_PRELOAD_ORDER_R
Bit 2 - The bit is used to configure the direction of preload operation. 1: descending, 0: ascending.
Methods from Deref<Target = R<DCACHE_PRELOAD_CTRL_SPEC>>
Trait Implementations
sourceimpl From<R<DCACHE_PRELOAD_CTRL_SPEC>> for R
impl From<R<DCACHE_PRELOAD_CTRL_SPEC>> for R
sourcefn from(reader: R<DCACHE_PRELOAD_CTRL_SPEC>) -> Self
fn from(reader: R<DCACHE_PRELOAD_CTRL_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