Searched refs:sector_index (Results 1 – 3 of 3) sorted by relevance
189 uint32_t sector_index; in HAL_FLASHEx_Erase() local257 …for(sector_index = pEraseInit->Sector; sector_index < (pEraseInit->NbSectors + pEraseInit->Sector)… in HAL_FLASHEx_Erase()259 FLASH_Erase_Sector(sector_index, pEraseInit->Banks, pEraseInit->VoltageRange); in HAL_FLASHEx_Erase()283 *SectorError = sector_index; in HAL_FLASHEx_Erase()713 uint32_t sector_index; in HAL_FLASHEx_ComputeCRC() local741 …for(sector_index = pCRCInit->Sector; sector_index < (pCRCInit->NbSectors + pCRCInit->Sector); sect… in HAL_FLASHEx_ComputeCRC()743 FLASH_CRC_AddSector(sector_index, FLASH_BANK_1); in HAL_FLASHEx_ComputeCRC()790 …for(sector_index = pCRCInit->Sector; sector_index < (pCRCInit->NbSectors + pCRCInit->Sector); sect… in HAL_FLASHEx_ComputeCRC()792 FLASH_CRC_AddSector(sector_index, FLASH_BANK_2); in HAL_FLASHEx_ComputeCRC()
168 uint32_t sector_index; in HAL_FLASHEx_Erase() local197 …for (sector_index = pEraseInit->Sector; sector_index < (pEraseInit->Sector + pEraseInit->NbSectors… in HAL_FLASHEx_Erase()198 sector_index++) in HAL_FLASHEx_Erase()200 FLASH_SectorErase(sector_index); in HAL_FLASHEx_Erase()208 *SectorError = sector_index; in HAL_FLASHEx_Erase()655 uint32_t sector_index; in HAL_FLASHEx_ComputeCRC() local688 …for (sector_index = pCRCInit->Sector; sector_index < (pCRCInit->NbSectors + pCRCInit->Sector); sec… in HAL_FLASHEx_ComputeCRC()690 FLASH_CRC_AddSector(sector_index); in HAL_FLASHEx_ComputeCRC()
171 uint32_t sector_index; in HAL_FLASHEx_Erase() local222 …for (sector_index = pEraseInit->Sector; sector_index < (pEraseInit->NbSectors + pEraseInit->Sector… in HAL_FLASHEx_Erase()223 sector_index++) in HAL_FLASHEx_Erase()225 FLASH_Erase_Sector(sector_index, pEraseInit->Banks); in HAL_FLASHEx_Erase()233 *SectorError = sector_index; in HAL_FLASHEx_Erase()