Struct stm32h743::dcmi::cr::R [] [src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

[src]

Value of the register as raw bits

[src]

Bit 20 - Odd/Even Line Select (Line Select Start)

[src]

Bit 19 - Line Select mode

[src]

Bit 18 - Odd/Even Byte Select (Byte Select Start)

[src]

Bits 16:17 - Byte Select mode

[src]

Bit 14 - DCMI enable

[src]

Bits 10:11 - Extended data mode

[src]

Bits 8:9 - Frame capture rate control

[src]

Bit 7 - Vertical synchronization polarity

[src]

Bit 6 - Horizontal synchronization polarity

[src]

Bit 5 - Pixel clock polarity

[src]

Bit 4 - Embedded synchronization select

[src]

Bit 3 - JPEG format

[src]

Bit 2 - Crop feature

[src]

Bit 1 - Capture mode

[src]

Bit 0 - Capture enable

Trait Implementations

Auto Trait Implementations

impl Send for R

impl Sync for R