Struct lpc55_hal::peripherals::pfr::Cfpa[][src]

#[repr(C)]
pub struct Cfpa { pub header: u32, pub version: u32, pub secure_fw_version: u32, pub ns_fw_version: u32, pub image_key_revoke: u32, pub rotkh_revoke: u32, pub dcfg_ns_pin: u32, pub dcfg_ns_dflt: u32, pub iv_code_prince_region: [IvCodePrinceRegion; 3], pub customer_data: [u8; 224], // some fields omitted }

Fields

header: u32version: u32secure_fw_version: u32ns_fw_version: u32image_key_revoke: u32rotkh_revoke: u32dcfg_ns_pin: u32dcfg_ns_dflt: u32iv_code_prince_region: [IvCodePrinceRegion; 3]customer_data: [u8; 224]

Implementations

Check if everything has been done to set up a particular HW key.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. 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

Performs the conversion.

Performs the conversion.

Should always be Self

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.