Struct stm32f7x5::dcmi::RegisterBlock [] [src]

#[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

0x00 - control register 1

0x04 - status register

0x08 - raw interrupt status register

0x0c - interrupt enable register

0x10 - masked interrupt status register

0x14 - interrupt clear register

0x18 - embedded synchronization code register

0x1c - embedded synchronization unmask register

0x20 - crop window start

0x24 - crop window size

0x28 - data register

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock