#[repr(C)]pub struct RegisterBlock {
pub cr: CR,
pub sr: SR,
pub clrfr: CLRFR,
pub verr: VERR,
pub ipidr: IPIDR,
pub sidr: SIDR,
/* private fields */
}Expand description
Register block
Fields§
§cr: CR0x00 - Control register
sr: SR0x04 - PKA status register
clrfr: CLRFR0x08 - PKA clear flag register
verr: VERR0x1ff4 - PKA version register
ipidr: IPIDR0x1ff8 - PKA identification register
sidr: SIDR0x1ffc - PKA size ID register
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
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