Image capture functions.
More...
Image capture functions.
===============================================================================
##### Image capture functions #####
===============================================================================
Enables or disables the DCMI Capture.
- Parameters
-
NewState | new state of the DCMI capture. This parameter can be: ENABLE or DISABLE. |
- Return values
-
Definition at line 322 of file stm32f4xx_dcmi.c.
Enables or disables the DCMI interface.
- Parameters
-
NewState | new state of the DCMI interface. This parameter can be: ENABLE or DISABLE. |
- Return values
-
Definition at line 299 of file stm32f4xx_dcmi.c.
uint32_t DCMI_ReadData |
( |
void |
| ) |
|
Reads the data stored in the DR register.
- Parameters
-
- Return values
-
Definition at line 344 of file stm32f4xx_dcmi.c.