Struct esp32s3::extmem::icache_sync_ctrl::W
source · pub struct W(_);
Expand description
Register ICACHE_SYNC_CTRL
writer
Implementations§
source§impl W
impl W
sourcepub fn icache_invalidate_ena(&mut self) -> ICACHE_INVALIDATE_ENA_W<'_, 0>
pub fn icache_invalidate_ena(&mut self) -> ICACHE_INVALIDATE_ENA_W<'_, 0>
Bit 0 - The bit is used to enable invalidate operation. It will be cleared by hardware after invalidate operation done.
Methods from Deref<Target = W<ICACHE_SYNC_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