Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/button/
Dfsl_component_button.c57 volatile uint32_t pushPeriodCount; member
148 buttonState->pushPeriodCount = s_buttonList.periodCount; in BUTTON_Event()
166 …(BUTTON_DOUBLE_CLICK_THRESHOLD + buttonState->pushPeriodCountLast) >= buttonState->pushPeriodCount) in BUTTON_Event()
168 … if ((s_buttonList.periodCount - buttonState->pushPeriodCount) < BUTTON_SHORT_PRESS_THRESHOLD) in BUTTON_Event()
181 … if ((s_buttonList.periodCount - buttonState->pushPeriodCount) < BUTTON_SHORT_PRESS_THRESHOLD) in BUTTON_Event()
187 … else if ((s_buttonList.periodCount - buttonState->pushPeriodCount) < BUTTON_LONG_PRESS_THRESHOLD) in BUTTON_Event()