[][src]Enum imxrt1062_iomuxc_gpr::gpr14::CM7_CFGITCMSZ_A

#[repr(u8)]pub enum CM7_CFGITCMSZ_A {
    CM7_CFGITCMSZ_0,
    CM7_CFGITCMSZ_3,
    CM7_CFGITCMSZ_4,
    CM7_CFGITCMSZ_5,
    CM7_CFGITCMSZ_6,
    CM7_CFGITCMSZ_7,
    CM7_CFGITCMSZ_8,
    CM7_CFGITCMSZ_9,
    CM7_CFGITCMSZ_10,
}

ITCM total size configuration

Value on reset: 0

Variants

CM7_CFGITCMSZ_0

0: 0 KB (No ITCM)

CM7_CFGITCMSZ_3

3: 4 KB

CM7_CFGITCMSZ_4

4: 8 KB

CM7_CFGITCMSZ_5

5: 16 KB

CM7_CFGITCMSZ_6

6: 32 KB

CM7_CFGITCMSZ_7

7: 64 KB

CM7_CFGITCMSZ_8

8: 128 KB

CM7_CFGITCMSZ_9

9: 256 KB

CM7_CFGITCMSZ_10

10: 512 KB

Trait Implementations

impl Clone for CM7_CFGITCMSZ_A[src]

impl Copy for CM7_CFGITCMSZ_A[src]

impl Debug for CM7_CFGITCMSZ_A[src]

impl From<CM7_CFGITCMSZ_A> for u8[src]

impl PartialEq<CM7_CFGITCMSZ_A> for CM7_CFGITCMSZ_A[src]

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