pub struct W(_);Expand description
Register DCACHE_SYNC_CTRL writer
Implementations
sourceimpl W
impl W
sourcepub fn dcache_invalidate_ena(&mut self) -> DCACHE_INVALIDATE_ENA_W<'_>
pub fn dcache_invalidate_ena(&mut self) -> DCACHE_INVALIDATE_ENA_W<'_>
Bit 0 - The bit is used to enable invalidate operation. It will be cleared by hardware after invalidate operation done.
sourcepub fn dcache_writeback_ena(&mut self) -> DCACHE_WRITEBACK_ENA_W<'_>
pub fn dcache_writeback_ena(&mut self) -> DCACHE_WRITEBACK_ENA_W<'_>
Bit 1 - The bit is used to enable writeback operation. It will be cleared by hardware after writeback operation done.
sourcepub fn dcache_clean_ena(&mut self) -> DCACHE_CLEAN_ENA_W<'_>
pub fn dcache_clean_ena(&mut self) -> DCACHE_CLEAN_ENA_W<'_>
Bit 2 - The bit is used to enable clean operation. It will be cleared by hardware after clean operation done.
Methods from Deref<Target = W<DCACHE_SYNC_CTRL_SPEC>>
Trait Implementations
sourceimpl From<W<DCACHE_SYNC_CTRL_SPEC>> for W
impl From<W<DCACHE_SYNC_CTRL_SPEC>> for W
sourcefn from(writer: W<DCACHE_SYNC_CTRL_SPEC>) -> Self
fn from(writer: W<DCACHE_SYNC_CTRL_SPEC>) -> Self
Performs the conversion.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more