STM32F439xx HAL User Manual
Defines
FLASH WRP State
FLASH Exported Constants

Defines

#define OB_WRPSTATE_DISABLE   0x00000000U
#define OB_WRPSTATE_ENABLE   0x00000001U

Define Documentation

#define OB_WRPSTATE_DISABLE   0x00000000U

Disable the write protection of the desired bank 1 sectors

Definition at line 182 of file stm32f4xx_hal_flash_ex.h.

#define OB_WRPSTATE_ENABLE   0x00000001U

Enable the write protection of the desired bank 1 sectors

Definition at line 183 of file stm32f4xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_OBProgram().