Searched defs:DEBOUNCE_VAL (Results 1 – 2 of 2) sorted by relevance
85 #define DEBOUNCE_VAL (0x3fff << DEBOUNCE_VAL_SHIFT) macro
300 #define DEBOUNCE_VAL(x) (((x) & 0xffff) << 0) macro