[][src]Enum imxrt1062_system_control::id_mmfr0::AUXILIARY_REGISTERS_A

#[repr(u8)]pub enum AUXILIARY_REGISTERS_A {
    AUXILIARY_REGISTERS_0,
    AUXILIARY_REGISTERS_1,
    AUXILIARY_REGISTERS_2,
}

Indicates the support for Auxiliary registers

Value on reset: 0

Variants

AUXILIARY_REGISTERS_0

0: Not supported

AUXILIARY_REGISTERS_1

1: Support for Auxiliary Control Register only.

AUXILIARY_REGISTERS_2

2: ARMv7-M unused

Trait Implementations

impl Clone for AUXILIARY_REGISTERS_A[src]

impl Copy for AUXILIARY_REGISTERS_A[src]

impl Debug for AUXILIARY_REGISTERS_A[src]

impl From<AUXILIARY_REGISTERS_A> for u8[src]

impl PartialEq<AUXILIARY_REGISTERS_A> for AUXILIARY_REGISTERS_A[src]

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