HAL
OPTIONBYTE_USER is only used within HAL.
 
Symbols
loading...
Files
loading...

OPTIONBYTE_USER macro

USER option byte configuration

Syntax

#define OPTIONBYTE_USER 0x00000004U

References

LocationText
stm32f4xx_hal_flash_ex.h:175
#define OPTIONBYTE_USER 0x00000004U /*!< USER option byte configuration */
stm32f4xx_hal_flash_ex.c:317
if ((pOBInit->OptionType & OPTIONBYTE_USER) == OPTIONBYTE_USER)
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)))