Home
last modified time | relevance | path

Searched refs:OB_BOOT_SEC (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash_ex.c479 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()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash_ex.h699 #define OB_BOOT_SEC 0x00000002U /*!< Secure boot address */ macro
1020 #define IS_OB_BOOT_CONFIG(CFG) (((CFG) == OB_BOOT_NS) || ((CFG) == OB_BOOT_SEC))