Searched refs:without_update_alarm (Results 1 – 1 of 1) sorted by relevance
87 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() argument257 if (without_update_alarm == false && timer == LIST_FIRST(&s_timers[dispatch_method])) { in timer_insert()