[][src]Enum imxrt1062_system_control::dfsr::VCATCH_A

pub enum VCATCH_A {
    VCATCH_0,
    VCATCH_1,
}

Indicates triggering of a Vector catch

Value on reset: 0

Variants

VCATCH_0

0: No Vector catch triggered

VCATCH_1

1: Vector catch triggered

Trait Implementations

impl Clone for VCATCH_A[src]

impl Copy for VCATCH_A[src]

impl Debug for VCATCH_A[src]

impl From<VCATCH_A> for bool[src]

impl PartialEq<VCATCH_A> for VCATCH_A[src]

impl StructuralPartialEq for VCATCH_A[src]

Auto Trait Implementations

impl Send for VCATCH_A

impl Sync for VCATCH_A

impl Unpin for VCATCH_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.