STM32H735xx HAL User Manual
Functions
OTFDEC IRQ handler management
OTFDEC Exported Functions

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.

Detailed Description

OTFDEC IRQ handler.

  ==============================================================================
                ##### OTFDEC IRQ handler management #####
  ==============================================================================
[..]  This section provides OTFDEC IRQ handler function.


Function Documentation

OTFDEC error callback.

Parameters:
hotfdecpointer to an OTFDEC_HandleTypeDef structure that contains the configuration information for OTFDEC module
Return values:
None

Definition at line 511 of file stm32h7xx_hal_otfdec.c.

Referenced by HAL_OTFDEC_Init(), HAL_OTFDEC_IRQHandler(), and HAL_OTFDEC_UnRegisterCallback().

Handle OTFDEC interrupt request.

Parameters:
hotfdecpointer to an OTFDEC_HandleTypeDef structure that contains the configuration information for OTFDEC module
Return values:
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.