STM32F479xx HAL User Manual
|
Defines | |
#define | OPTIONBYTE_WRP 0x00000001U |
#define | OPTIONBYTE_RDP 0x00000002U |
#define | OPTIONBYTE_USER 0x00000004U |
#define | OPTIONBYTE_BOR 0x00000008U |
#define OPTIONBYTE_BOR 0x00000008U |
BOR option byte configuration
Definition at line 178 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 176 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 177 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 175 of file stm32f4xx_hal_flash_ex.h.
Referenced by HAL_FLASHEx_OBGetConfig(), and HAL_FLASHEx_OBProgram().