STM32L443xx HAL User Manual
|
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 OPTIONBYTE_PCROP ((uint32_t)0x08) |
PCROP option byte configuration
Definition at line 213 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 211 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 212 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 210 of file stm32l4xx_hal_flash.h.
Referenced by HAL_FLASHEx_OBGetConfig(), and HAL_FLASHEx_OBProgram().