Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_timer/src/
Desp_timer.c90 static void timer_list_lock(esp_timer_dispatch_t timer_type);
149 timer_list_lock(dispatch_method); in esp_timer_create()
167 timer_list_lock(dispatch_method); in esp_timer_start_once()
189 timer_list_lock(dispatch_method); in esp_timer_start_periodic()
225 timer_list_lock(ESP_TIMER_TASK); in esp_timer_delete()
266 timer_list_lock(dispatch_method); in timer_remove()
317 static IRAM_ATTR void timer_list_lock(esp_timer_dispatch_t timer_type) in timer_list_lock() function
333 timer_list_lock(dispatch_method); in timer_process_alarm()
373 timer_list_lock(dispatch_method); in timer_process_alarm()
546 timer_list_lock(dispatch_method); in esp_timer_dump()
[all …]