[][src]Struct stm32f4xx_hal::stm32::dcmi::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub cr: CR, pub sr: SR, pub ris: RIS, pub ier: IER, pub mis: MIS, pub icr: ICR, pub escr: ESCR, pub esur: ESUR, pub cwstrt: CWSTRT, pub cwsize: CWSIZE, pub dr: DR, }

Register block

Fields

cr: CR

0x00 - control register 1

sr: SR

0x04 - status register

ris: RIS

0x08 - raw interrupt status register

ier: IER

0x0c - interrupt enable register

mis: MIS

0x10 - masked interrupt status register

icr: ICR

0x14 - interrupt clear register

escr: ESCR

0x18 - embedded synchronization code register

esur: ESUR

0x1c - embedded synchronization unmask register

cwstrt: CWSTRT

0x20 - crop window start

cwsize: CWSIZE

0x24 - crop window size

dr: DR

0x28 - data register

Auto Trait Implementations

Blanket Implementations

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> From for T[src]

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]

impl<T> Same for T

type Output = T

Should always be Self