Searched refs:currentActsectorAddress (Results 1 – 1 of 1) sorted by relevance
1673 uint32_t currentActsectorAddress = 0x00u; in EE_PreInitCheck() local1731 currentActsectorAddress = sectorAddress; in EE_PreInitCheck()1738 … ((sectorAddress >= handle->eeStartAddress) && (sectorAddress < currentActsectorAddress))) in EE_PreInitCheck()1752 (sectorAddress > currentActsectorAddress) && in EE_PreInitCheck()1769 } while (sectorAddress != currentActsectorAddress); in EE_PreInitCheck()1812 uint32_t currentActsectorAddress = 0x00u; in EE_InitAltSector() local1870 … expErsCycValue[0u] = READ32(currentActsectorAddress + handle->eeSectorEraseCycleOffset); in EE_InitAltSector()1873 currentActsectorAddress = sectorAddress; in EE_InitAltSector()1886 …(sectorAddress > currentActsectorAddress) && (sectorAddress <= (g_eeEndAddress - handle->eeSectorS… in EE_InitAltSector()1903 } while (sectorAddress != currentActsectorAddress); in EE_InitAltSector()