pub struct R(/* private fields */);Expand description
Register ROOTLOCKSTATUS reader
Implementations§
Source§impl R
impl R
Sourcepub fn rootmodelock(&self) -> ROOTMODELOCK_R
pub fn rootmodelock(&self) -> ROOTMODELOCK_R
Bit 4 - Root Mode Lock
Sourcepub fn rootdbglock(&self) -> ROOTDBGLOCK_R
pub fn rootdbglock(&self) -> ROOTDBGLOCK_R
Bit 8 - Root Debug Lock
Sourcepub fn userdbglock(&self) -> USERDBGLOCK_R
pub fn userdbglock(&self) -> USERDBGLOCK_R
Bit 16 - User Invasive Debug Lock
Sourcepub fn usernidlock(&self) -> USERNIDLOCK_R
pub fn usernidlock(&self) -> USERNIDLOCK_R
Bit 17 - User Non-invasive Debug Lock
Sourcepub fn userspidlock(&self) -> USERSPIDLOCK_R
pub fn userspidlock(&self) -> USERSPIDLOCK_R
Bit 18 - User Secure Invasive Debug Lock
Sourcepub fn userspnidlock(&self) -> USERSPNIDLOCK_R
pub fn userspnidlock(&self) -> USERSPNIDLOCK_R
Bit 19 - User Secure Non-invasive Debug Lock
Sourcepub fn userdbgaplock(&self) -> USERDBGAPLOCK_R
pub fn userdbgaplock(&self) -> USERDBGAPLOCK_R
Bit 20 - User Debug Access Port Lock
Methods from Deref<Target = R<ROOTLOCKSTATUS_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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