Searched refs:BlockAddress (Results 1 – 2 of 2) sorted by relevance
947 HAL_StatusTypeDef HAL_NOR_Erase_Block(NOR_HandleTypeDef *hnor, uint32_t BlockAddress, uint32_t Addr… in HAL_NOR_Erase_Block() argument994 NOR_WRITE((uint32_t)(BlockAddress + Address), NOR_CMD_DATA_BLOCK_ERASE); in HAL_NOR_Erase_Block()998 NOR_WRITE((BlockAddress + Address), NOR_CMD_BLOCK_UNLOCK); in HAL_NOR_Erase_Block()999 NOR_WRITE((BlockAddress + Address), NOR_CMD_CONFIRM); in HAL_NOR_Erase_Block()1000 NOR_WRITE((BlockAddress + Address), NOR_CMD_BLOCK_ERASE); in HAL_NOR_Erase_Block()1001 NOR_WRITE((BlockAddress + Address), NOR_CMD_CONFIRM); in HAL_NOR_Erase_Block()
208 HAL_StatusTypeDef HAL_NOR_Erase_Block(NOR_HandleTypeDef *hnor, uint32_t BlockAddress, uint32_t Addr…
Completed in 7 milliseconds