Struct esp32c6::extmem::l1_icache_ctrl::R
source · pub struct R(_);
Expand description
Register L1_ICACHE_CTRL
reader
Implementations§
source§impl R
impl R
sourcepub fn l1_icache_shut_ibus0(&self) -> L1_ICACHE_SHUT_IBUS0_R
pub fn l1_icache_shut_ibus0(&self) -> L1_ICACHE_SHUT_IBUS0_R
Bit 0 - The bit is used to disable core0 ibus access L1-ICache, 0: enable, 1: disable
sourcepub fn l1_icache_shut_ibus1(&self) -> L1_ICACHE_SHUT_IBUS1_R
pub fn l1_icache_shut_ibus1(&self) -> L1_ICACHE_SHUT_IBUS1_R
Bit 1 - The bit is used to disable core1 ibus access L1-ICache, 0: enable, 1: disable
sourcepub fn l1_icache_shut_ibus2(&self) -> L1_ICACHE_SHUT_IBUS2_R
pub fn l1_icache_shut_ibus2(&self) -> L1_ICACHE_SHUT_IBUS2_R
Bit 2 - Reserved
sourcepub fn l1_icache_shut_ibus3(&self) -> L1_ICACHE_SHUT_IBUS3_R
pub fn l1_icache_shut_ibus3(&self) -> L1_ICACHE_SHUT_IBUS3_R
Bit 3 - Reserved
sourcepub fn l1_icache_undef_op(&self) -> L1_ICACHE_UNDEF_OP_R
pub fn l1_icache_undef_op(&self) -> L1_ICACHE_UNDEF_OP_R
Bits 4:7 - Reserved
Methods from Deref<Target = R<L1_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