Home
last modified time | relevance | path

Searched refs:HideProtectionStartAddr (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_flash_ex.c130 …_GetSecureMemoryConfig(uint32_t *SecureFlashStartAddr, uint32_t *HideProtectionStartAddr, uint32_t…
439 …tSecureMemoryConfig(&(pOBInit->SecureFlashStartAddr), &(pOBInit->HideProtectionStartAddr), &(pOBIn… in HAL_FLASHEx_OBGetConfig()
959 assert_param(IS_OB_HDPSA_START_ADDR(pOBParam->HideProtectionStartAddr)); in FLASH_OB_SecureConfig()
965 … (((pOBParam->HideProtectionStartAddr - FLASH_BASE) / FLASH_PAGE_SIZE) << FLASH_SFR_HDPSA_Pos))); in FLASH_OB_SecureConfig()
1210 …_GetSecureMemoryConfig(uint32_t *SecureFlashStartAddr, uint32_t *HideProtectionStartAddr, uint32_t… in FLASH_OB_GetSecureMemoryConfig() argument
1223 *HideProtectionStartAddr = ((user_config * FLASH_PAGE_SIZE) + FLASH_BASE); in FLASH_OB_GetSecureMemoryConfig()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_flash.h116 …uint32_t HideProtectionStartAddr;/*!< Hide Protection area start address (used for OPTIONBYTE_SECU… member