[][src]Enum imxrt1062_snvs::hpsr::SECURITY_CONFIG_A

#[repr(u8)]pub enum SECURITY_CONFIG_A {
    FAB_CONFIG_1,
    OPEN_CONFIG_1,
    OPEN_CONFIG_2,
    OPEN_CONFIG_3,
    FIELD_RETURN_CONFIG,
    FAB_CONFIG_2,
    CLOSED_CONFIG_1,
    CLOSED_CONFIG_2,
    CLOSED_CONFIG_3,
}

Security Configuration This field reflects the settings of the sys_secure_boot input and the three security configuration inputs to SNVS

Value on reset: 3

Variants

FAB_CONFIG_1

0: FAB configuration 1

OPEN_CONFIG_1

1: OPEN configuration 1

OPEN_CONFIG_2

2: OPEN configuration 2

OPEN_CONFIG_3

3: OPEN configuration_3

FIELD_RETURN_CONFIG

4: FIELD RETURN configuration

FAB_CONFIG_2

8: FAB configuration 2

CLOSED_CONFIG_1

9: CLOSED configuration 1

CLOSED_CONFIG_2

10: CLOSED configuration 2

CLOSED_CONFIG_3

11: CLOSED configuration 3

Trait Implementations

impl Clone for SECURITY_CONFIG_A[src]

impl Copy for SECURITY_CONFIG_A[src]

impl Debug for SECURITY_CONFIG_A[src]

impl From<SECURITY_CONFIG_A> for u8[src]

impl PartialEq<SECURITY_CONFIG_A> for SECURITY_CONFIG_A[src]

impl StructuralPartialEq for SECURITY_CONFIG_A[src]

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.