#[repr(transparent)]pub struct Pkecontrol(pub u32);
Expand description
PKE Control register.
Tuple Fields§
§0: u32
Implementations§
Source§impl Pkecontrol
impl Pkecontrol
Sourcepub fn set_pkestart(&mut self, val: bool)
pub fn set_pkestart(&mut self, val: bool)
Start the PKE operation or trigger for Secure mode exit.
Sourcepub fn set_clearirq(&mut self, val: bool)
pub fn set_clearirq(&mut self, val: bool)
Clear the IRQ output.
Trait Implementations§
Source§impl Clone for Pkecontrol
impl Clone for Pkecontrol
Source§fn clone(&self) -> Pkecontrol
fn clone(&self) -> Pkecontrol
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 moreSource§impl Default for Pkecontrol
impl Default for Pkecontrol
Source§fn default() -> Pkecontrol
fn default() -> Pkecontrol
Returns the “default value” for a type. Read more
Source§impl PartialEq for Pkecontrol
impl PartialEq for Pkecontrol
impl Copy for Pkecontrol
impl Eq for Pkecontrol
impl StructuralPartialEq for Pkecontrol
Auto Trait Implementations§
impl Freeze for Pkecontrol
impl RefUnwindSafe for Pkecontrol
impl Send for Pkecontrol
impl Sync for Pkecontrol
impl Unpin for Pkecontrol
impl UnwindSafe for Pkecontrol
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
)