Struct stm32_metapac::syscfg::regs::Nexthdplcr
#[repr(transparent)]pub struct Nexthdplcr(pub u32);
Expand description
SBS next HDPL control register
Tuple Fields§
§0: u32
Implementations§
§impl Nexthdplcr
impl Nexthdplcr
pub const fn nexthdpl(&self) -> u8
pub const fn nexthdpl(&self) -> u8
index to point to a higher HDPL than the current one Index to add to the current HDPL to point (through OBK-HDPL) to the next secure storage areas (OBK-HDPL = HDPL + NEXTHDPL). See for more details.
pub fn set_nexthdpl(&mut self, val: u8)
pub fn set_nexthdpl(&mut self, val: u8)
index to point to a higher HDPL than the current one Index to add to the current HDPL to point (through OBK-HDPL) to the next secure storage areas (OBK-HDPL = HDPL + NEXTHDPL). See for more details.
Trait Implementations§
§impl Clone for Nexthdplcr
impl Clone for Nexthdplcr
§fn clone(&self) -> Nexthdplcr
fn clone(&self) -> Nexthdplcr
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for Nexthdplcr
impl Default for Nexthdplcr
§fn default() -> Nexthdplcr
fn default() -> Nexthdplcr
Returns the “default value” for a type. Read more
§impl PartialEq for Nexthdplcr
impl PartialEq for Nexthdplcr
impl Copy for Nexthdplcr
impl Eq for Nexthdplcr
impl StructuralPartialEq for Nexthdplcr
Auto Trait Implementations§
impl Freeze for Nexthdplcr
impl RefUnwindSafe for Nexthdplcr
impl Send for Nexthdplcr
impl Sync for Nexthdplcr
impl Unpin for Nexthdplcr
impl UnwindSafe for Nexthdplcr
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)