Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/bl2/
Dtfm_low_level_security.c138 static FLASH_OBProgramInitTypeDef flash_option_bytes_nsboot0 = {0}; in TFM_LL_SECU_CheckStaticProtections() local
149 flash_option_bytes_nsboot0.BootAddrConfig = OB_BOOTADDR_NS0; in TFM_LL_SECU_CheckStaticProtections()
150 HAL_FLASHEx_OBGetConfig(&flash_option_bytes_nsboot0); in TFM_LL_SECU_CheckStaticProtections()
198 if ((flash_option_bytes_nsboot0.BootAddr != SBSFU_BOOT_VTOR_ADDR) in TFM_LL_SECU_CheckStaticProtections()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/bl2/
Dlow_level_security.c584 static FLASH_OBProgramInitTypeDef flash_option_bytes_nsboot0 = {0}; in LL_SECU_CheckStaticProtections() local
595 flash_option_bytes_nsboot0.BootAddrConfig = OB_BOOTADDR_NS0; in LL_SECU_CheckStaticProtections()
596 HAL_FLASHEx_OBGetConfig(&flash_option_bytes_nsboot0); in LL_SECU_CheckStaticProtections()
651 if ((flash_option_bytes_nsboot0.BootAddr != BL2_BOOT_VTOR_ADDR) in LL_SECU_CheckStaticProtections()