RTEMS 6.1-rc7
Loading...
Searching...
No Matches
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:
#define OPTIONBYTE_BOOTADD
Definition: stm32h7xx_hal_flash_ex.h:265
#define OPTIONBYTE_WRP
Definition: stm32h7xx_hal_flash_ex.h:254
#define OPTIONBYTE_RDP
Definition: stm32h7xx_hal_flash_ex.h:255
#define OPTIONBYTE_SECURE_AREA
Definition: stm32h7xx_hal_flash_ex.h:259
#define OPTIONBYTE_USER
Definition: stm32h7xx_hal_flash_ex.h:256
#define OPTIONBYTE_PCROP
Definition: stm32h7xx_hal_flash_ex.h:257
#define OPTIONBYTE_BOR
Definition: stm32h7xx_hal_flash_ex.h:258

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