|
STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Peripheral State functions. More...
Functions | |
| HAL_DCMI_StateTypeDef | HAL_DCMI_GetState (DCMI_HandleTypeDef *hdcmi) |
| Return the DCMI state. | |
| uint32_t | HAL_DCMI_GetError (DCMI_HandleTypeDef *hdcmi) |
| Return the DCMI error code. | |
Peripheral State functions.
===============================================================================
##### Peripheral State and Errors functions #####
===============================================================================
[..]
This subsection provides functions allowing to
(+) Check the DCMI state.
(+) Get the specific DCMI error flag.| HAL_DCMI_StateTypeDef HAL_DCMI_GetState | ( | DCMI_HandleTypeDef * | hdcmi | ) |
#include <stm32f4xx_hal_dcmi.h>
Return the DCMI state.
| hdcmi | pointer to a DCMI_HandleTypeDef structure that contains the configuration information for DCMI. |
| HAL | state |
Definition at line 871 of file stm32f4xx_hal_dcmi.c.
References __DCMI_HandleTypeDef::State.
| uint32_t HAL_DCMI_GetError | ( | DCMI_HandleTypeDef * | hdcmi | ) |
#include <stm32f4xx_hal_dcmi.h>
Return the DCMI error code.
| hdcmi | pointer to a DCMI_HandleTypeDef structure that contains the configuration information for DCMI. |
| DCMI | Error Code |
Definition at line 882 of file stm32f4xx_hal_dcmi.c.
References __DCMI_HandleTypeDef::ErrorCode.