pub struct R(_);
Expand description
Register ICACHE_LOCK_CTRL
reader
Implementations
sourceimpl R
impl R
sourcepub fn icache_lock_ena(&self) -> ICACHE_LOCK_ENA_R
pub fn icache_lock_ena(&self) -> ICACHE_LOCK_ENA_R
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(&self) -> ICACHE_UNLOCK_ENA_R
pub fn icache_unlock_ena(&self) -> ICACHE_UNLOCK_ENA_R
Bit 1 - The bit is used to enable unlock operation. It will be cleared by hardware after unlock operation done.
sourcepub fn icache_lock_done(&self) -> ICACHE_LOCK_DONE_R
pub fn icache_lock_done(&self) -> ICACHE_LOCK_DONE_R
Bit 2 - The bit is used to indicate unlock/lock operation is finished.
Methods from Deref<Target = R<ICACHE_LOCK_CTRL_SPEC>>
Trait Implementations
sourceimpl From<R<ICACHE_LOCK_CTRL_SPEC>> for R
impl From<R<ICACHE_LOCK_CTRL_SPEC>> for R
sourcefn from(reader: R<ICACHE_LOCK_CTRL_SPEC>) -> Self
fn from(reader: R<ICACHE_LOCK_CTRL_SPEC>) -> Self
Converts to this type from the input type.
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more