Initialization and Configuration functions.
More...
Initialization and Configuration functions.
===============================================================================
##### Initialization and Configuration functions #####
===============================================================================
[..] This section provides functions allowing to:
(+) Initialize and configure the DCMI
(+) De-initialize the DCMI
◆ HAL_DCMI_DeInit()
Deinitializes the DCMI peripheral registers to their default reset values.
- Parameters
-
hdcmi | pointer to a DCMI_HandleTypeDef structure that contains the configuration information for DCMI. |
- Return values
-
Definition at line 262 of file stm32f4xx_hal_dcmi.c.
◆ HAL_DCMI_Init()
Initializes the DCMI according to the specified parameters in the DCMI_InitTypeDef and create the associated handle.
- Parameters
-
hdcmi | pointer to a DCMI_HandleTypeDef structure that contains the configuration information for DCMI. |
- Return values
-
Definition at line 177 of file stm32f4xx_hal_dcmi.c.
◆ HAL_DCMI_MspDeInit()
DeInitializes the DCMI MSP.
- Parameters
-
hdcmi | pointer to a DCMI_HandleTypeDef structure that contains the configuration information for DCMI. |
- Return values
-
Definition at line 309 of file stm32f4xx_hal_dcmi.c.
◆ HAL_DCMI_MspInit()
Initializes the DCMI MSP.
- Parameters
-
hdcmi | pointer to a DCMI_HandleTypeDef structure that contains the configuration information for DCMI. |
- Return values
-
Definition at line 294 of file stm32f4xx_hal_dcmi.c.
◆ HAL_DCMI_RegisterCallback()
DCMI Callback registering.
- Parameters
-
hdcmi | pointer to a DCMI_HandleTypeDef structure that contains the configuration information for DCMI. |
CallbackID | dcmi Callback ID |
pCallback | pointer to DCMI_CallbackTypeDef structure |
- Return values
-
Definition at line 896 of file stm32f4xx_hal_dcmi.c.
◆ HAL_DCMI_UnRegisterCallback()
DCMI Callback Unregistering.
- Parameters
-
hdcmi | dcmi handle |
CallbackID | dcmi Callback ID |
- Return values
-
Definition at line 981 of file stm32f4xx_hal_dcmi.c.