STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
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.
 
HAL_StatusTypeDef HAL_DCMI_DeInit (DCMI_HandleTypeDef *hdcmi)
 Deinitializes the DCMI peripheral registers to their default reset values.
 
void HAL_DCMI_MspInit (DCMI_HandleTypeDef *hdcmi)
 Initializes the DCMI MSP.
 
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_DCMI_Init()

HAL_StatusTypeDef HAL_DCMI_Init ( DCMI_HandleTypeDef * hdcmi)

◆ HAL_DCMI_DeInit()

HAL_StatusTypeDef HAL_DCMI_DeInit ( DCMI_HandleTypeDef * hdcmi)

#include <stm32f4xx_hal_dcmi.h>

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.

References __HAL_UNLOCK, __DCMI_HandleTypeDef::ErrorCode, HAL_DCMI_ERROR_NONE, HAL_DCMI_MspDeInit(), HAL_DCMI_STATE_RESET, HAL_OK, and __DCMI_HandleTypeDef::State.

◆ HAL_DCMI_MspInit()

__weak void HAL_DCMI_MspInit ( DCMI_HandleTypeDef * hdcmi)

#include <stm32f4xx_hal_dcmi.h>

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.

References UNUSED.

Referenced by HAL_DCMI_Init().

◆ HAL_DCMI_MspDeInit()

__weak void HAL_DCMI_MspDeInit ( DCMI_HandleTypeDef * hdcmi)

#include <stm32f4xx_hal_dcmi.h>

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.

References UNUSED.

Referenced by HAL_DCMI_DeInit().