Module dcmi

Expand description

Digital camera interface

Modules§

cr
control register 1
cwsize
crop window size
cwstrt
crop window start
dr
data register
escr
embedded synchronization code register
esur
embedded synchronization unmask register
icr
interrupt clear register
ier
interrupt enable register
mis
masked interrupt status register
ris
raw interrupt status register
sr
status register

Structs§

RegisterBlock
Register block

Type Aliases§

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