pub struct R(/* private fields */);Expand description
Register M33CTRL reader
Implementations§
Source§impl R
impl R
Sourcepub fn locksvtaircr(&self) -> LOCKSVTAIRCR_R
pub fn locksvtaircr(&self) -> LOCKSVTAIRCR_R
Bit 0 - LOCKSVTAIRCR control of M33 CPU
Sourcepub fn locknsvtor(&self) -> LOCKNSVTOR_R
pub fn locknsvtor(&self) -> LOCKNSVTOR_R
Bit 1 - LOCKNSVTOR control of M33 CPU
Sourcepub fn locksmpu(&self) -> LOCKSMPU_R
pub fn locksmpu(&self) -> LOCKSMPU_R
Bit 2 - LOCKSMPU control of M33 CPU
Sourcepub fn locknsmpu(&self) -> LOCKNSMPU_R
pub fn locknsmpu(&self) -> LOCKNSMPU_R
Bit 3 - LOCKNSMPU control of M33 CPU
Methods from Deref<Target = R<M33CTRL_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