Struct esp32c3::extmem::icache_prelock_sct0_addr::W
source · pub struct W(_);
Expand description
Register ICACHE_PRELOCK_SCT0_ADDR
writer
Implementations§
source§impl W
impl W
sourcepub fn icache_prelock_sct0_addr(&mut self) -> ICACHE_PRELOCK_SCT0_ADDR_W<'_, 0>
pub fn icache_prelock_sct0_addr(&mut self) -> ICACHE_PRELOCK_SCT0_ADDR_W<'_, 0>
Bits 0:31 - The bits are used to configure the first start virtual address of data prelock, which is combined with ICACHE_PRELOCK_SCT0_SIZE_REG
Methods from Deref<Target = W<ICACHE_PRELOCK_SCT0_ADDR_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