Enum atsame70j20_pac::isi::cfg2::RGB_CFG_A[][src]

#[repr(u8)]pub enum RGB_CFG_A {
    DEFAULT,
    MODE1,
    MODE2,
    MODE3,
}

RGB Pixel Mapping Configuration

Value on reset: 0

Variants

DEFAULT

0: Byte 0 R/G(MSB)Byte 1 G(LSB)/BByte 2 R/G(MSB)Byte 3 G(LSB)/B

MODE1

1: Byte 0 B/G(MSB)Byte 1 G(LSB)/RByte 2 B/G(MSB)Byte 3 G(LSB)/R

MODE2

2: Byte 0 G(LSB)/RByte 1 B/G(MSB)Byte 2 G(LSB)/RByte 3 B/G(MSB)

MODE3

3: Byte 0 G(LSB)/BByte 1 R/G(MSB)Byte 2 G(LSB)/BByte 3 R/G(MSB)

Trait Implementations

impl Clone for RGB_CFG_A[src]

impl Copy for RGB_CFG_A[src]

impl Debug for RGB_CFG_A[src]

impl PartialEq<RGB_CFG_A> for RGB_CFG_A[src]

impl StructuralPartialEq for RGB_CFG_A[src]

Auto Trait Implementations

impl Send for RGB_CFG_A

impl Sync for RGB_CFG_A

impl Unpin for RGB_CFG_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> Same<T> for T

type Output = T

Should always be Self

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.