Struct flipper0::ffi::PKA_TypeDef

source ·
pub struct PKA_TypeDef {
    pub CR: u32,
    pub SR: u32,
    pub CLRFR: u32,
    pub Reserved1: [u32; 253],
    pub RAM: [u32; 894],
}
Expand description

@brief Public Key Accelerator (PKA)

Fields

CR: u32

< PKA control register, Address offset: 0x00

SR: u32

< PKA status register, Address offset: 0x04

CLRFR: u32

< PKA clear flag register, Address offset: 0x08

Reserved1: [u32; 253]

< Reserved Address offset: 0x000C-0x03FC

RAM: [u32; 894]

< PKA RAM, Address offset: 0x0400-0x11F4

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.