Module stm32_eth::stm32::dcmi

source ·
Expand description

Digital camera interface

Modules

control register 1
crop window size
crop window start
data register
embedded synchronization code register
embedded synchronization unmask register
interrupt clear register
interrupt enable register
masked interrupt status register
raw interrupt status register
status register

Structs

Register block

Type Definitions

CR register accessor: an alias for Reg<CR_SPEC>
CWSIZE register accessor: an alias for Reg<CWSIZE_SPEC>
CWSTRT register accessor: an alias for Reg<CWSTRT_SPEC>
DR register accessor: an alias for Reg<DR_SPEC>
ESCR register accessor: an alias for Reg<ESCR_SPEC>
ESUR register accessor: an alias for Reg<ESUR_SPEC>
ICR register accessor: an alias for Reg<ICR_SPEC>
IER register accessor: an alias for Reg<IER_SPEC>
MIS register accessor: an alias for Reg<MIS_SPEC>
RIS register accessor: an alias for Reg<RIS_SPEC>
SR register accessor: an alias for Reg<SR_SPEC>