pub struct Cracen { /* private fields */ }
Expand description
CRACEN
Implementations§
Source§impl Cracen
impl Cracen
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn events_cryptomaster(self) -> Reg<u32, RW>
pub const fn events_cryptomaster(self) -> Reg<u32, RW>
Event indicating that interrupt triggered at Cryptomaster
Sourcepub const fn events_rng(self) -> Reg<u32, RW>
pub const fn events_rng(self) -> Reg<u32, RW>
Event indicating that interrupt triggered at RNG
Sourcepub const fn events_pkeikg(self) -> Reg<u32, RW>
pub const fn events_pkeikg(self) -> Reg<u32, RW>
Event indicating that interrupt triggered at PKE or IKG
Sourcepub const fn seed(self, n: usize) -> Reg<u32, W>
pub const fn seed(self, n: usize) -> Reg<u32, W>
Description collection: Seed word [n] for symmetric and asymmetric key generation. This register is only writable from KMU.
Sourcepub const fn protectedramlock(self) -> Reg<Protectedramlock, RW>
pub const fn protectedramlock(self) -> Reg<Protectedramlock, RW>
Lock the access to the protected RAM.
Trait Implementations§
impl Copy for Cracen
impl Eq for Cracen
impl Send for Cracen
impl StructuralPartialEq for Cracen
impl Sync for Cracen
Auto Trait Implementations§
impl Freeze for Cracen
impl RefUnwindSafe for Cracen
impl Unpin for Cracen
impl UnwindSafe for Cracen
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
)