STM32H735xx HAL User Manual
Defines
OTFDEC Interrupts
OTFDEC Exported Constants

Defines

#define OTFDEC_SEC_ERROR_INT   (OTFDEC_IER_SEIE )
#define OTFDEC_EXE_ERROR_INT   ( OTFDEC_IER_XONEIE )
#define OTFDEC_KEY_ERROR_INT   ( OTFDEC_IER_KEIE)
#define OTFDEC_SEC_EXE_ERROR_INT   (OTFDEC_IER_SEIE|OTFDEC_IER_XONEIE )
#define OTFDEC_SEC_KEY_ERROR_INT   (OTFDEC_IER_SEIE| OTFDEC_IER_KEIE)
#define OTFDEC_EXE_KEY_ERROR_INT   ( OTFDEC_IER_XONEIE|OTFDEC_IER_KEIE)
#define OTFDEC_ALL_INT   (OTFDEC_IER_SEIE|OTFDEC_IER_XONEIE|OTFDEC_IER_KEIE)

Define Documentation

#define OTFDEC_ALL_INT   (OTFDEC_IER_SEIE|OTFDEC_IER_XONEIE|OTFDEC_IER_KEIE)

OTFDEC all interrupts

Definition at line 150 of file stm32h7xx_hal_otfdec.h.

#define OTFDEC_EXE_ERROR_INT   ( OTFDEC_IER_XONEIE )

OTFDEC execution error interrupt

Definition at line 145 of file stm32h7xx_hal_otfdec.h.

#define OTFDEC_EXE_KEY_ERROR_INT   ( OTFDEC_IER_XONEIE|OTFDEC_IER_KEIE)

OTFDEC execution and key errors interrupts

Definition at line 149 of file stm32h7xx_hal_otfdec.h.

#define OTFDEC_KEY_ERROR_INT   ( OTFDEC_IER_KEIE)

OTFDEC key error interrupt

Definition at line 146 of file stm32h7xx_hal_otfdec.h.

#define OTFDEC_SEC_ERROR_INT   (OTFDEC_IER_SEIE )

OTFDEC security error interrupt

Definition at line 144 of file stm32h7xx_hal_otfdec.h.

#define OTFDEC_SEC_EXE_ERROR_INT   (OTFDEC_IER_SEIE|OTFDEC_IER_XONEIE )

OTFDEC security and execution errors interrupts

Definition at line 147 of file stm32h7xx_hal_otfdec.h.

#define OTFDEC_SEC_KEY_ERROR_INT   (OTFDEC_IER_SEIE| OTFDEC_IER_KEIE)

OTFDEC security and key errors interrupts

Definition at line 148 of file stm32h7xx_hal_otfdec.h.