[][src]Enum imxrt1062_csi::csicr2::AFS_A

#[repr(u8)]pub enum AFS_A {
    AFS_0,
    AFS_1,
    AFS_2,
}

Auto Focus Spread. Selects which green pixels are used for auto-focus.

Value on reset: 0

Variants

AFS_0

0: Abs Diff on consecutive green pixels

AFS_1

1: Abs Diff on every third green pixels

AFS_2

2: Abs Diff on every four green pixels

Trait Implementations

impl Clone for AFS_A[src]

impl Copy for AFS_A[src]

impl Debug for AFS_A[src]

impl From<AFS_A> for u8[src]

impl PartialEq<AFS_A> for AFS_A[src]

impl StructuralPartialEq for AFS_A[src]

Auto Trait Implementations

impl Send for AFS_A

impl Sync for AFS_A

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