pub struct R(_);
Expand description

Register CFG2 reader

Implementations

Bits 0:10 - Vertical Size of the Image Sensor [0..2047]

Bit 11 - Grayscale Pixel Format Mode

Bit 12 - RGB Input Mode

Bit 13 - Grayscale Mode Format Enable

Bit 14 - RGB Format Swap Mode

Bit 15 - Color Space for the Image Data

Bits 16:26 - Horizontal Size of the Image Sensor [0..2047]

Bits 28:29 - YCrCb Format Swap Mode

Bits 30:31 - RGB Pixel Mapping Configuration

Methods from Deref<Target = R<CFG2_SPEC>>

Reads raw bits from register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Converts to this type from the input type.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.