Defined Constants and Macros for the STM32F7xx DCMI Peripheral.
More...
Defined Constants and Macros for the STM32F7xx DCMI Peripheral.
- Version
- 1.0.0
- Date
- 2020-05-15
LGPL License Terms libopencm3 License
- Version
- 1.0.0
- Author
- © 2020 Smolyaninov Nikolay smoli.nosp@m.n35@.nosp@m.gmail.nosp@m..com
-
© 2017 Marek Koza qyx@k.nosp@m.rtko.nosp@m..org
- Date
- 15 May 2020
This library supports the Digital camera interface (DCMI) in the STM32F4xx and STM32F7xx series of ARM Cortex Microcontrollers by ST Microelectronics.
LGPL License Terms libopencm3 License
◆ DCMI_CR
◆ DCMI_CWSIZE
◆ DCMI_CWSTRT
◆ DCMI_DR
DCMI data register.
The digital camera Interface packages all the received data in 32-bit format before requesting a DMA transfer. A 4-word deep FIFO is available to leave enough time for DMA transfers and avoid DMA overrun conditions.
Definition at line 227 of file dcmi_common_f47.h.
◆ DCMI_ESCR
◆ DCMI_ESUR
◆ DCMI_ICR
DCMI interrupt clear register.
The DCMI_ICR register is write-only. Writing a ‘1’ into a bit of this register clears the corresponding bit in the DCMI_RIS and DCMI_MIS registers. Writing a ‘0’ has no effect.
Definition at line 143 of file dcmi_common_f47.h.
◆ DCMI_IER
DCMI interrupt enable register.
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.
Definition at line 105 of file dcmi_common_f47.h.
◆ DCMI_MIS
DCMI masked interrupt status register.
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.
Definition at line 125 of file dcmi_common_f47.h.
◆ DCMI_RIS
DCMI raw interrupt status register.
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.
Definition at line 87 of file dcmi_common_f47.h.
◆ DCMI_SR