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