Searched refs:HDPStartPage (Results 1 – 2 of 2) sorted by relevance
118 static void FLASH_OB_HDPConfig(uint32_t HDPStartPage, uint32_t HDPEndPage);123 static void FLASH_OB_GetHDP(uint32_t *HDPStartPage, uint32_t *HDPEndPage);331 FLASH_OB_HDPConfig(pOBInit->HDPStartPage, pOBInit->HDPEndPage); in HAL_FLASHEx_OBProgram()373 FLASH_OB_GetHDP(&(pOBInit->HDPStartPage), &(pOBInit->HDPEndPage)); in HAL_FLASHEx_OBGetConfig()1118 static void FLASH_OB_HDPConfig(uint32_t HDPStartPage, uint32_t HDPEndPage) in FLASH_OB_HDPConfig() argument1121 assert_param(IS_OB_HDP_PAGE(HDPStartPage)); in FLASH_OB_HDPConfig()1125 (HDPStartPage | (HDPEndPage << FLASH_HDPSRP_HDP_AREA_END_Pos))); in FLASH_OB_HDPConfig()1196 static void FLASH_OB_GetHDP(uint32_t *HDPStartPage, uint32_t *HDPEndPage) in FLASH_OB_GetHDP() argument1198 *HDPStartPage = (FLASH->HDPSR & FLASH_HDPSR_HDP_AREA_START); in FLASH_OB_GetHDP()
83 …uint32_t HDPStartPage; /*!< Start address that contains the first 256-byte block of… member