STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
Collaboration diagram for FLASH Option Type:

Macros

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

Detailed Description

Macro Definition Documentation

◆ OPTIONBYTE_WRP

#define OPTIONBYTE_WRP   0x00000001U

#include <stm32f4xx_hal_flash_ex.h>

WRP option byte configuration

Definition at line 173 of file stm32f4xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_OBGetConfig(), and HAL_FLASHEx_OBProgram().

◆ OPTIONBYTE_RDP

#define OPTIONBYTE_RDP   0x00000002U

#include <stm32f4xx_hal_flash_ex.h>

RDP option byte configuration

Definition at line 174 of file stm32f4xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_OBGetConfig(), and HAL_FLASHEx_OBProgram().

◆ OPTIONBYTE_USER

#define OPTIONBYTE_USER   0x00000004U

#include <stm32f4xx_hal_flash_ex.h>

USER option byte configuration

Definition at line 175 of file stm32f4xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_OBGetConfig(), and HAL_FLASHEx_OBProgram().

◆ OPTIONBYTE_BOR

#define OPTIONBYTE_BOR   0x00000008U

#include <stm32f4xx_hal_flash_ex.h>

BOR option byte configuration

Definition at line 176 of file stm32f4xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_OBGetConfig(), and HAL_FLASHEx_OBProgram().