STM32H735xx HAL User Manual
Defines
OTFDEC Region Configuration Lock
OTFDEC Exported Constants

Defines

#define OTFDEC_REG_CONFIGR_LOCK_DISABLE   0x00000000U
#define OTFDEC_REG_CONFIGR_LOCK_ENABLE   OTFDEC_REG_CONFIGR_CONFIGLOCK

Define Documentation

#define OTFDEC_REG_CONFIGR_LOCK_DISABLE   0x00000000U

OTFDEC region configuration lock disable

Definition at line 167 of file stm32h7xx_hal_otfdec.h.

#define OTFDEC_REG_CONFIGR_LOCK_ENABLE   OTFDEC_REG_CONFIGR_CONFIGLOCK

OTFDEC region configuration lock enable

Definition at line 168 of file stm32h7xx_hal_otfdec.h.

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