Struct esp32c6::extmem::l1_icache3_preload_ctrl::W
source · pub struct W(_);
Expand description
Register L1_ICACHE3_PRELOAD_CTRL
writer
Implementations§
source§impl W
impl W
sourcepub fn l1_icache3_preload_ena(&mut self) -> L1_ICACHE3_PRELOAD_ENA_W<'_, 0>
pub fn l1_icache3_preload_ena(&mut self) -> L1_ICACHE3_PRELOAD_ENA_W<'_, 0>
Bit 0 - The bit is used to enable preload operation on L1-ICache3. It will be cleared by hardware automatically after preload operation is done.
Methods from Deref<Target = W<L1_ICACHE3_PRELOAD_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