Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/button/
Dfsl_component_button.h91 #ifndef BUTTON_SHORT_PRESS_THRESHOLD
92 #define BUTTON_SHORT_PRESS_THRESHOLD (200U) macro
Dfsl_component_button.c170 … if ((s_buttonList.periodCount - buttonState->pushPeriodCount) < BUTTON_SHORT_PRESS_THRESHOLD) in BUTTON_Event()
183 … if ((s_buttonList.periodCount - buttonState->pushPeriodCount) < BUTTON_SHORT_PRESS_THRESHOLD) in BUTTON_Event()