[][src]Enum imxrt1062_csi::csicr1::INV_DATA_A

pub enum INV_DATA_A {
    INV_DATA_0,
    INV_DATA_1,
}

Invert Data Input. This bit enables or disables internal inverters on the data lines.

Value on reset: 0

Variants

INV_DATA_0

0: CSI_D[7:0] data lines are directly applied to internal circuitry

INV_DATA_1

1: CSI_D[7:0] data lines are inverted before applied to internal circuitry

Trait Implementations

impl Clone for INV_DATA_A[src]

impl Copy for INV_DATA_A[src]

impl Debug for INV_DATA_A[src]

impl From<INV_DATA_A> for bool[src]

impl PartialEq<INV_DATA_A> for INV_DATA_A[src]

impl StructuralPartialEq for INV_DATA_A[src]

Auto Trait Implementations

impl Send for INV_DATA_A

impl Sync for INV_DATA_A

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