Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/components/button/
Dfsl_component_button.h96 #ifndef BUTTON_LONG_PRESS_THRESHOLD
97 #define BUTTON_LONG_PRESS_THRESHOLD (500U) macro
Dfsl_component_button.c189 … else if ((s_buttonList.periodCount - buttonState->pushPeriodCount) < BUTTON_LONG_PRESS_THRESHOLD) in BUTTON_Event()