Struct Seccfgr
#[repr(transparent)]pub struct Seccfgr(pub u32);Expand description
SYSCFG secure configuration register.
Tuple Fields§
§0: u32Implementations§
§impl Seccfgr
impl Seccfgr
pub const fn syscfgsec(&self) -> bool
pub const fn syscfgsec(&self) -> bool
Security of SYSCFG clock control, memory erase status, and compensation cell registers.
pub fn set_syscfgsec(&mut self, val: bool)
pub fn set_syscfgsec(&mut self, val: bool)
Security of SYSCFG clock control, memory erase status, and compensation cell registers.
pub fn set_classbsec(&mut self, val: bool)
pub fn set_classbsec(&mut self, val: bool)
Class B security.
pub fn set_fpusec(&mut self, val: bool)
pub fn set_fpusec(&mut self, val: bool)
FPU security.
Trait Implementations§
impl Copy for Seccfgr
impl Eq for Seccfgr
impl StructuralPartialEq for Seccfgr
Auto Trait Implementations§
impl Freeze for Seccfgr
impl RefUnwindSafe for Seccfgr
impl Send for Seccfgr
impl Sync for Seccfgr
impl Unpin for Seccfgr
impl UnwindSafe for Seccfgr
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