[][src]Enum imxrt1062_system_control::csselr::LEVEL_A

#[repr(u8)]pub enum LEVEL_A {
    LEVEL_0,
    LEVEL_1,
    LEVEL_2,
    LEVEL_3,
    LEVEL_4,
    LEVEL_5,
    LEVEL_6,
}

Cache level of required cache

Value on reset: 0

Variants

LEVEL_0

0: Level 1 cache.

LEVEL_1

1: Level 2 cache.

LEVEL_2

2: Level 3 cache.

LEVEL_3

3: Level 4 cache.

LEVEL_4

4: Level 5 cache.

LEVEL_5

5: Level 6 cache.

LEVEL_6

6: Level 7 cache.

Trait Implementations

impl Clone for LEVEL_A[src]

impl Copy for LEVEL_A[src]

impl Debug for LEVEL_A[src]

impl From<LEVEL_A> for u8[src]

impl PartialEq<LEVEL_A> for LEVEL_A[src]

impl StructuralPartialEq for LEVEL_A[src]

Auto Trait Implementations

impl Send for LEVEL_A

impl Sync for LEVEL_A

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