Struct esp32s3::extmem::dcache_occupy_ctrl::W
source · pub struct W(_);
Expand description
Register DCACHE_OCCUPY_CTRL
writer
Implementations§
source§impl W
impl W
sourcepub fn dcache_occupy_ena(&mut self) -> DCACHE_OCCUPY_ENA_W<'_, 0>
pub fn dcache_occupy_ena(&mut self) -> DCACHE_OCCUPY_ENA_W<'_, 0>
Bit 0 - The bit is used to enable occupy operation. It will be cleared by hardware after issuing Auot-Invalidate Operation.
Methods from Deref<Target = W<DCACHE_OCCUPY_CTRL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more