Searched refs:OB_BOOT_SEC (Results 1 – 2 of 2) sorted by relevance
479 if ((pOBInit->BootConfig == OB_BOOT_NS) || (pOBInit->BootConfig == OB_BOOT_SEC)) in HAL_FLASHEx_OBGetConfig()1491 else if (BootOption == OB_BOOT_SEC) in FLASH_OB_BootAddrConfig()1529 else if (BootOption == OB_BOOT_SEC) in FLASH_OB_BootLockConfig()1563 else if (BootOption == OB_BOOT_SEC) in FLASH_OB_GetBootConfig()
699 #define OB_BOOT_SEC 0x00000002U /*!< Secure boot address */ macro1020 #define IS_OB_BOOT_CONFIG(CFG) (((CFG) == OB_BOOT_NS) || ((CFG) == OB_BOOT_SEC))