HAL + 0/2 examples
CodeScope will show references to OPTIONBYTE_BOR from the following samples and libraries:
Examples
STM324x9I_EVAL
Examples
PWR
STM324xG_EVAL
Examples
PWR
 
Symbols
loading...
Files
loading...

OPTIONBYTE_BOR macro

BOR option byte configuration

Syntax

#define OPTIONBYTE_BOR 0x00000008U

Examples

OPTIONBYTE_BOR is referenced by 2 libraries and example projects.

References

LocationText
stm32f4xx_hal_flash_ex.h:176
#define OPTIONBYTE_BOR 0x00000008U /*!< BOR option byte configuration */
stm32f4xx_hal_flash_ex.c:325
if ((pOBInit->OptionType & OPTIONBYTE_BOR) == OPTIONBYTE_BOR)
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)))