STM32L486xx HAL User Manual
Defines
FLASH Option Bytes Type
FLASH Exported Constants

Defines

#define OPTIONBYTE_WRP   ((uint32_t)0x01)
#define OPTIONBYTE_RDP   ((uint32_t)0x02)
#define OPTIONBYTE_USER   ((uint32_t)0x04)
#define OPTIONBYTE_PCROP   ((uint32_t)0x08)

Define Documentation

#define OPTIONBYTE_PCROP   ((uint32_t)0x08)

PCROP option byte configuration

Definition at line 229 of file stm32l4xx_hal_flash.h.

Referenced by HAL_FLASHEx_OBGetConfig(), and HAL_FLASHEx_OBProgram().

#define OPTIONBYTE_RDP   ((uint32_t)0x02)

RDP option byte configuration

Definition at line 227 of file stm32l4xx_hal_flash.h.

Referenced by HAL_FLASHEx_OBGetConfig(), and HAL_FLASHEx_OBProgram().

#define OPTIONBYTE_USER   ((uint32_t)0x04)

USER option byte configuration

Definition at line 228 of file stm32l4xx_hal_flash.h.

Referenced by HAL_FLASHEx_OBGetConfig(), and HAL_FLASHEx_OBProgram().

#define OPTIONBYTE_WRP   ((uint32_t)0x01)

WRP option byte configuration

Definition at line 226 of file stm32l4xx_hal_flash.h.

Referenced by HAL_FLASHEx_OBGetConfig(), and HAL_FLASHEx_OBProgram().