Expand description

DCMI

Modules

DCMI control register

DCMI crop window size

DCMI crop window start

DCMI data register

DCMI embedded synchronization code register

DCMI embedded synchronization unmask register

The DCMI_ICR register is write-only.

The DCMI_IER register is used to enable interrupts. When one of the DCMI_IER bits is set, the corresponding interrupt is enabled. This register is accessible in both read and write.

This DCMI_MIS register is a read-only register. When read, it returns the current masked status value (depending on the value in DCMI_IER) of the corresponding interrupt. A bit in this register is set if the corresponding enable bit in DCMI_IER is set and the corresponding bit in DCMI_RIS is set.

DCMI_RIS gives the raw interrupt status and is accessible in read only. When read, this register returns the status of the corresponding interrupt before masking with the DCMI_IER register value.

DCMI status register

Structs

Register block

Type Definitions

DCMI_CR register accessor: an alias for Reg<DCMI_CR_SPEC>

DCMI_CWSIZE register accessor: an alias for Reg<DCMI_CWSIZE_SPEC>

DCMI_CWSTRT register accessor: an alias for Reg<DCMI_CWSTRT_SPEC>

DCMI_DR register accessor: an alias for Reg<DCMI_DR_SPEC>

DCMI_ESCR register accessor: an alias for Reg<DCMI_ESCR_SPEC>

DCMI_ESUR register accessor: an alias for Reg<DCMI_ESUR_SPEC>

DCMI_ICR register accessor: an alias for Reg<DCMI_ICR_SPEC>

DCMI_IER register accessor: an alias for Reg<DCMI_IER_SPEC>

DCMI_MIS register accessor: an alias for Reg<DCMI_MIS_SPEC>

DCMI_RIS register accessor: an alias for Reg<DCMI_RIS_SPEC>

DCMI_SR register accessor: an alias for Reg<DCMI_SR_SPEC>