Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_timer/src/
Desp_timer.c267 esp_timer_handle_t first_timer = LIST_FIRST(&s_timers[dispatch_method]); in timer_remove() local
271 if (timer == first_timer) { // if this timer was the first in the list. in timer_remove()
273 first_timer = LIST_FIRST(&s_timers[dispatch_method]); in timer_remove()
274 if (first_timer) { // if after removing the timer from the list, this list is not empty. in timer_remove()
275 next_timestamp = first_timer->alarm; in timer_remove()