pub struct PKA { /* private fields */ }Expand description
Integrated module which combines the Public Key Acceleration module, optional True Random Gnerator, optional interrupt controller and a standard bus interface
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PKA
impl RefUnwindSafe for PKA
impl !Sync for PKA
impl Unpin for PKA
impl UnwindSafe for PKA
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