pub struct R(_);
Expand description
Register CACHE_SYNC_INT_CTRL
reader
Implementations
sourceimpl R
impl R
sourcepub fn icache_sync_int_st(&self) -> ICACHE_SYNC_INT_ST_R
pub fn icache_sync_int_st(&self) -> ICACHE_SYNC_INT_ST_R
Bit 0 - The bit is used to indicate the interrupt by icache sync done.
sourcepub fn icache_sync_int_ena(&self) -> ICACHE_SYNC_INT_ENA_R
pub fn icache_sync_int_ena(&self) -> ICACHE_SYNC_INT_ENA_R
Bit 1 - The bit is used to enable the interrupt by icache sync done.
Methods from Deref<Target = R<CACHE_SYNC_INT_CTRL_SPEC>>
Trait Implementations
sourceimpl From<R<CACHE_SYNC_INT_CTRL_SPEC>> for R
impl From<R<CACHE_SYNC_INT_CTRL_SPEC>> for R
sourcefn from(reader: R<CACHE_SYNC_INT_CTRL_SPEC>) -> Self
fn from(reader: R<CACHE_SYNC_INT_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