Searched refs:pushPeriodCountLast (Results 1 – 1 of 1) sorted by relevance
58 volatile uint32_t pushPeriodCountLast; member166 …if ((BUTTON_DOUBLE_CLICK_THRESHOLD + buttonState->pushPeriodCountLast) >= buttonState->pushPeriodC… in BUTTON_Event()183 buttonState->pushPeriodCountLast = s_buttonList.periodCount; in BUTTON_Event()282 … if ((BUTTON_DOUBLE_CLICK_THRESHOLD + buttonState->pushPeriodCountLast) < s_buttonList.periodCount)285 buttonState->pushPeriodCountLast = 0U;