Home
last modified time | relevance | path

Searched refs:IS_OB_BOOT_REGION (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_flash.h982 #define IS_OB_BOOT_REGION(__VALUE__) (((__VALUE__) == OB_C2_BOOT_FROM_FLASH) || ((__… macro
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_flash.h977 #define IS_OB_BOOT_REGION(__VALUE__) (((__VALUE__) == OB_C2_BOOT_FROM_FLASH) ||\ macro
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_flash_ex.c817 assert_param(IS_OB_BOOT_REGION(pOBParam->C2BootRegion)); in FLASH_OB_SecureConfig()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_flash_ex.c1005 assert_param(IS_OB_BOOT_REGION(pOBParam->C2BootRegion)); in FLASH_OB_SecureConfig()