Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/bl2/
Dtfm_low_level_security.c139 static FLASH_OBProgramInitTypeDef flash_option_bytes_nsboot1 = {0}; in TFM_LL_SECU_CheckStaticProtections() local
151 flash_option_bytes_nsboot1.BootAddrConfig = OB_BOOTADDR_NS1; in TFM_LL_SECU_CheckStaticProtections()
152 HAL_FLASHEx_OBGetConfig(&flash_option_bytes_nsboot1); in TFM_LL_SECU_CheckStaticProtections()
199 || (flash_option_bytes_nsboot1.BootAddr != SBSFU_BOOT_VTOR_ADDR)) in TFM_LL_SECU_CheckStaticProtections()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/bl2/
Dlow_level_security.c585 static FLASH_OBProgramInitTypeDef flash_option_bytes_nsboot1 = {0}; in LL_SECU_CheckStaticProtections() local
597 flash_option_bytes_nsboot1.BootAddrConfig = OB_BOOTADDR_NS1; in LL_SECU_CheckStaticProtections()
598 HAL_FLASHEx_OBGetConfig(&flash_option_bytes_nsboot1); in LL_SECU_CheckStaticProtections()
652 || (flash_option_bytes_nsboot1.BootAddr != BL2_BOOT_VTOR_ADDR)) in LL_SECU_CheckStaticProtections()