Home
last modified time | relevance | path

Searched refs:IS_OBEX (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_flash_ex.h83 #define IS_OBEX(__VALUE__) (((__VALUE__) <= (OPTIONBYTE_PCROP | OPTIONBYTE_BOOTCONFIG)… macro
87 #define IS_OBEX(__VALUE__) ((__VALUE__) == OPTIONBYTE_PCROP)
91 #define IS_OBEX(__VALUE__) ((__VALUE__) == OPTIONBYTE_BOOTCONFIG)
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_flash_ex.h129 #define IS_OBEX(__VALUE__) (((__VALUE__) == OPTIONBYTE_PCROP) || ((__VALUE__) == OPTIO… macro
133 #define IS_OBEX(__VALUE__) ((__VALUE__) == OPTIONBYTE_PCROP)
137 #define IS_OBEX(__VALUE__) ((__VALUE__) == OPTIONBYTE_BOOTCONFIG)
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_flash_ex.h850 #define IS_OBEX(VALUE)(((VALUE) == OPTIONBYTE_PCROP) || \ macro
858 #define IS_OBEX(VALUE)(((VALUE) == OPTIONBYTE_PCROP)) macro
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_flash_ex.c443 assert_param(IS_OBEX(pAdvOBInit->OptionType)); in HAL_FLASHEx_AdvOBProgram()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_flash_ex.c374 assert_param(IS_OBEX(pAdvOBInit->OptionType)); in HAL_FLASHEx_AdvOBProgram()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_flash_ex.c545 assert_param(IS_OBEX(pAdvOBInit->OptionType)); in HAL_FLASHEx_AdvOBProgram()