STM32H735xx HAL User Manual
|
OTFDEC IRQ handler. More...
Functions | |
void | HAL_OTFDEC_IRQHandler (OTFDEC_HandleTypeDef *hotfdec) |
Handle OTFDEC interrupt request. | |
__weak void | HAL_OTFDEC_ErrorCallback (OTFDEC_HandleTypeDef *hotfdec) |
OTFDEC error callback. |
OTFDEC IRQ handler.
============================================================================== ##### OTFDEC IRQ handler management ##### ============================================================================== [..] This section provides OTFDEC IRQ handler function.
void HAL_OTFDEC_ErrorCallback | ( | OTFDEC_HandleTypeDef * | hotfdec | ) |
OTFDEC error callback.
hotfdec | pointer to an OTFDEC_HandleTypeDef structure that contains the configuration information for OTFDEC module |
None |
Definition at line 511 of file stm32h7xx_hal_otfdec.c.
Referenced by HAL_OTFDEC_Init(), HAL_OTFDEC_IRQHandler(), and HAL_OTFDEC_UnRegisterCallback().
void HAL_OTFDEC_IRQHandler | ( | OTFDEC_HandleTypeDef * | hotfdec | ) |
Handle OTFDEC interrupt request.
hotfdec | pointer to an OTFDEC_HandleTypeDef structure that contains the configuration information for OTFDEC module |
None |
Definition at line 477 of file stm32h7xx_hal_otfdec.c.
References __OTFDEC_HandleTypeDef::ErrorCallback, __OTFDEC_HandleTypeDef::ErrorCode, HAL_OTFDEC_ErrorCallback(), HAL_OTFDEC_EXECUTE_ERROR, HAL_OTFDEC_KEY_ERROR, HAL_OTFDEC_SECURITY_ERROR, and __OTFDEC_HandleTypeDef::Instance.