[][src]Enum imxrt1062_iomuxc_gpr::gpr14::CM7_CFGDTCMSZ_A

#[repr(u8)]pub enum CM7_CFGDTCMSZ_A {
    CM7_CFGDTCMSZ_0,
    CM7_CFGDTCMSZ_3,
    CM7_CFGDTCMSZ_4,
    CM7_CFGDTCMSZ_5,
    CM7_CFGDTCMSZ_6,
    CM7_CFGDTCMSZ_7,
    CM7_CFGDTCMSZ_8,
    CM7_CFGDTCMSZ_9,
    CM7_CFGDTCMSZ_10,
}

DTCM total size configuration

Value on reset: 0

Variants

CM7_CFGDTCMSZ_0

0: 0 KB (No DTCM)

CM7_CFGDTCMSZ_3

3: 4 KB

CM7_CFGDTCMSZ_4

4: 8 KB

CM7_CFGDTCMSZ_5

5: 16 KB

CM7_CFGDTCMSZ_6

6: 32 KB

CM7_CFGDTCMSZ_7

7: 64 KB

CM7_CFGDTCMSZ_8

8: 128 KB

CM7_CFGDTCMSZ_9

9: 256 KB

CM7_CFGDTCMSZ_10

10: 512 KB

Trait Implementations

impl Clone for CM7_CFGDTCMSZ_A[src]

impl Copy for CM7_CFGDTCMSZ_A[src]

impl Debug for CM7_CFGDTCMSZ_A[src]

impl From<CM7_CFGDTCMSZ_A> for u8[src]

impl PartialEq<CM7_CFGDTCMSZ_A> for CM7_CFGDTCMSZ_A[src]

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