Struct esp32s2::extmem::pro_dcache_lock1_size::R   
source · pub struct R(_);Expand description
Register PRO_DCACHE_LOCK1_SIZE reader
Implementations§
source§impl R
 
impl R
sourcepub fn pro_dcache_lock1_size(&self) -> PRO_DCACHE_LOCK1_SIZE_R
 
pub fn pro_dcache_lock1_size(&self) -> PRO_DCACHE_LOCK1_SIZE_R
Bits 0:15 - The bits are used to configure the second length of data locking, which is combined with PRO_DCACHE_LOCK1_ADDR_REG
Methods from Deref<Target = R<PRO_DCACHE_LOCK1_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