[][src]Enum imxrt1062_lcdif::ctrl_tog::INPUT_DATA_SWIZZLE_A

#[repr(u8)]pub enum INPUT_DATA_SWIZZLE_A {
    NO_SWAP,
    BIG_ENDIAN_SWAP,
    HWD_SWAP,
    HWD_BYTE_SWAP,
}

This field specifies how to swap the bytes fetched by the bus master interface

Value on reset: 0

Variants

NO_SWAP

0: No byte swapping.(Little endian)

BIG_ENDIAN_SWAP

1: Big Endian swap (swap bytes 0,3 and 1,2).

HWD_SWAP

2: Swap half-words.

HWD_BYTE_SWAP

3: Swap bytes within each half-word.

Trait Implementations

impl Clone for INPUT_DATA_SWIZZLE_A[src]

impl Copy for INPUT_DATA_SWIZZLE_A[src]

impl Debug for INPUT_DATA_SWIZZLE_A[src]

impl From<INPUT_DATA_SWIZZLE_A> for u8[src]

impl PartialEq<INPUT_DATA_SWIZZLE_A> for INPUT_DATA_SWIZZLE_A[src]

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