Home
last modified time | relevance | path

Searched refs:BUTTON_TIMER_INTERVAL (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/button/
Dfsl_component_button.c153 … (void)TM_Start(s_buttonList.timerHandle, (uint8_t)kTimerModeIntervalTimer, BUTTON_TIMER_INTERVAL); in BUTTON_Event()
267 s_buttonList.periodCount += BUTTON_TIMER_INTERVAL;
381 s_buttonList.periodCount = BUTTON_DOUBLE_CLICK_THRESHOLD + BUTTON_TIMER_INTERVAL;
Dfsl_component_button.h88 #define BUTTON_TIMER_INTERVAL (25U) macro