[][src]Enum mt9v034_i2c::ContextARegister

#[repr(u8)]pub enum ContextARegister {
    ColumnStart,
    RowStart,
    WindowHeight,
    WindowWidth,
    HBlanking,
    VBlanking,
    CoarseShutter1,
    CoarseShutter2,
    CoarseShutterCtrl,
    CoarseShutterTotal,
    ReadMode,
    V1Ctrl,
    V2Ctrl,
    V3Ctrl,
    V4Ctrl,
    AnalogGainCtrl,
    FineShutter1,
    FineShutter2,
    FineShutterTotal,
}

Variants

ColumnStart
RowStart
WindowHeight
WindowWidth
HBlanking

Horizontal Blanking

VBlanking

Vertical Blanking

CoarseShutter1

Coarse Shutter Width 1

CoarseShutter2

Coarse Shutter Width 2

CoarseShutterCtrl

Coarse Shutter Width Control

CoarseShutterTotal

Coarse Shutter Width Total

ReadMode
V1Ctrl
V2Ctrl
V3Ctrl
V4Ctrl
AnalogGainCtrl

Analog Gain Control

FineShutter1

Fine Shutter Width 1

FineShutter2

Fine Shutter Width 2

FineShutterTotal

Fine Shutter Width Total

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.