Struct esp32c3::extmem::icache_ctrl::R
source · pub struct R(_);Expand description
Register ICACHE_CTRL reader
Implementations§
source§impl R
impl R
sourcepub fn icache_enable(&self) -> ICACHE_ENABLE_R
pub fn icache_enable(&self) -> ICACHE_ENABLE_R
Bit 0 - The bit is used to activate the data cache. 0: disable, 1: enable
Methods from Deref<Target = R<ICACHE_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