HAL + 0/10 examples
CodeScope will show references to OPTIONBYTE_WRP from the following samples and libraries:
Examples
STM32446E_EVAL
Applications
IAP
Examples
FLASH
STM32469I_EVAL
Applications
IAP
Examples
FLASH
STM324x9I_EVAL
Applications
IAP
Examples
FLASH
STM324xG_EVAL
Applications
IAP
Examples
FLASH
STM32F412G-Discovery
Examples
FLASH
STM32F413H-Discovery
Examples
FLASH
 
Symbols
loading...
Files
loading...

OPTIONBYTE_WRP macro

WRP option byte configuration

Syntax

#define OPTIONBYTE_WRP 0x00000001U

Examples

OPTIONBYTE_WRP is referenced by 10 libraries and example projects.

References

LocationText
stm32f4xx_hal_flash_ex.h:173
#define OPTIONBYTE_WRP 0x00000001U /*!< WRP option byte configuration */
stm32f4xx_hal_flash_ex.c:295
if ((pOBInit->OptionType & OPTIONBYTE_WRP) == OPTIONBYTE_WRP)
stm32f4xx_hal_flash_ex.c:345
stm32f4xx_hal_flash_ex.h:822
#define IS_OPTIONBYTE(VALUE)(((VALUE) <= (OPTIONBYTE_WRP|OPTIONBYTE_RDP|OPTIONBYTE_USER|OPTIONBYTE_BOR)))