[][src]Struct stm32h7::stm32h743v::dcmi::cr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn oels(&mut self) -> _OELSW[src]

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

pub fn lsm(&mut self) -> _LSMW[src]

Bit 19 - Line Select mode

pub fn oebs(&mut self) -> _OEBSW[src]

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

pub fn bsm(&mut self) -> _BSMW[src]

Bits 16:17 - Byte Select mode

pub fn enable(&mut self) -> _ENABLEW[src]

Bit 14 - DCMI enable

pub fn edm(&mut self) -> _EDMW[src]

Bits 10:11 - Extended data mode

pub fn fcrc(&mut self) -> _FCRCW[src]

Bits 8:9 - Frame capture rate control

pub fn vspol(&mut self) -> _VSPOLW[src]

Bit 7 - Vertical synchronization polarity

pub fn hspol(&mut self) -> _HSPOLW[src]

Bit 6 - Horizontal synchronization polarity

pub fn pckpol(&mut self) -> _PCKPOLW[src]

Bit 5 - Pixel clock polarity

pub fn ess(&mut self) -> _ESSW[src]

Bit 4 - Embedded synchronization select

pub fn jpeg(&mut self) -> _JPEGW[src]

Bit 3 - JPEG format

pub fn crop(&mut self) -> _CROPW[src]

Bit 2 - Crop feature

pub fn cm(&mut self) -> _CMW[src]

Bit 1 - Capture mode

pub fn capture(&mut self) -> _CAPTUREW[src]

Bit 0 - Capture enable

Auto Trait Implementations

impl Unpin for W

impl Send for W

impl Sync for W

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self