Struct esp32c3::extmem::icache_lock_ctrl::W
source · pub struct W(_);
Expand description
Register ICACHE_LOCK_CTRL
writer
Implementations§
source§impl W
impl W
sourcepub fn icache_lock_ena(&mut self) -> ICACHE_LOCK_ENA_W<'_, 0>
pub fn icache_lock_ena(&mut self) -> ICACHE_LOCK_ENA_W<'_, 0>
Bit 0 - The bit is used to enable lock operation. It will be cleared by hardware after lock operation done.
sourcepub fn icache_unlock_ena(&mut self) -> ICACHE_UNLOCK_ENA_W<'_, 1>
pub fn icache_unlock_ena(&mut self) -> ICACHE_UNLOCK_ENA_W<'_, 1>
Bit 1 - The bit is used to enable unlock operation. It will be cleared by hardware after unlock operation done.
Methods from Deref<Target = W<ICACHE_LOCK_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