[][src]Enum imxrt1062_snvs::lptdcr::ET1P_A

pub enum ET1P_A {
    ET1P_0,
    ET1P_1,
}

External Tampering 1 Polarity This bit is used to determine the polarity of external tamper 1.

Value on reset: 0

Variants

ET1P_0

0: External tamper 1 is active low.

ET1P_1

1: External tamper 1 is active high.

Trait Implementations

impl Clone for ET1P_A[src]

impl Copy for ET1P_A[src]

impl Debug for ET1P_A[src]

impl From<ET1P_A> for bool[src]

impl PartialEq<ET1P_A> for ET1P_A[src]

impl StructuralPartialEq for ET1P_A[src]

Auto Trait Implementations

impl Send for ET1P_A

impl Sync for ET1P_A

impl Unpin for ET1P_A

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.