Searched refs:WRPEndOffset (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 …tic void FLASH_OB_GetWRP(uint32_t WRPArea, uint32_t * WRPStartOffset, uint32_t * WRPEndOffset); 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 877 assert_param(IS_FLASH_PAGE(WRPEndOffset)); 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 …d FLASH_OB_WRPConfig(uint32_t WRPArea, uint32_t WRPStartOffset, uint32_t WRPEndOffset, 136 …id FLASH_OB_GetWRP(uint32_t WRPArea, uint32_t *WRPStartOffset, uint32_t *WRPEndOffset, 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 983 assert_param(IS_FLASH_PAGE(WRPEndOffset)); in FLASH_OB_WRPConfig() 990 (WRPEndOffset << FLASH_WRP1AR_WRP1A_PEND_Pos) | \ in FLASH_OB_WRPConfig() 996 (WRPEndOffset << FLASH_WRP1BR_WRP1B_PEND_Pos) | \ in FLASH_OB_WRPConfig() 1002 (WRPEndOffset << FLASH_WRP2AR_WRP2A_PEND_Pos) | \ in FLASH_OB_WRPConfig() 1008 (WRPEndOffset << FLASH_WRP2BR_WRP2B_PEND_Pos) | \ 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() 730 || (end != flash_option_bytes_bank1.WRPEndOffset)) in LL_SECU_CheckStaticProtections() 734 flash_option_bytes_bank1.WRPEndOffset); in LL_SECU_CheckStaticProtections() 740 flash_option_bytes_bank1.WRPEndOffset = end; in LL_SECU_CheckStaticProtections() 761 if ((flash_option_bytes_bank2.WRPStartOffset > flash_option_bytes_bank2.WRPEndOffset) in LL_SECU_CheckStaticProtections() 763 || (end != flash_option_bytes_bank2.WRPEndOffset)) in LL_SECU_CheckStaticProtections() 767 flash_option_bytes_bank2.WRPEndOffset); in LL_SECU_CheckStaticProtections() 773 flash_option_bytes_bank2.WRPEndOffset = end; 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() 278 || (end != flash_option_bytes_bank1.WRPEndOffset)) in TFM_LL_SECU_CheckStaticProtections() 282 flash_option_bytes_bank1.WRPEndOffset); in TFM_LL_SECU_CheckStaticProtections() 288 flash_option_bytes_bank1.WRPEndOffset = end; in TFM_LL_SECU_CheckStaticProtections()
|
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32l5xx/hal/Inc/ |
D | stm32l5xx_hal_flash.h | 74 uint32_t WRPEndOffset; /*!< Write protection end 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 | 73 uint32_t WRPEndOffset; /*!< Write protection end offset (used for OPTIONBYTE_WRP). member
|