[][src]Enum imxrt1062_system_control::ccsidr::LINESIZE_A

#[repr(u8)]pub enum LINESIZE_A {
    LINESIZE_0,
    LINESIZE_1,
    LINESIZE_2,
    LINESIZE_3,
    LINESIZE_4,
    LINESIZE_5,
    LINESIZE_6,
    LINESIZE_7,
}

(Log2(Number of words in cache line)) - 2.

Value on reset: 0

Variants

LINESIZE_0

0: The line length of 4 words.

LINESIZE_1

1: The line length of 8 words.

LINESIZE_2

2: The line length of 16 words.

LINESIZE_3

3: The line length of 32 words.

LINESIZE_4

4: The line length of 64 words.

LINESIZE_5

5: The line length of 128 words.

LINESIZE_6

6: The line length of 256 words.

LINESIZE_7

7: The line length of 512 words.

Trait Implementations

impl Clone for LINESIZE_A[src]

impl Copy for LINESIZE_A[src]

impl Debug for LINESIZE_A[src]

impl From<LINESIZE_A> for u8[src]

impl PartialEq<LINESIZE_A> for LINESIZE_A[src]

impl StructuralPartialEq for LINESIZE_A[src]

Auto Trait Implementations

impl Send for LINESIZE_A

impl Sync for LINESIZE_A

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