Enum nucleo_h7xx::pac::dma2d::opfccr::RBS_A[]

pub enum RBS_A {
    REGULAR,
    SWAP,
}

Red Blue Swap This bit allows to swap the R & B to support BGR or ABGR color formats. Once the transfer has started, this bit is read-only.

Value on reset: 0

Variants

REGULAR

0: No Red Blue Swap (RGB or ARGB)

SWAP

1: Red Blue Swap (BGR or ABGR)

Trait Implementations

impl Clone for RBS_A

impl Copy for RBS_A

impl Debug for RBS_A

impl PartialEq<RBS_A> for RBS_A

impl StructuralPartialEq for RBS_A

Auto Trait Implementations

impl Send for RBS_A

impl Sync for RBS_A

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