Struct esp32c3::extmem::icache_lock_size::R
source · pub struct R(_);
Expand description
Register ICACHE_LOCK_SIZE
reader
Implementations§
source§impl R
impl R
sourcepub fn icache_lock_size(&self) -> ICACHE_LOCK_SIZE_R
pub fn icache_lock_size(&self) -> ICACHE_LOCK_SIZE_R
Bits 0:15 - The bits are used to configure the length for lock operations. The bits are the counts of cache block. It should be combined with ICACHE_LOCK_ADDR_REG.
Methods from Deref<Target = R<ICACHE_LOCK_SIZE_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