Home
last modified time | relevance | path

Searched defs:IS_OBEX (Results 1 – 3 of 3) sorted by relevance

/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/include/
Dstm32l0xx_hal_flash_ex.h83 #define IS_OBEX(__VALUE__) (((__VALUE__) <= (OPTIONBYTE_PCROP | OPTIONBYTE_BOOTCONFIG)… macro
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_flash_ex.h129 #define IS_OBEX(__VALUE__) (((__VALUE__) == OPTIONBYTE_PCROP) || ((__VALUE__) == OPTIO… macro