Searched refs:TILT_HISTORY_SIZE (Results 1 – 1 of 1) sorted by relevance
98 #define TILT_HISTORY_SIZE 64 macro130 uint32_t tilt_history_time[TILT_HISTORY_SIZE];132 int8_t tilt_history[TILT_HISTORY_SIZE];334 for (i = 0; i < TILT_HISTORY_SIZE; ++i) { in addTiltHistoryEntry()344 index = ((index + 1) == TILT_HISTORY_SIZE) ? 0 : (index + 1); in addTiltHistoryEntry()351 int next = (index == 0) ? (TILT_HISTORY_SIZE - 1): (index - 1); in nextTiltHistoryIndex()