STM32H735xx HAL User Manual
Defines
OTFDEC Region Operating Mode
OTFDEC Exported Constants

Defines

#define OTFDEC_REG_MODE_INSTRUCTION_ACCESSES_ONLY   0x00000000U
#define OTFDEC_REG_MODE_DATA_ACCESSES_ONLY   OTFDEC_REG_CONFIGR_MODE_0
#define OTFDEC_REG_MODE_INSTRUCTION_OR_DATA_ACCESSES   OTFDEC_REG_CONFIGR_MODE_1
#define OTFDEC_REG_MODE_INSTRUCTION_ACCESSES_ONLY_WITH_CIPHER   OTFDEC_REG_CONFIGR_MODE

Define Documentation

#define OTFDEC_REG_MODE_DATA_ACCESSES_ONLY   OTFDEC_REG_CONFIGR_MODE_0

Only data accesses are decrypted

Definition at line 177 of file stm32h7xx_hal_otfdec.h.

Only instruction accesses are decrypted

Definition at line 176 of file stm32h7xx_hal_otfdec.h.

#define OTFDEC_REG_MODE_INSTRUCTION_ACCESSES_ONLY_WITH_CIPHER   OTFDEC_REG_CONFIGR_MODE

Only instruction accesses are decrypted with proprietary cipher activated

Definition at line 179 of file stm32h7xx_hal_otfdec.h.

#define OTFDEC_REG_MODE_INSTRUCTION_OR_DATA_ACCESSES   OTFDEC_REG_CONFIGR_MODE_1

All read accesses are decrypted

Definition at line 178 of file stm32h7xx_hal_otfdec.h.