Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_timer/src/
Dets_timer_legacy.c122 void os_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg) __attribute__((alias("et…
/hal_espressif-latest/components/wpa_supplicant/port/include/
Dos.h388 static inline void os_timer_setfn(void *ptimer, void *pfunction, void *parg) in os_timer_setfn() function
/hal_espressif-latest/components/wpa_supplicant/port/
Deloop.c68 os_timer_setfn(&eloop.eloop_timer, (ETSTimerFunc *)eloop_run_timer, NULL); in eloop_init()