Searched refs:pushPeriodCount (Results 1 – 1 of 1) sorted by relevance
57 volatile uint32_t pushPeriodCount; member148 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()