Searched refs:gCyclicTimerCount (Results 1 – 2 of 2) sorted by relevance
42 uint32_t gCyclicTimerCount; variable113 gCyclicTimerCount = 0; in nanoappStart()118 LOGI("Cyclic timer event received %" PRIu32, gCyclicTimerCount); in handleTimerEvent()125 if ((gCyclicTimerCount / 3) == 1) { in handleTimerEvent()129 } else if ((gCyclicTimerCount / 3) == 2) { in handleTimerEvent()135 if (gCyclicTimerCount >= 9) { in handleTimerEvent()138 } else if (gCyclicTimerCount % 3 == 0) { in handleTimerEvent()144 } else if (gCyclicTimerCount % 3 == 1) { in handleTimerEvent()172 gCyclicTimerCount++; in handleTimerEvent()
32 int gCyclicTimerCount; variable43 gCyclicTimerCount = 0; in nanoappStart()53 gCyclicTimerCount++; in handleTimerEvent()54 if (gCyclicTimerCount > 1) { in handleTimerEvent()