pub struct Kmu { /* private fields */ }
Expand description
Key management unit 0
Implementations§
Source§impl Kmu
impl Kmu
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn tasks_push_keyslot(self) -> Reg<u32, W>
pub const fn tasks_push_keyslot(self) -> Reg<u32, W>
Push a key slot over secure APB
Sourcepub const fn events_keyslot_pushed(self) -> Reg<u32, RW>
pub const fn events_keyslot_pushed(self) -> Reg<u32, RW>
Key slot successfully pushed over secure APB
Sourcepub const fn events_keyslot_revoked(self) -> Reg<u32, RW>
pub const fn events_keyslot_revoked(self) -> Reg<u32, RW>
Key slot has been revoked and cannot be tasked for selection
Sourcepub const fn events_keyslot_error(self) -> Reg<u32, RW>
pub const fn events_keyslot_error(self) -> Reg<u32, RW>
No key slot selected, no destination address defined, or error during push operation
Sourcepub const fn selectkeyslot(self) -> Reg<Selectkeyslot, RW>
pub const fn selectkeyslot(self) -> Reg<Selectkeyslot, RW>
Select key slot to be read over AHB or pushed over secure APB when TASKS_PUSH_KEYSLOT is started
Trait Implementations§
impl Copy for Kmu
impl Eq for Kmu
impl Send for Kmu
impl StructuralPartialEq for Kmu
impl Sync for Kmu
Auto Trait Implementations§
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
)