Energy manager: Returns the update interval of this device.
См. определение в файле ComponentEnergyManager.c строка 1235
1236 {
1237 #ifdef DIAG_DEVELOPER
1238 if (FeatureTimeAccel.GetFeatureTimeAccelEnabled(ETimeAccelCategories.ENERGY_CONSUMPTION) || (FeatureTimeAccel.GetFeatureTimeAccelEnabled(ETimeAccelCategories.ENERGY_RECHARGE)))
1239 {
1240 return 1;
1241 }
1242 #endif
1244 }
Перекрестные ссылки m_UpdateInterval.
Используется в StartUpdates().