pub struct R(_);Expand description
Register SECR reader
Implementations
sourceimpl R
 
impl R
sourcepub fn sec_size(&self) -> SEC_SIZE_R
 
pub fn sec_size(&self) -> SEC_SIZE_R
Bits 0:7 - Securable memory area size
sourcepub fn boot_lock(&self) -> BOOT_LOCK_R
 
pub fn boot_lock(&self) -> BOOT_LOCK_R
Bit 16 - used to force boot from user area
sourcepub fn sec_size2(&self) -> SEC_SIZE2_R
 
pub fn sec_size2(&self) -> SEC_SIZE2_R
Bits 20:27 - Securable memory area size
Methods from Deref<Target = R<SECR_SPEC>>
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more