Peripheral State functions.
More...
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_GetError()
Return the DCMI error code.
- Parameters
-
| hdcmi | pointer to a DCMI_HandleTypeDef structure that contains the configuration information for DCMI. |
- Return values
-
Definition at line 1055 of file stm32l4xx_hal_dcmi.c.
◆ HAL_DCMI_GetState()
Return the DCMI state.
- Parameters
-
| hdcmi | pointer to a DCMI_HandleTypeDef structure that contains the configuration information for DCMI. |
- Return values
-
Definition at line 1044 of file stm32l4xx_hal_dcmi.c.
1046 return hdcmi->
State;
__IO HAL_DCMI_StateTypeDef State