Struct Cnslckr
#[repr(transparent)]pub struct Cnslckr(pub u32);Expand description
SYSCFG CPU nonsecure lock register.
Tuple Fields§
§0: u32Implementations§
§impl Cnslckr
impl Cnslckr
pub const fn locknsvtor(&self) -> bool
pub const fn locknsvtor(&self) -> bool
VTOR_NS register lock.
pub fn set_locknsvtor(&mut self, val: bool)
pub fn set_locknsvtor(&mut self, val: bool)
VTOR_NS register lock.
pub fn set_locknsmpu(&mut self, val: bool)
pub fn set_locknsmpu(&mut self, val: bool)
Nonsecure MPU registers lock.
Trait Implementations§
impl Copy for Cnslckr
impl Eq for Cnslckr
impl StructuralPartialEq for Cnslckr
Auto Trait Implementations§
impl Freeze for Cnslckr
impl RefUnwindSafe for Cnslckr
impl Send for Cnslckr
impl Sync for Cnslckr
impl Unpin for Cnslckr
impl UnwindSafe for Cnslckr
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