STM32H735xx HAL User Manual
Defines
OTFDEC Error Definition
OTFDEC Exported Constants

Defines

#define HAL_OTFDEC_ERROR_NONE   ((uint32_t)0x00000000U)
#define HAL_OTFDEC_SECURITY_ERROR   ((uint32_t)0x00000001U)
#define HAL_OTFDEC_EXECUTE_ERROR   ((uint32_t)0x00000002U)
#define HAL_OTFDEC_KEY_ERROR   ((uint32_t)0x00000004U)
#define HAL_OTFDEC_ERROR_INVALID_CALLBACK   ((uint32_t)0x00000008U)

Define Documentation

#define HAL_OTFDEC_ERROR_INVALID_CALLBACK   ((uint32_t)0x00000008U)

Invalid Callback error

Definition at line 192 of file stm32h7xx_hal_otfdec.h.

Referenced by HAL_OTFDEC_RegisterCallback(), and HAL_OTFDEC_UnRegisterCallback().

#define HAL_OTFDEC_ERROR_NONE   ((uint32_t)0x00000000U)

No error

Definition at line 187 of file stm32h7xx_hal_otfdec.h.

Referenced by HAL_OTFDEC_DeInit().

#define HAL_OTFDEC_EXECUTE_ERROR   ((uint32_t)0x00000002U)

Execute-only Execute-Never error

Definition at line 189 of file stm32h7xx_hal_otfdec.h.

Referenced by HAL_OTFDEC_IRQHandler().

#define HAL_OTFDEC_KEY_ERROR   ((uint32_t)0x00000004U)

Key error

Definition at line 190 of file stm32h7xx_hal_otfdec.h.

Referenced by HAL_OTFDEC_IRQHandler().

#define HAL_OTFDEC_SECURITY_ERROR   ((uint32_t)0x00000001U)

Security error

Definition at line 188 of file stm32h7xx_hal_otfdec.h.

Referenced by HAL_OTFDEC_IRQHandler().