STM32F103xB HAL User Manual
Defines
Option Bytes Type
Option Byte Constants

Defines

#define OPTIONBYTE_WRP   0x01U
#define OPTIONBYTE_RDP   0x02U
#define OPTIONBYTE_USER   0x04U
#define OPTIONBYTE_DATA   0x08U

Define Documentation

#define OPTIONBYTE_DATA   0x08U

DATA option byte configuration

Definition at line 296 of file stm32f1xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_OBProgram().

#define OPTIONBYTE_RDP   0x02U

RDP option byte configuration

Definition at line 294 of file stm32f1xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_OBGetConfig(), and HAL_FLASHEx_OBProgram().

#define OPTIONBYTE_USER   0x04U

USER option byte configuration

Definition at line 295 of file stm32f1xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_OBGetConfig(), and HAL_FLASHEx_OBProgram().

#define OPTIONBYTE_WRP   0x01U

WRP option byte configuration

Definition at line 293 of file stm32f1xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_OBGetConfig(), and HAL_FLASHEx_OBProgram().