[][src]Enum imxrt1062_snvs::hpsr::SSM_STATE_A

#[repr(u8)]pub enum SSM_STATE_A {
    SSM_STATE_0,
    SSM_STATE_1,
    SSM_STATE_3,
    SSM_STATE_8,
    SSM_STATE_9,
    SSM_STATE_11,
    SSM_STATE_13,
    SSM_STATE_15,
}

System Security Monitor State This field contains the encoded state of the SSM's state machine

Value on reset: 0

Variants

SSM_STATE_0

0: Init

SSM_STATE_1

1: Hard Fail

SSM_STATE_3

3: Soft Fail

SSM_STATE_8

8: Init Intermediate (transition state between Init and Check - SSM stays in this state only one clock cycle)

SSM_STATE_9

9: Check

SSM_STATE_11

11: Non-Secure

SSM_STATE_13

13: Trusted

SSM_STATE_15

15: Secure

Trait Implementations

impl Clone for SSM_STATE_A[src]

impl Copy for SSM_STATE_A[src]

impl Debug for SSM_STATE_A[src]

impl From<SSM_STATE_A> for u8[src]

impl PartialEq<SSM_STATE_A> for SSM_STATE_A[src]

impl StructuralPartialEq for SSM_STATE_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.