[][src]Struct imxrt1062_snvs::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub hplr: HPLR,
    pub hpcomr: HPCOMR,
    pub hpcr: HPCR,
    pub hpsicr: HPSICR,
    pub hpsvcr: HPSVCR,
    pub hpsr: HPSR,
    pub hpsvsr: HPSVSR,
    pub hphacivr: HPHACIVR,
    pub hphacr: HPHACR,
    pub hprtcmr: HPRTCMR,
    pub hprtclr: HPRTCLR,
    pub hptamr: HPTAMR,
    pub hptalr: HPTALR,
    pub lplr: LPLR,
    pub lpcr: LPCR,
    pub lpmkcr: LPMKCR,
    pub lpsvcr: LPSVCR,
    pub lptdcr: LPTDCR,
    pub lpsr: LPSR,
    pub lpsrtcmr: LPSRTCMR,
    pub lpsrtclr: LPSRTCLR,
    pub lptar: LPTAR,
    pub lpsmcmr: LPSMCMR,
    pub lpsmclr: LPSMCLR,
    pub lppgdr: LPPGDR,
    pub lpgpr0_legacy_alias: LPGPR0_LEGACY_ALIAS,
    pub lpzmkr: [LPZMKR; 8],
    pub lpgpr_alias: [LPGPR_ALIAS; 4],
    pub lpgpr: [LPGPR; 8],
    pub hpvidr1: HPVIDR1,
    pub hpvidr2: HPVIDR2,
    // some fields omitted
}

Register block

Fields

hplr: HPLR

0x00 - SNVS_HP Lock Register

hpcomr: HPCOMR

0x04 - SNVS_HP Command Register

hpcr: HPCR

0x08 - SNVS_HP Control Register

hpsicr: HPSICR

0x0c - SNVS_HP Security Interrupt Control Register

hpsvcr: HPSVCR

0x10 - SNVS_HP Security Violation Control Register

hpsr: HPSR

0x14 - SNVS_HP Status Register

hpsvsr: HPSVSR

0x18 - SNVS_HP Security Violation Status Register

hphacivr: HPHACIVR

0x1c - SNVS_HP High Assurance Counter IV Register

hphacr: HPHACR

0x20 - SNVS_HP High Assurance Counter Register

hprtcmr: HPRTCMR

0x24 - SNVS_HP Real Time Counter MSB Register

hprtclr: HPRTCLR

0x28 - SNVS_HP Real Time Counter LSB Register

hptamr: HPTAMR

0x2c - SNVS_HP Time Alarm MSB Register

hptalr: HPTALR

0x30 - SNVS_HP Time Alarm LSB Register

lplr: LPLR

0x34 - SNVS_LP Lock Register

lpcr: LPCR

0x38 - SNVS_LP Control Register

lpmkcr: LPMKCR

0x3c - SNVS_LP Master Key Control Register

lpsvcr: LPSVCR

0x40 - SNVS_LP Security Violation Control Register

lptdcr: LPTDCR

0x48 - SNVS_LP Tamper Detectors Configuration Register

lpsr: LPSR

0x4c - SNVS_LP Status Register

lpsrtcmr: LPSRTCMR

0x50 - SNVS_LP Secure Real Time Counter MSB Register

lpsrtclr: LPSRTCLR

0x54 - SNVS_LP Secure Real Time Counter LSB Register

lptar: LPTAR

0x58 - SNVS_LP Time Alarm Register

lpsmcmr: LPSMCMR

0x5c - SNVS_LP Secure Monotonic Counter MSB Register

lpsmclr: LPSMCLR

0x60 - SNVS_LP Secure Monotonic Counter LSB Register

lppgdr: LPPGDR

0x64 - SNVS_LP Power Glitch Detector Register

lpgpr0_legacy_alias: LPGPR0_LEGACY_ALIAS

0x68 - SNVS_LP General Purpose Register 0 (legacy alias)

lpzmkr: [LPZMKR; 8]

0x6c - SNVS_LP Zeroizable Master Key Register

lpgpr_alias: [LPGPR_ALIAS; 4]

0x90 - SNVS_LP General Purpose Registers 0 .. 3

lpgpr: [LPGPR; 8]

0x100 - SNVS_LP General Purpose Registers 0 .. 7

hpvidr1: HPVIDR1

0xbf8 - SNVS_HP Version ID Register 1

hpvidr2: HPVIDR2

0xbfc - SNVS_HP Version ID Register 2

Auto Trait Implementations

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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> 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.