[][src]Enum imxrt1062_snvs::hpcomr::SSM_SFNS_DIS_A

pub enum SSM_SFNS_DIS_A {
    SSM_SFNS_DIS_0,
    SSM_SFNS_DIS_1,
}

SSM Soft Fail to Non-Secure State Transition Disable When set, it disables the SSM transition from soft fail to non-secure state

Value on reset: 0

Variants

SSM_SFNS_DIS_0

0: Soft Fail to Non-Secure State transition is enabled

SSM_SFNS_DIS_1

1: Soft Fail to Non-Secure State transition is disabled

Trait Implementations

impl Clone for SSM_SFNS_DIS_A[src]

impl Copy for SSM_SFNS_DIS_A[src]

impl Debug for SSM_SFNS_DIS_A[src]

impl From<SSM_SFNS_DIS_A> for bool[src]

impl PartialEq<SSM_SFNS_DIS_A> for SSM_SFNS_DIS_A[src]

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