[][src]Struct lpc55s6x_pac::flash_cmpa::secure_boot_cfg::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn rsa4k(&mut self) -> _RSA4KW[src]

Bits 0:1 - Use RSA4096 keys only. 00- RSA2048 keys 01, 10, 11 - RSA4096 keys

pub fn dice_enc_nxp_cfg(&mut self) -> _DICE_ENC_NXP_CFGW[src]

Bits 2:3 - Include NXP area in DICE computation. 00 - not included 01, 10, 11 - included

pub fn dice_cust_cfg(&mut self) -> _DICE_CUST_CFGW[src]

Bits 4:5 - Include Customer factory area (including keys) in DICE computation. 00 - not included 01, 10, 11 - included

pub fn skip_dice(&mut self) -> _SKIP_DICEW[src]

Bits 6:7 - Skip DICE computation. 00 - Enable DICE 01,10,11 - Disable DICE

pub fn tzm_image_type(&mut self) -> _TZM_IMAGE_TYPEW[src]

Bits 8:9 - TrustZone-M mode. 00 - TZM mode in image header. 01 - Disable TZ-M. Boots to NonSecure. 10 - TZ-M enable boots to secure mode. 11 - Preset TZM checker from image header.

pub fn block_set_key(&mut self) -> _BLOCK_SET_KEYW[src]

Bits 10:11 - Block PUF key code generation. 00 - Enable Key code generation 01, 10, 11 - Disable key code generation

pub fn block_enroll(&mut self) -> _BLOCK_ENROLLW[src]

Bits 12:13 - Block PUF enrollement. 00 - Enable enrollment mode 01, 10, 11 - Disable further enrollmnet

pub fn sec_boot_en(&mut self) -> _SEC_BOOT_ENW[src]

Bits 30:31 - Secure boot enable. 00 - Plain image (internal flash with or without CRC) 01, 10, 11 - Boot signed images. (internal flash, RSA signed)

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T[src]

type Output = T

Should always be Self