Searched refs:runCnt (Results 1 – 1 of 1) sorted by relevance
1025 static inline uint16_t GetNextNotificationInterval(uint8_t runCnt) argument1027 return (runCnt >= g_notificationTargetCnt) ? 0 : g_notificationIntervals[runCnt];