Struct Seckeyr
#[repr(transparent)]pub struct Seckeyr(pub u32);
Expand description
secure key register
Tuple Fields§
§0: u32
Implementations§
§impl Seckeyr
impl Seckeyr
pub const fn seckey(&self) -> u32
pub const fn seckey(&self) -> u32
memory secure key The following values must be written consecutively to unlock the SECCR1 register, allowing the memory secure programming/erasing operations: KEY1: 0x4567�0123 KEY2: 0xCDEF�89AB
pub fn set_seckey(&mut self, val: u32)
pub fn set_seckey(&mut self, val: u32)
memory secure key The following values must be written consecutively to unlock the SECCR1 register, allowing the memory secure programming/erasing operations: KEY1: 0x4567�0123 KEY2: 0xCDEF�89AB
Trait Implementations§
impl Copy for Seckeyr
impl Eq for Seckeyr
impl StructuralPartialEq for Seckeyr
Auto Trait Implementations§
impl Freeze for Seckeyr
impl RefUnwindSafe for Seckeyr
impl Send for Seckeyr
impl Sync for Seckeyr
impl Unpin for Seckeyr
impl UnwindSafe for Seckeyr
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