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

IS_OPTIONBYTE macro

Syntax

Arguments

VALUE

References

LocationText
stm32f4xx_hal_flash_ex.h:822
#define IS_OPTIONBYTE(VALUE)(((VALUE) <= (OPTIONBYTE_WRP|OPTIONBYTE_RDP|OPTIONBYTE_USER|OPTIONBYTE_BOR)))
stm32f4xx_hal_flash_ex.c:292
assert_param(IS_OPTIONBYTE(pOBInit->OptionType));