RTEMS 6.1-rc1
Macros

Macros

#define OPTIONBYTE_WRP   0x01U
 
#define OPTIONBYTE_RDP   0x02U
 
#define OPTIONBYTE_USER   0x04U
 
#define OPTIONBYTE_PCROP   0x08U
 
#define OPTIONBYTE_BOR   0x10U
 
#define OPTIONBYTE_SECURE_AREA   0x20U
 
#define OPTIONBYTE_BOOTADD   0x40U
 
#define OPTIONBYTE_ALL
 

Detailed Description

Macro Definition Documentation

◆ OPTIONBYTE_ALL

#define OPTIONBYTE_ALL
Value:
OPTIONBYTE_PCROP | OPTIONBYTE_BOR | OPTIONBYTE_SECURE_AREA |\
OPTIONBYTE_BOOTADD)
#define OPTIONBYTE_WRP
Definition: stm32h7xx_hal_flash_ex.h:228
#define OPTIONBYTE_RDP
Definition: stm32h7xx_hal_flash_ex.h:229
#define OPTIONBYTE_SECURE_AREA
Definition: stm32h7xx_hal_flash_ex.h:233
#define OPTIONBYTE_USER
Definition: stm32h7xx_hal_flash_ex.h:230
#define OPTIONBYTE_BOR
Definition: stm32h7xx_hal_flash_ex.h:232

All option byte configuration

◆ OPTIONBYTE_BOOTADD

#define OPTIONBYTE_BOOTADD   0x40U

BOOT ADD option byte configuration

◆ OPTIONBYTE_BOR

#define OPTIONBYTE_BOR   0x10U

BOR option byte configuration

◆ OPTIONBYTE_PCROP

#define OPTIONBYTE_PCROP   0x08U

PCROP option byte configuration

◆ OPTIONBYTE_RDP

#define OPTIONBYTE_RDP   0x02U

RDP option byte configuration

◆ OPTIONBYTE_SECURE_AREA

#define OPTIONBYTE_SECURE_AREA   0x20U

secure area option byte configuration

◆ OPTIONBYTE_USER

#define OPTIONBYTE_USER   0x04U

USER option byte configuration

◆ OPTIONBYTE_WRP

#define OPTIONBYTE_WRP   0x01U

WRP option byte configuration