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