Searched refs:WMSecStartPage (Results 1 – 6 of 6) sorted by relevance
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32l5xx/bl2/ |
D | tfm_low_level_security.c | 213 if ((flash_option_bytes_bank1.WMSecStartPage > flash_option_bytes_bank1.WMSecEndPage) in TFM_LL_SECU_CheckStaticProtections() 214 || (start != flash_option_bytes_bank1.WMSecStartPage) in TFM_LL_SECU_CheckStaticProtections() 218 … start, end, flash_option_bytes_bank1.WMSecStartPage, flash_option_bytes_bank1.WMSecEndPage); in TFM_LL_SECU_CheckStaticProtections() 224 flash_option_bytes_bank1.WMSecStartPage = start; in TFM_LL_SECU_CheckStaticProtections() 237 if ((start != flash_option_bytes_bank2.WMSecStartPage) in TFM_LL_SECU_CheckStaticProtections() 240 …("BANK 2 secure flash [%d, %d] : OB [%d, %d]", start, end, flash_option_bytes_bank2.WMSecStartPage, in TFM_LL_SECU_CheckStaticProtections() 247 flash_option_bytes_bank2.WMSecStartPage = start; in TFM_LL_SECU_CheckStaticProtections() 255 else if (flash_option_bytes_bank2.WMSecEndPage >= flash_option_bytes_bank2.WMSecStartPage) in TFM_LL_SECU_CheckStaticProtections() 257 …_INF("BANK 2 secure flash [%d, %d] : OB [%d, %d]", 127, 0, flash_option_bytes_bank2.WMSecStartPage, in TFM_LL_SECU_CheckStaticProtections() 264 flash_option_bytes_bank2.WMSecStartPage = 127; in TFM_LL_SECU_CheckStaticProtections() [all …]
|
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32l5xx/hal/Src/ |
D | stm32l5xx_hal_flash_ex.c | 122 static void FLASH_OB_WMSECConfig(uint32_t WMSecConfig, uint32_t WMSecStartPage, uint32_t WMSecE… 130 static void FLASH_OB_GetWMSEC(uint32_t * WMSecConfig, uint32_t * WMSecStartPage, uint32_t * WMS… 349 …FLASH_OB_WMSECConfig(pOBInit->WMSecConfig, pOBInit->WMSecStartPage, pOBInit->WMSecEndPage, pOBInit… in HAL_FLASHEx_OBProgram() 413 …FLASH_OB_GetWMSEC(&(pOBInit->WMSecConfig), &(pOBInit->WMSecStartPage), &(pOBInit->WMSecEndPage), &… in HAL_FLASHEx_OBGetConfig() 1152 static void FLASH_OB_WMSECConfig(uint32_t WMSecConfig, uint32_t WMSecStartPage, uint32_t WMSecEndPa… in FLASH_OB_WMSECConfig() argument 1159 assert_param(IS_FLASH_PAGE(WMSecStartPage)); in FLASH_OB_WMSECConfig() 1183 ((WMSecEndPage << FLASH_SECWM1R1_SECWM1_PEND_Pos) | WMSecStartPage)); in FLASH_OB_WMSECConfig() 1393 static void FLASH_OB_GetWMSEC(uint32_t * WMSecConfig, uint32_t * WMSecStartPage, uint32_t * WMSecEn… in FLASH_OB_GetWMSEC() argument 1418 *WMSecStartPage = (tmp_secwm1 & FLASH_SECWM1R1_SECWM1_PSTRT); in FLASH_OB_GetWMSEC()
|
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32u5xx/bl2/ |
D | low_level_security.c | 666 if ((start != flash_option_bytes_bank1.WMSecStartPage) in LL_SECU_CheckStaticProtections() 670 … start, end, flash_option_bytes_bank1.WMSecStartPage, flash_option_bytes_bank1.WMSecEndPage); in LL_SECU_CheckStaticProtections() 676 flash_option_bytes_bank1.WMSecStartPage = start; in LL_SECU_CheckStaticProtections() 689 if ((start != flash_option_bytes_bank2.WMSecStartPage) in LL_SECU_CheckStaticProtections() 692 …("BANK 2 secure flash [%d, %d] : OB [%d, %d]", start, end, flash_option_bytes_bank2.WMSecStartPage, in LL_SECU_CheckStaticProtections() 699 flash_option_bytes_bank2.WMSecStartPage = start; in LL_SECU_CheckStaticProtections() 707 else if (flash_option_bytes_bank2.WMSecEndPage >= flash_option_bytes_bank2.WMSecStartPage) in LL_SECU_CheckStaticProtections() 709 …_INF("BANK 2 secure flash [%d, %d] : OB [%d, %d]", 127, 0, flash_option_bytes_bank2.WMSecStartPage, in LL_SECU_CheckStaticProtections() 716 flash_option_bytes_bank2.WMSecStartPage = 127; in LL_SECU_CheckStaticProtections() 797 (flash_option_bytes_bank1.WMSecStartPage > flash_option_bytes_bank1.WMHDPEndPage) in LL_SECU_CheckStaticProtections() [all …]
|
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32u5xx/hal/Src/ |
D | stm32u5xx_hal_flash_ex.c | 131 static void FLASH_OB_WMSECConfig(uint32_t WMSecConfig, uint32_t WMSecStartPage, uint32… 141 static void FLASH_OB_GetWMSEC(uint32_t *WMSecConfig, uint32_t *WMSecStartPage, uint32_… 370 FLASH_OB_WMSECConfig(pOBInit->WMSecConfig, pOBInit->WMSecStartPage, pOBInit->WMSecEndPage, in HAL_FLASHEx_OBProgram() 435 FLASH_OB_GetWMSEC(&(pOBInit->WMSecConfig), &(pOBInit->WMSecStartPage), &(pOBInit->WMSecEndPage), in HAL_FLASHEx_OBGetConfig() 1341 static void FLASH_OB_WMSECConfig(uint32_t WMSecConfig, uint32_t WMSecStartPage, uint32_t WMSecEndPa… in FLASH_OB_WMSECConfig() argument 1350 assert_param(IS_FLASH_PAGE(WMSecStartPage)); in FLASH_OB_WMSECConfig() 1373 tmp_secwm1 = ((WMSecEndPage << FLASH_SECWM1R1_SECWM1_PEND_Pos) | WMSecStartPage); in FLASH_OB_WMSECConfig() 1594 static void FLASH_OB_GetWMSEC(uint32_t *WMSecConfig, uint32_t *WMSecStartPage, uint32_t *WMSecEndPa… in FLASH_OB_GetWMSEC() argument 1621 *WMSecStartPage = (tmp_secwm1 & FLASH_SECWM1R1_SECWM1_PSTRT); in FLASH_OB_GetWMSEC()
|
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32l5xx/hal/Inc/ |
D | stm32l5xx_hal_flash.h | 93 uint32_t WMSecStartPage; /*!< Start page of secure area (used for OPTIONBYTE_WMSEC). member
|
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32u5xx/hal/Inc/ |
D | stm32u5xx_hal_flash.h | 97 uint32_t WMSecStartPage; /*!< Start page of secure area (used for OPTIONBYTE_WMSEC). member
|