Searched refs:IS_OB_BOOT_CONFIG (Results 1 – 2 of 2) sorted by relevance
1020 #define IS_OB_BOOT_CONFIG(CFG) (((CFG) == OB_BOOT_NS) || ((CFG) == OB_BOOT_SEC)) macro1022 #define IS_OB_BOOT_CONFIG(CFG) ((CFG) == OB_BOOT_NS) macro
1484 assert_param(IS_OB_BOOT_CONFIG(BootOption)); in FLASH_OB_BootAddrConfig()1520 assert_param(IS_OB_BOOT_CONFIG(BootOption)); in FLASH_OB_BootLockConfig()