Searched refs:eeStartAddress (Results 1 – 2 of 2) sorted by relevance
78 handle->eeStartAddress = config->eeStartAddress; in EE_SetEepromEmulationInfo()207 handle->eeEndAddress = handle->eeStartAddress + handle->eeAllotedSectors * handle->eeSectorSize; in EE_SetEepromEmulationInfo()575 nextSectorAddr = handle->eeStartAddress; in EE_NextSector()600 if (addr == handle->eeStartAddress) in EE_PrevSector()818 oldSectorAddress = EE_FindActSector(handle, handle->eeStartAddress, false, false); in EE_SwapSector()1364 sectorAddress = handle->eeStartAddress; in EE_GetSectorNumber()1586 sectorAddress = handle->eeStartAddress; in EE_CheckAvailabilityStatus()1688 sectorAddress = EE_FindActSector(handle, handle->eeStartAddress, false, false); in EE_PreInitCheck()1705 sectorAddress = (uint32_t)handle->eeStartAddress; in EE_PreInitCheck()1726 sectorAddress = EE_FindActSector(handle, handle->eeStartAddress, false, false); in EE_PreInitCheck()[all …]
57 uint32_t eeStartAddress; /* Start address of Eeprom emulation in byte */ member87 uint32_t eeStartAddress; /* Start address of Eeprom emulation in byte */ member