STM32F439xx HAL User Manual
Defines
FLASH Option Type
FLASH Exported Constants

Defines

#define OPTIONBYTE_WRP   0x00000001U
#define OPTIONBYTE_RDP   0x00000002U
#define OPTIONBYTE_USER   0x00000004U
#define OPTIONBYTE_BOR   0x00000008U

Define Documentation

#define OPTIONBYTE_BOR   0x00000008U

BOR option byte configuration

Definition at line 194 of file stm32f4xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_OBGetConfig(), and HAL_FLASHEx_OBProgram().

#define OPTIONBYTE_RDP   0x00000002U

RDP option byte configuration

Definition at line 192 of file stm32f4xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_OBGetConfig(), and HAL_FLASHEx_OBProgram().

#define OPTIONBYTE_USER   0x00000004U

USER option byte configuration

Definition at line 193 of file stm32f4xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_OBGetConfig(), and HAL_FLASHEx_OBProgram().

#define OPTIONBYTE_WRP   0x00000001U

WRP option byte configuration

Definition at line 191 of file stm32f4xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_OBGetConfig(), and HAL_FLASHEx_OBProgram().