Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_timer/src/
Desp_timer.c87 static esp_err_t timer_insert(esp_timer_handle_t timer, bool without_update_alarm);
235 static IRAM_ATTR esp_err_t timer_insert(esp_timer_handle_t timer, bool without_update_alarm) in timer_insert() argument
257 if (without_update_alarm == false && timer == LIST_FIRST(&s_timers[dispatch_method])) { in timer_insert()