Searched refs:WRPStartOffset (Results 1 – 6 of 6) sorted by relevance
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32l5xx/hal/Src/ |
D | stm32l5xx_hal_flash_ex.c | 118 static void FLASH_OB_WRPConfig(uint32_t WRPArea, uint32_t WRPStartOffset, uint32_t WRPEndOffset… 126 static void FLASH_OB_GetWRP(uint32_t WRPArea, uint32_t * WRPStartOffset, uint32_t * WRPEndOffse… 327 FLASH_OB_WRPConfig(pOBInit->WRPArea, pOBInit->WRPStartOffset, pOBInit->WRPEndOffset); in HAL_FLASHEx_OBProgram() 399 FLASH_OB_GetWRP(pOBInit->WRPArea, &(pOBInit->WRPStartOffset), &(pOBInit->WRPEndOffset)); in HAL_FLASHEx_OBGetConfig() 872 static void FLASH_OB_WRPConfig(uint32_t WRPArea, uint32_t WRPStartOffset, uint32_t WRPEndOffset) in FLASH_OB_WRPConfig() argument 876 assert_param(IS_FLASH_PAGE(WRPStartOffset)); in FLASH_OB_WRPConfig() 883 (WRPStartOffset | (WRPEndOffset << FLASH_WRP1AR_WRP1A_PEND_Pos))); in FLASH_OB_WRPConfig() 888 (WRPStartOffset | (WRPEndOffset << FLASH_WRP1BR_WRP1B_PEND_Pos))); in FLASH_OB_WRPConfig() 893 (WRPStartOffset | (WRPEndOffset << FLASH_WRP2AR_WRP2A_PEND_Pos))); in FLASH_OB_WRPConfig() 898 (WRPStartOffset | (WRPEndOffset << FLASH_WRP2BR_WRP2B_PEND_Pos))); in FLASH_OB_WRPConfig() [all …]
|
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32u5xx/hal/Src/ |
D | stm32u5xx_hal_flash_ex.c | 126 static void FLASH_OB_WRPConfig(uint32_t WRPArea, uint32_t WRPStartOffset, uint32_t WRP… 136 static void FLASH_OB_GetWRP(uint32_t WRPArea, uint32_t *WRPStartOffset, uint32_t *WRPE… 341 …FLASH_OB_WRPConfig(pOBInit->WRPArea, pOBInit->WRPStartOffset, pOBInit->WRPEndOffset, pOBInit->WRPL… in HAL_FLASHEx_OBProgram() 421 …FLASH_OB_GetWRP(pOBInit->WRPArea, &(pOBInit->WRPStartOffset), &(pOBInit->WRPEndOffset), &(pOBInit-… in HAL_FLASHEx_OBGetConfig() 977 static void FLASH_OB_WRPConfig(uint32_t WRPArea, uint32_t WRPStartOffset, uint32_t WRPEndOffset, in FLASH_OB_WRPConfig() argument 982 assert_param(IS_FLASH_PAGE(WRPStartOffset)); in FLASH_OB_WRPConfig() 991 WRPStartOffset); in FLASH_OB_WRPConfig() 997 WRPStartOffset); in FLASH_OB_WRPConfig() 1003 WRPStartOffset); in FLASH_OB_WRPConfig() 1009 WRPStartOffset); in FLASH_OB_WRPConfig() [all …]
|
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32u5xx/bl2/ |
D | low_level_security.c | 728 if ((flash_option_bytes_bank1.WRPStartOffset > flash_option_bytes_bank1.WRPEndOffset) in LL_SECU_CheckStaticProtections() 729 || (start != flash_option_bytes_bank1.WRPStartOffset) in LL_SECU_CheckStaticProtections() 733 flash_option_bytes_bank1.WRPStartOffset, in LL_SECU_CheckStaticProtections() 739 flash_option_bytes_bank1.WRPStartOffset = start; in LL_SECU_CheckStaticProtections() 761 if ((flash_option_bytes_bank2.WRPStartOffset > flash_option_bytes_bank2.WRPEndOffset) in LL_SECU_CheckStaticProtections() 762 || (start != flash_option_bytes_bank2.WRPStartOffset) in LL_SECU_CheckStaticProtections() 766 flash_option_bytes_bank2.WRPStartOffset, in LL_SECU_CheckStaticProtections() 772 flash_option_bytes_bank2.WRPStartOffset = start; in LL_SECU_CheckStaticProtections()
|
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32l5xx/bl2/ |
D | tfm_low_level_security.c | 276 if ((flash_option_bytes_bank1.WRPStartOffset > flash_option_bytes_bank1.WRPEndOffset) in TFM_LL_SECU_CheckStaticProtections() 277 || (start != flash_option_bytes_bank1.WRPStartOffset) in TFM_LL_SECU_CheckStaticProtections() 281 flash_option_bytes_bank1.WRPStartOffset, in TFM_LL_SECU_CheckStaticProtections() 287 flash_option_bytes_bank1.WRPStartOffset = start; in TFM_LL_SECU_CheckStaticProtections()
|
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32l5xx/hal/Inc/ |
D | stm32l5xx_hal_flash.h | 71 uint32_t WRPStartOffset; /*!< Write protection start offset (used for OPTIONBYTE_WRP). member
|
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32u5xx/hal/Inc/ |
D | stm32u5xx_hal_flash.h | 71 uint32_t WRPStartOffset; /*!< Write protection start offset (used for OPTIONBYTE_WRP). member
|