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 882 of file stm32f4xx_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 871 of file stm32f4xx_hal_dcmi.c.
◆ HAL_DCMI_RegisterCallback()
DCMI Callback registering.
- Parameters
-
hdcmi | pointer to a DCMI_HandleTypeDef structure that contains the configuration information for DCMI. |
CallbackID | dcmi Callback ID |
pCallback | pointer to DCMI_CallbackTypeDef structure |
- Return values
-
Definition at line 896 of file stm32f4xx_hal_dcmi.c.
◆ HAL_DCMI_UnRegisterCallback()
DCMI Callback Unregistering.
- Parameters
-
hdcmi | dcmi handle |
CallbackID | dcmi Callback ID |
- Return values
-
Definition at line 981 of file stm32f4xx_hal_dcmi.c.