Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_timer/src/
Dets_timer_legacy.c126 void os_timer_done(ETSTimer *ptimer) __attribute__((alias("ets_timer_done")));
/hal_espressif-latest/components/wpa_supplicant/port/include/
Dos.h404 static inline void os_timer_done(void *ptimer) in os_timer_done() function
/hal_espressif-latest/components/wpa_supplicant/port/
Deloop.c410 os_timer_done(&eloop.eloop_timer); in eloop_destroy()