Searched refs:GPIO_DEBOUNCINGTIME_MASK (Results 1 – 1 of 1) sorted by relevance
115 #define GPIO_DEBOUNCINGTIME_MASK (0xFF) macro116 #define GPIO_DEBOUNCINGTIME_US(x) ((((x) / 31) - 1) & GPIO_DEBOUNCINGTIME_MASK)