Searched refs:HideProtectionStartAddr (Results 1 – 2 of 2) sorted by relevance
130 …_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() argument1223 *HideProtectionStartAddr = ((user_config * FLASH_PAGE_SIZE) + FLASH_BASE); in FLASH_OB_GetSecureMemoryConfig()
116 …uint32_t HideProtectionStartAddr;/*!< Hide Protection area start address (used for OPTIONBYTE_SECU… member