Struct stm32f429::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 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