Struct Seccfgr
#[repr(transparent)]pub struct Seccfgr(pub u32);Expand description
Secure mode control register
Tuple Fields§
§0: u32Implementations§
§impl Seccfgr
impl Seccfgr
pub const fn set_alrasec(&mut self, val: bool)
pub const fn set_alrasec(&mut self, val: bool)
ALRASEC
pub const fn set_alrbsec(&mut self, val: bool)
pub const fn set_alrbsec(&mut self, val: bool)
ALRBSEC
pub const fn set_wutsec(&mut self, val: bool)
pub const fn set_wutsec(&mut self, val: bool)
WUTSEC
pub const fn set_calsec(&mut self, val: bool)
pub const fn set_calsec(&mut self, val: bool)
CALSEC
pub const fn set_initsec(&mut self, val: bool)
pub const fn set_initsec(&mut self, val: bool)
INITSEC
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