Searched refs:xTimerStopFromISR (Results 1 – 2 of 2) sorted by relevance
202 xTimerStopFromISR(btn->tap_psh_cb.tmr, &HPTaskAwoken); in button_gpio_isr_handler()214 xTimerStopFromISR(pcb->tmr, &HPTaskAwoken); in button_gpio_isr_handler()227 xTimerStopFromISR(btn->tap_rls_cb.tmr, &HPTaskAwoken); in button_gpio_isr_handler()
954 #define xTimerStopFromISR( xTimer, pxHigherPriorityTaskWoken ) \ macro