[][src]Enum k210_pac::dvp::dvp_cfg::FORMAT_A

pub enum FORMAT_A {
    RGB,
    YUV,
    Y,
}

FORMAT

Value on reset: 0

Variants

RGB

0: RGB_FORMAT

YUV

1: YUV_FORMAT

Y

3: Y_FORMAT

Trait Implementations

impl From<FORMAT_A> for u8[src]

impl PartialEq<FORMAT_A> for FORMAT_A[src]

impl Debug for FORMAT_A[src]

impl Copy for FORMAT_A[src]

impl Clone for FORMAT_A[src]

Auto Trait Implementations

impl Unpin for FORMAT_A

impl Send for FORMAT_A

impl Sync for FORMAT_A

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<T>, 
[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]