STM32H735xx HAL User Manual
Defines
OTFDEC Region Enable
OTFDEC Exported Constants

Defines

#define OTFDEC_REG_CONFIGR_REG_DISABLE   0x00000000U
#define OTFDEC_REG_CONFIGR_REG_ENABLE   OTFDEC_REG_CONFIGR_REG_EN

Define Documentation

#define OTFDEC_REG_CONFIGR_REG_DISABLE   0x00000000U

OTFDEC region encryption or on-the-fly decryption disable

Definition at line 158 of file stm32h7xx_hal_otfdec.h.

#define OTFDEC_REG_CONFIGR_REG_ENABLE   OTFDEC_REG_CONFIGR_REG_EN

OTFDEC region encryption or on-the-fly decryption enable

Definition at line 159 of file stm32h7xx_hal_otfdec.h.

Referenced by HAL_OTFDEC_RegionConfig(), HAL_OTFDEC_RegionDisable(), and HAL_OTFDEC_RegionEnable().