Struct esp32s3::extmem::icache_prelock_ctrl::W   
source · pub struct W(_);Expand description
Register ICACHE_PRELOCK_CTRL writer
Implementations§
source§impl W
 
impl W
sourcepub fn icache_prelock_sct0_en(&mut self) -> ICACHE_PRELOCK_SCT0_EN_W<'_, 0>
 
pub fn icache_prelock_sct0_en(&mut self) -> ICACHE_PRELOCK_SCT0_EN_W<'_, 0>
Bit 0 - The bit is used to enable the first section of prelock function.
sourcepub fn icache_prelock_sct1_en(&mut self) -> ICACHE_PRELOCK_SCT1_EN_W<'_, 1>
 
pub fn icache_prelock_sct1_en(&mut self) -> ICACHE_PRELOCK_SCT1_EN_W<'_, 1>
Bit 1 - The bit is used to enable the second section of prelock function.
Methods from Deref<Target = W<ICACHE_PRELOCK_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