Searched refs:SectorAddr (Results 1 – 4 of 4) sorted by relevance
94 void FLASH_SectorErase(uint32_t SectorAddr) in FLASH_SectorErase() argument97 assert_parameters(IS_FLASH_ADDRESS(SectorAddr)); in FLASH_SectorErase()102 FLASH->PGADDR = SectorAddr; in FLASH_SectorErase()
95 void FLASH_SectorErase(uint32_t SectorAddr) in FLASH_SectorErase() argument98 assert_parameters(IS_FLASH_ADDRESS(SectorAddr)); in FLASH_SectorErase()103 FLASH->PGADDR = SectorAddr; in FLASH_SectorErase()
56 void FLASH_SectorErase(uint32_t SectorAddr);
137 void FLASH_SectorErase(uint32_t SectorAddr);
Completed in 5 milliseconds