Struct esp32c2::extmem::cache_state::R
source · pub struct R(_);
Expand description
Register CACHE_STATE
reader
Implementations§
source§impl 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
Methods from Deref<Target = R<CACHE_STATE_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