STM32H735xx HAL User Manual
Defines
FLASH Option Type
FLASH Exported Constants

Defines

#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_SHARED_RAM   0x100U
#define OPTIONBYTE_FREQ_BOOST   0x200U
#define OPTIONBYTE_ALL

Define Documentation

#define OPTIONBYTE_ALL
Value:

All option byte configuration

Definition at line 254 of file stm32h7xx_hal_flash_ex.h.

#define OPTIONBYTE_BOOTADD   0x40U

BOOT ADD option byte configuration

Definition at line 233 of file stm32h7xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_OBGetConfig(), and HAL_FLASHEx_OBProgram().

#define OPTIONBYTE_BOR   0x10U

BOR option byte configuration

Definition at line 226 of file stm32h7xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_OBGetConfig(), and HAL_FLASHEx_OBProgram().

#define OPTIONBYTE_FREQ_BOOST   0x200U

CPU Frequency Boost option byte configuration

Definition at line 242 of file stm32h7xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_OBGetConfig(), and HAL_FLASHEx_OBProgram().

#define OPTIONBYTE_PCROP   0x08U

PCROP option byte configuration

Definition at line 225 of file stm32h7xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_OBGetConfig(), and HAL_FLASHEx_OBProgram().

#define OPTIONBYTE_RDP   0x02U

RDP option byte configuration

Definition at line 223 of file stm32h7xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_OBGetConfig(), and HAL_FLASHEx_OBProgram().

#define OPTIONBYTE_SECURE_AREA   0x20U

secure area option byte configuration

Definition at line 227 of file stm32h7xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_OBGetConfig(), and HAL_FLASHEx_OBProgram().

#define OPTIONBYTE_SHARED_RAM   0x100U

TCM / AXI Shared RAM option byte configuration

Definition at line 239 of file stm32h7xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_OBGetConfig(), and HAL_FLASHEx_OBProgram().

#define OPTIONBYTE_USER   0x04U

USER option byte configuration

Definition at line 224 of file stm32h7xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_OBGetConfig(), and HAL_FLASHEx_OBProgram().

#define OPTIONBYTE_WRP   0x01U

WRP option byte configuration

Definition at line 222 of file stm32h7xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_OBGetConfig(), and HAL_FLASHEx_OBProgram().