Home
last modified time | relevance | path

Searched refs:OB_BOOT_NS (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()
481 if (pOBInit->BootConfig == OB_BOOT_NS) in HAL_FLASHEx_OBGetConfig()
1486 if (BootOption == OB_BOOT_NS) in FLASH_OB_BootAddrConfig()
1524 if (BootOption == OB_BOOT_NS) in FLASH_OB_BootLockConfig()
1557 if (BootOption == OB_BOOT_NS) in FLASH_OB_GetBootConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash_ex.h697 #define OB_BOOT_NS 0x00000001U /*!< Non-secure boot address */ macro
1020 #define IS_OB_BOOT_CONFIG(CFG) (((CFG) == OB_BOOT_NS) || ((CFG) == OB_BOOT_SEC))
1022 #define IS_OB_BOOT_CONFIG(CFG) ((CFG) == OB_BOOT_NS)