Struct Cslckr
#[repr(transparent)]pub struct Cslckr(pub u32);Expand description
SYSCFG CPU secure lock register.
Tuple Fields§
§0: u32Implementations§
§impl Cslckr
impl Cslckr
pub const fn locksvtaircr(&self) -> bool
pub const fn locksvtaircr(&self) -> bool
VTOR_S register and AIRCR register bits lock.
pub fn set_locksvtaircr(&mut self, val: bool)
pub fn set_locksvtaircr(&mut self, val: bool)
VTOR_S register and AIRCR register bits lock.
pub fn set_locksmpu(&mut self, val: bool)
pub fn set_locksmpu(&mut self, val: bool)
Secure MPU registers lock.
pub fn set_locksau(&mut self, val: bool)
pub fn set_locksau(&mut self, val: bool)
SAU register lock.
Trait Implementations§
impl Copy for Cslckr
impl Eq for Cslckr
impl StructuralPartialEq for Cslckr
Auto Trait Implementations§
impl Freeze for Cslckr
impl RefUnwindSafe for Cslckr
impl Send for Cslckr
impl Sync for Cslckr
impl Unpin for Cslckr
impl UnwindSafe for Cslckr
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