[]Struct stm32f407g_disc::dcmi::cr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W

pub fn reset_value() -> W

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut W

Writes raw bits to the register

pub fn enable(&mut self) -> _ENABLEW

Bit 14 - DCMI enable

pub fn edm(&mut self) -> _EDMW

Bits 10:11 - Extended data mode

pub fn fcrc(&mut self) -> _FCRCW

Bits 8:9 - Frame capture rate control

pub fn vspol(&mut self) -> _VSPOLW

Bit 7 - Vertical synchronization polarity

pub fn hspol(&mut self) -> _HSPOLW

Bit 6 - Horizontal synchronization polarity

pub fn pckpol(&mut self) -> _PCKPOLW

Bit 5 - Pixel clock polarity

pub fn ess(&mut self) -> _ESSW

Bit 4 - Embedded synchronization select

pub fn jpeg(&mut self) -> _JPEGW

Bit 3 - JPEG format

pub fn crop(&mut self) -> _CROPW

Bit 2 - Crop feature

pub fn cm(&mut self) -> _CMW

Bit 1 - Capture mode

pub fn capture(&mut self) -> _CAPTUREW

Bit 0 - Capture enable

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]