CEC control functions.
More...
CEC control functions.
===============================================================================
##### Peripheral Control function #####
===============================================================================
[..]
This subsection provides a set of functions allowing to control the CEC.
(+) HAL_CEC_GetState() API can be helpful to check in run-time the state of the CEC peripheral.
(+) HAL_CEC_GetError() API can be helpful to check in run-time the error of the CEC peripheral.
◆ HAL_CEC_GetError()
Return the CEC error code.
- Parameters
-
hcec | pointer to a CEC_HandleTypeDef structure that contains the configuration information for the specified CEC. |
- Return values
-
Definition at line 977 of file stm32f4xx_hal_cec.c.
◆ HAL_CEC_GetState()
return the CEC state
- Parameters
-
hcec | pointer to a CEC_HandleTypeDef structure that contains the configuration information for the specified CEC module. |
- Return values
-
Definition at line 961 of file stm32f4xx_hal_cec.c.