Struct esp32s3::extmem::cache_state::R
source · pub struct R(_);
Expand description
Register CACHE_STATE
reader
Implementations
sourceimpl R
impl R
sourcepub fn icache_state(&self) -> ICACHE_STATE_R
pub fn icache_state(&self) -> ICACHE_STATE_R
Bits 0:11 - The bit is used to indicate whether icache main fsm is in idle state or not. 1: in idle state, 0: not in idle state
sourcepub fn dcache_state(&self) -> DCACHE_STATE_R
pub fn dcache_state(&self) -> DCACHE_STATE_R
Bits 12:23 - The bit is used to indicate whether dcache main fsm is in idle state or not. 1: in idle state, 0: not in idle state
Methods from Deref<Target = R<CACHE_STATE_SPEC>>
Trait Implementations
sourceimpl From<R<CACHE_STATE_SPEC>> for R
impl From<R<CACHE_STATE_SPEC>> for R
sourcefn from(reader: R<CACHE_STATE_SPEC>) -> Self
fn from(reader: R<CACHE_STATE_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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