pub struct R(_);
Expand description

Register CONF2 reader

Implementations

Bit 0 - Set this bit to enable camera mode.

Bit 1 - LCD WR double for one datum.

Bit 2 - Set this bit to duplicate data pairs (Frame Form 2) in LCD mode.

Bit 3 - for debug camera mode enable

Bit 4 - for debug camera mode enable

Bit 5 - Set this bit to enable LCD mode.

Bit 6 - Set this bit to enable the function that ADC mode is triggered by external signal.

Bit 7 - Set this bit to enable camera VGA reducing-resolution mode: only receive two consecutive cycle data in four consecutive clocks.

Bit 8 - Set this bit to reset FIFO in camera mode.

Bit 9 - Set this bit to loopback PCLK from I2S0I_WS_out.

Bit 10 - Set this bit to enable I2S VSYNC filter function.

Bits 11:13 - Configure the I2S VSYNC filter threshold value.

Methods from Deref<Target = R<CONF2_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.