Struct esp32c3::extmem::icache_ctrl1::R
source · pub struct R(_);
Expand description
Register ICACHE_CTRL1
reader
Implementations§
source§impl R
impl R
sourcepub fn icache_shut_ibus(&self) -> ICACHE_SHUT_IBUS_R
pub fn icache_shut_ibus(&self) -> ICACHE_SHUT_IBUS_R
Bit 0 - The bit is used to disable core0 ibus, 0: enable, 1: disable
sourcepub fn icache_shut_dbus(&self) -> ICACHE_SHUT_DBUS_R
pub fn icache_shut_dbus(&self) -> ICACHE_SHUT_DBUS_R
Bit 1 - The bit is used to disable core1 ibus, 0: enable, 1: disable
Methods from Deref<Target = R<ICACHE_CTRL1_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