[][src]Type Definition lpc55s6x_pac::flash_cmpa::secure_boot_cfg::W

type W = W<u32, SECURE_BOOT_CFG>;

Writer for register SECURE_BOOT_CFG

Methods

impl W[src]

pub fn rsa4k(&mut self) -> RSA4K_W[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_CFG_W[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_CFG_W[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_DICE_W[src]

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

pub fn tzm_image_type(&mut self) -> TZM_IMAGE_TYPE_W[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_KEY_W[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_ENROLL_W[src]

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

pub fn dice_inc_sec_epoch(&mut self) -> DICE_INC_SEC_EPOCH_W[src]

Bits 14:15 - Include security EPOCH in DICE

pub fn sec_boot_en(&mut self) -> SEC_BOOT_EN_W[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)