STM32F4xx_HAL_Driver  1.8.3
Initialization and Configuration functions

Initialization and Configuration functions. More...

+ Collaboration diagram for Initialization and Configuration functions:

Functions

HAL_StatusTypeDef HAL_DCMI_Init (DCMI_HandleTypeDef *hdcmi)
 Initializes the DCMI according to the specified parameters in the DCMI_InitTypeDef and create the associated handle. More...
 
HAL_StatusTypeDef HAL_DCMI_DeInit (DCMI_HandleTypeDef *hdcmi)
 Deinitializes the DCMI peripheral registers to their default reset values. More...
 
void HAL_DCMI_MspInit (DCMI_HandleTypeDef *hdcmi)
 Initializes the DCMI MSP. More...
 
void HAL_DCMI_MspDeInit (DCMI_HandleTypeDef *hdcmi)
 DeInitializes the DCMI MSP. More...
 
HAL_StatusTypeDef HAL_DCMI_RegisterCallback (DCMI_HandleTypeDef *hdcmi, HAL_DCMI_CallbackIDTypeDef CallbackID, pDCMI_CallbackTypeDef pCallback)
 DCMI Callback registering. More...
 
HAL_StatusTypeDef HAL_DCMI_UnRegisterCallback (DCMI_HandleTypeDef *hdcmi, HAL_DCMI_CallbackIDTypeDef CallbackID)
 DCMI Callback Unregistering. More...
 

Detailed Description

Initialization and Configuration functions.

 ===============================================================================
                ##### Initialization and Configuration functions #####
 ===============================================================================
    [..]  This section provides functions allowing to:
      (+) Initialize and configure the DCMI
      (+) De-initialize the DCMI 

Function Documentation

◆ HAL_DCMI_DeInit()

HAL_StatusTypeDef HAL_DCMI_DeInit ( DCMI_HandleTypeDef hdcmi)

Deinitializes the DCMI peripheral registers to their default reset values.

Parameters
hdcmipointer to a DCMI_HandleTypeDef structure that contains the configuration information for DCMI.
Return values
HALstatus

Definition at line 262 of file stm32f4xx_hal_dcmi.c.

◆ HAL_DCMI_Init()

HAL_StatusTypeDef HAL_DCMI_Init ( DCMI_HandleTypeDef hdcmi)

Initializes the DCMI according to the specified parameters in the DCMI_InitTypeDef and create the associated handle.

Parameters
hdcmipointer to a DCMI_HandleTypeDef structure that contains the configuration information for DCMI.
Return values
HALstatus

Definition at line 177 of file stm32f4xx_hal_dcmi.c.

◆ HAL_DCMI_MspDeInit()

__weak void HAL_DCMI_MspDeInit ( DCMI_HandleTypeDef hdcmi)

DeInitializes the DCMI MSP.

Parameters
hdcmipointer to a DCMI_HandleTypeDef structure that contains the configuration information for DCMI.
Return values
None

Definition at line 309 of file stm32f4xx_hal_dcmi.c.

◆ HAL_DCMI_MspInit()

__weak void HAL_DCMI_MspInit ( DCMI_HandleTypeDef hdcmi)

Initializes the DCMI MSP.

Parameters
hdcmipointer to a DCMI_HandleTypeDef structure that contains the configuration information for DCMI.
Return values
None

Definition at line 294 of file stm32f4xx_hal_dcmi.c.

◆ HAL_DCMI_RegisterCallback()

HAL_StatusTypeDef HAL_DCMI_RegisterCallback ( DCMI_HandleTypeDef hdcmi,
HAL_DCMI_CallbackIDTypeDef  CallbackID,
pDCMI_CallbackTypeDef  pCallback 
)

DCMI Callback registering.

Parameters
hdcmipointer to a DCMI_HandleTypeDef structure that contains the configuration information for DCMI.
CallbackIDdcmi Callback ID
pCallbackpointer to DCMI_CallbackTypeDef structure
Return values
status

Definition at line 896 of file stm32f4xx_hal_dcmi.c.

◆ HAL_DCMI_UnRegisterCallback()

HAL_StatusTypeDef HAL_DCMI_UnRegisterCallback ( DCMI_HandleTypeDef hdcmi,
HAL_DCMI_CallbackIDTypeDef  CallbackID 
)

DCMI Callback Unregistering.

Parameters
hdcmidcmi handle
CallbackIDdcmi Callback ID
Return values
status

Definition at line 981 of file stm32f4xx_hal_dcmi.c.