STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
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_BOR

#define OPTIONBYTE_BOR   0x00000008U

BOR option byte configuration

Definition at line 176 of file stm32f4xx_hal_flash_ex.h.

◆ OPTIONBYTE_RDP

#define OPTIONBYTE_RDP   0x00000002U

RDP option byte configuration

Definition at line 174 of file stm32f4xx_hal_flash_ex.h.

◆ OPTIONBYTE_USER

#define OPTIONBYTE_USER   0x00000004U

USER option byte configuration

Definition at line 175 of file stm32f4xx_hal_flash_ex.h.

◆ OPTIONBYTE_WRP

#define OPTIONBYTE_WRP   0x00000001U

WRP option byte configuration

Definition at line 173 of file stm32f4xx_hal_flash_ex.h.