Searched refs:DEBOUNCE_RECORD_COUNT (Results 1 – 1 of 1) sorted by relevance
71 #define DEBOUNCE_RECORD_COUNT (2) macro131 match_record_s records[DEBOUNCE_RECORD_COUNT];422 debounce->tail = (debounce->tail + 1) % DEBOUNCE_RECORD_COUNT; in trap_debounce_buffer_enter()444 for (size_t i = 0; i < DEBOUNCE_RECORD_COUNT; i++) { in trap_debounce_buffer_has_match()