STM32F439xx HAL User Manual
Functions
Initialization and Configuration functions
DCMI Exported Functions | DCMIEx

Initialization and Configuration functions. More...

Functions

__weak 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.
HAL_StatusTypeDef HAL_DCMI_DeInit (DCMI_HandleTypeDef *hdcmi)
 Deinitializes the DCMI peripheral registers to their default reset values.
__weak void HAL_DCMI_MspInit (DCMI_HandleTypeDef *hdcmi)
 Initializes the DCMI MSP.
__weak void HAL_DCMI_MspDeInit (DCMI_HandleTypeDef *hdcmi)
 DeInitializes the DCMI MSP.

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_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 211 of file stm32f4xx_hal_dcmi.c.

References DCMI_HandleTypeDef::ErrorCode, HAL_DCMI_ERROR_NONE, HAL_DCMI_MspDeInit(), HAL_DCMI_STATE_RESET, and DCMI_HandleTypeDef::State.

HAL_StatusTypeDef HAL_DCMI_Init ( 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 249 of file stm32f4xx_hal_dcmi.c.

Referenced by HAL_DCMI_DeInit().

Initializes the DCMI MSP.

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

Definition at line 234 of file stm32f4xx_hal_dcmi.c.

Referenced by HAL_DCMI_Init().