Home
last modified time | relevance | path

Searched refs:USERConfig (Results 1 – 9 of 9) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/bl2/
Dtfm_low_level_security.c175 if ((flash_option_bytes_bank1.USERConfig & FLASH_OPTR_TZEN) != FLASH_OPTR_TZEN) in TFM_LL_SECU_CheckStaticProtections()
182 if ((flash_option_bytes_bank1.USERConfig & FLASH_OPTR_DBANK) != FLASH_OPTR_DBANK) in TFM_LL_SECU_CheckStaticProtections()
335 if ((flash_option_bytes_bank1.USERConfig & FLASH_OPTR_SRAM2_RST) != 0) in TFM_LL_SECU_CheckStaticProtections()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/bl2/
Dlow_level_security.c621 if ((flash_option_bytes_bank1.USERConfig & FLASH_OPTR_TZEN) != FLASH_OPTR_TZEN) in LL_SECU_CheckStaticProtections()
628 if ((flash_option_bytes_bank1.USERConfig & FLASH_OPTR_DUALBANK) != FLASH_OPTR_DUALBANK) in LL_SECU_CheckStaticProtections()
635 if ((flash_option_bytes_bank1.USERConfig & FLASH_OPTR_SWAP_BANK) != 0) in LL_SECU_CheckStaticProtections()
830 if ((flash_option_bytes_bank1.USERConfig & FLASH_OPTR_SRAM2_RST) != 0) in LL_SECU_CheckStaticProtections()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_flash_ex.c341 FLASH_OB_UserConfig(pOBInit->USERType, pOBInit->USERConfig); in HAL_FLASHEx_OBProgram()
406 pOBInit->USERConfig = FLASH_OB_GetUser(); in HAL_FLASHEx_OBGetConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/bl2/
Dlow_level_security.c727 if ((flash_option_bytes_bank1.USERConfig & FLASH_OPTSR_SWAP_BANK) != 0) in LL_SECU_CheckStaticProtections()
735 if ((flash_option_bytes_bank1.USERConfig & FLASH_OPTSR_BOOT_UBE) != OB_UBE_ST_IROT) in LL_SECU_CheckStaticProtections()
737 if ((flash_option_bytes_bank1.USERConfig & FLASH_OPTSR_BOOT_UBE) != OB_UBE_OEM_IROT) in LL_SECU_CheckStaticProtections()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_flash_ex.c362 FLASH_OB_UserConfig(pOBInit->USERType, pOBInit->USERConfig); in HAL_FLASHEx_OBProgram()
428 pOBInit->USERConfig = FLASH_OB_GetUser(); in HAL_FLASHEx_OBGetConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_flash_ex.c388 FLASH_OB_UserConfig(pOBInit->USERType, pOBInit->USERConfig, pOBInit->USERConfig2); in HAL_FLASHEx_OBProgram()
457 FLASH_OB_GetUser(&(pOBInit->USERConfig), &(pOBInit->USERConfig2)); in HAL_FLASHEx_OBGetConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_flash_ex.h79 uint32_t USERConfig; /*!< Value of the User Option Byte (used for OPTIONBYTE_USER). member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_flash.h80 uint32_t USERConfig; /*!< Value of the user option byte (used for OPTIONBYTE_USER). member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_flash.h82 uint32_t USERConfig; /*!< Value of the user option byte (used for OPTIONBYTE_USER). member