Searched refs:WMSecEndPage (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() 215 || (end != flash_option_bytes_bank1.WMSecEndPage)) in TFM_LL_SECU_CheckStaticProtections() 218 … start, end, flash_option_bytes_bank1.WMSecStartPage, flash_option_bytes_bank1.WMSecEndPage); in TFM_LL_SECU_CheckStaticProtections() 225 flash_option_bytes_bank1.WMSecEndPage = end; in TFM_LL_SECU_CheckStaticProtections() 238 || (end != flash_option_bytes_bank2.WMSecEndPage)) in TFM_LL_SECU_CheckStaticProtections() 241 flash_option_bytes_bank2.WMSecEndPage); in TFM_LL_SECU_CheckStaticProtections() 248 flash_option_bytes_bank2.WMSecEndPage = end; in TFM_LL_SECU_CheckStaticProtections() 255 else if (flash_option_bytes_bank2.WMSecEndPage >= flash_option_bytes_bank2.WMSecStartPage) in TFM_LL_SECU_CheckStaticProtections() 258 flash_option_bytes_bank2.WMSecEndPage); in TFM_LL_SECU_CheckStaticProtections() 265 flash_option_bytes_bank2.WMSecEndPage = 0; in TFM_LL_SECU_CheckStaticProtections()
|
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32l5xx/hal/Src/ |
D | stm32l5xx_hal_flash_ex.c | 122 …B_WMSECConfig(uint32_t WMSecConfig, uint32_t WMSecStartPage, uint32_t WMSecEndPage, uint32_t WMHDP… 130 …etWMSEC(uint32_t * WMSecConfig, uint32_t * WMSecStartPage, uint32_t * WMSecEndPage, uint32_t * WMH… 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 …B_WMSECConfig(uint32_t WMSecConfig, uint32_t WMSecStartPage, uint32_t WMSecEndPage, uint32_t WMHDP… in FLASH_OB_WMSECConfig() argument 1160 assert_param(IS_FLASH_PAGE(WMSecEndPage)); in FLASH_OB_WMSECConfig() 1183 ((WMSecEndPage << FLASH_SECWM1R1_SECWM1_PEND_Pos) | WMSecStartPage)); in FLASH_OB_WMSECConfig() 1393 …etWMSEC(uint32_t * WMSecConfig, uint32_t * WMSecStartPage, uint32_t * WMSecEndPage, uint32_t * WMH… in FLASH_OB_GetWMSEC() argument 1419 *WMSecEndPage = ((tmp_secwm1 & FLASH_SECWM1R1_SECWM1_PEND) >> FLASH_SECWM1R1_SECWM1_PEND_Pos); in FLASH_OB_GetWMSEC()
|
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32u5xx/hal/Src/ |
D | stm32u5xx_hal_flash_ex.c | 131 … FLASH_OB_WMSECConfig(uint32_t WMSecConfig, uint32_t WMSecStartPage, uint32_t WMSecEndPage, 141 … FLASH_OB_GetWMSEC(uint32_t *WMSecConfig, uint32_t *WMSecStartPage, uint32_t *WMSecEndPage, 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 …tic void FLASH_OB_WMSECConfig(uint32_t WMSecConfig, uint32_t WMSecStartPage, uint32_t WMSecEndPage, in FLASH_OB_WMSECConfig() argument 1351 assert_param(IS_FLASH_PAGE(WMSecEndPage)); in FLASH_OB_WMSECConfig() 1373 tmp_secwm1 = ((WMSecEndPage << FLASH_SECWM1R1_SECWM1_PEND_Pos) | WMSecStartPage); in FLASH_OB_WMSECConfig() 1594 …tic void FLASH_OB_GetWMSEC(uint32_t *WMSecConfig, uint32_t *WMSecStartPage, uint32_t *WMSecEndPage, in FLASH_OB_GetWMSEC() argument 1622 *WMSecEndPage = ((tmp_secwm1 & FLASH_SECWM1R1_SECWM1_PEND) >> FLASH_SECWM1R1_SECWM1_PEND_Pos); in FLASH_OB_GetWMSEC()
|
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32u5xx/bl2/ |
D | low_level_security.c | 667 || (end != flash_option_bytes_bank1.WMSecEndPage)) in LL_SECU_CheckStaticProtections() 670 … start, end, flash_option_bytes_bank1.WMSecStartPage, flash_option_bytes_bank1.WMSecEndPage); in LL_SECU_CheckStaticProtections() 677 flash_option_bytes_bank1.WMSecEndPage = end; in LL_SECU_CheckStaticProtections() 690 || (end != flash_option_bytes_bank2.WMSecEndPage)) in LL_SECU_CheckStaticProtections() 693 flash_option_bytes_bank2.WMSecEndPage); in LL_SECU_CheckStaticProtections() 700 flash_option_bytes_bank2.WMSecEndPage = end; in LL_SECU_CheckStaticProtections() 707 else if (flash_option_bytes_bank2.WMSecEndPage >= flash_option_bytes_bank2.WMSecStartPage) in LL_SECU_CheckStaticProtections() 710 flash_option_bytes_bank2.WMSecEndPage); in LL_SECU_CheckStaticProtections() 717 flash_option_bytes_bank2.WMSecEndPage = 0; in LL_SECU_CheckStaticProtections()
|
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32l5xx/hal/Inc/ |
D | stm32l5xx_hal_flash.h | 95 uint32_t WMSecEndPage; /*!< End 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 | 99 …uint32_t WMSecEndPage; /*!< End page of secure area (used for OPTIONBYTE_WMSEC). This paramete… member
|