Energy manager: Returns the update interval of this device.
См. определение в файле ComponentEnergyManager.c строка 1190
1191 {
1192 #ifdef DIAG_DEVELOPER
1193 if (FeatureTimeAccel.GetFeatureTimeAccelEnabled(ETimeAccelCategories.ENERGY_CONSUMPTION) || (FeatureTimeAccel.GetFeatureTimeAccelEnabled(ETimeAccelCategories.ENERGY_RECHARGE)))
1194 {
1195 return 1;
1196 }
1197 #endif
1199 }
Перекрестные ссылки m_UpdateInterval.
Используется в StartUpdates().