|
STM32L4xx_HAL_Driver
1.14.0
|
Initialization and Configuration functions. More...
Functions | |
| HAL_StatusTypeDef | HAL_DCMI_Init (DCMI_HandleTypeDef *hdcmi) |
| Initialize 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) |
| De-initialize the DCMI peripheral, reset control registers to their default values. More... | |
| void | HAL_DCMI_MspInit (DCMI_HandleTypeDef *hdcmi) |
| Initialize the DCMI MSP. More... | |
| void | HAL_DCMI_MspDeInit (DCMI_HandleTypeDef *hdcmi) |
| De-initialize 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... | |
Initialization and Configuration functions.
===============================================================================
##### Initialization and Configuration functions #####
===============================================================================
[..] This section provides functions allowing to:
(+) Initialize and configure the DCMI
(+) De-initialize the DCMI | HAL_StatusTypeDef HAL_DCMI_DeInit | ( | DCMI_HandleTypeDef * | hdcmi | ) |
De-initialize the DCMI peripheral, reset control registers to their default values.
| hdcmi | pointer to a DCMI_HandleTypeDef structure that contains the configuration information for DCMI. |
| HAL | status |
Definition at line 345 of file stm32l4xx_hal_dcmi.c.
| HAL_StatusTypeDef HAL_DCMI_Init | ( | DCMI_HandleTypeDef * | hdcmi | ) |
Initialize the DCMI according to the specified parameters in the DCMI_InitTypeDef and create the associated handle.
| hdcmi | pointer to a DCMI_HandleTypeDef structure that contains the configuration information for DCMI. |
| HAL | status |
Definition at line 237 of file stm32l4xx_hal_dcmi.c.
| __weak void HAL_DCMI_MspDeInit | ( | DCMI_HandleTypeDef * | hdcmi | ) |
De-initialize the DCMI MSP.
| hdcmi | pointer to a DCMI_HandleTypeDef structure that contains the configuration information for DCMI. |
| None |
Definition at line 407 of file stm32l4xx_hal_dcmi.c.
| __weak void HAL_DCMI_MspInit | ( | DCMI_HandleTypeDef * | hdcmi | ) |
Initialize the DCMI MSP.
| hdcmi | pointer to a DCMI_HandleTypeDef structure that contains the configuration information for DCMI. |
| None |
Definition at line 391 of file stm32l4xx_hal_dcmi.c.
| HAL_StatusTypeDef HAL_DCMI_RegisterCallback | ( | DCMI_HandleTypeDef * | hdcmi, |
| HAL_DCMI_CallbackIDTypeDef | CallbackID, | ||
| pDCMI_CallbackTypeDef | pCallback | ||
| ) |
DCMI Callback registering.
| hdcmi | dcmi handle |
| CallbackID | dcmi Callback ID |
| hdcmi | pointer to dcmi Callback function |
| status |
Definition at line 1072 of file stm32l4xx_hal_dcmi.c.
| HAL_StatusTypeDef HAL_DCMI_UnRegisterCallback | ( | DCMI_HandleTypeDef * | hdcmi, |
| HAL_DCMI_CallbackIDTypeDef | CallbackID | ||
| ) |
DCMI Callback Unregistering.
| hdcmi | dcmi handle |
| CallbackID | dcmi Callback ID |
| status |
Definition at line 1157 of file stm32l4xx_hal_dcmi.c.