[][src]Enum imxrt1062_csi::csicr18::MASK_OPTION_A

#[repr(u8)]pub enum MASK_OPTION_A {
    MASK_OPTION_0,
    MASK_OPTION_1,
    MASK_OPTION_2,
    MASK_OPTION_3,
}

These bits used to choose the method to mask the CSI input.

Value on reset: 0

Variants

MASK_OPTION_0

0: Writing to memory from first completely frame, when using this option, the CSI_ENABLE should be 1.

MASK_OPTION_1

1: Writing to memory when CSI_ENABLE is 1.

MASK_OPTION_2

2: Writing to memory from second completely frame, when using this option, the CSI_ENABLE should be 1.

MASK_OPTION_3

3: Writing to memory when data comes in, not matter the CSI_ENABLE is 1 or 0.

Trait Implementations

impl Clone for MASK_OPTION_A[src]

impl Copy for MASK_OPTION_A[src]

impl Debug for MASK_OPTION_A[src]

impl From<MASK_OPTION_A> for u8[src]

impl PartialEq<MASK_OPTION_A> for MASK_OPTION_A[src]

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