Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/
Dets_sys.h187 typedef void ETSTimerFunc(void *timer_arg);/**< timer handler*/ typedef
193 ETSTimerFunc *timer_func; /**< timer handler*/
266 void ets_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg);
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/
Dets_sys.h187 typedef void ETSTimerFunc(void *timer_arg);/**< timer handler*/ typedef
193 ETSTimerFunc *timer_func; /**< timer handler*/
266 void ets_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg);
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/
Dets_sys.h187 typedef void ETSTimerFunc(void *timer_arg);/**< timer handler*/ typedef
193 ETSTimerFunc *timer_func; /**< timer handler*/
266 void ets_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg);
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/
Dets_sys.h177 typedef void ETSTimerFunc(void *timer_arg);/**< timer handler*/ typedef
183 ETSTimerFunc *timer_func; /**< timer handler*/
256 void ets_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg);
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/
Dets_sys.h199 typedef void ETSTimerFunc(void *timer_arg);/**< timer handler*/ typedef
205 ETSTimerFunc *timer_func; /**< timer handler*/
278 void ets_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg);
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/
Dets_sys.h197 typedef void ETSTimerFunc(void *timer_arg);/**< timer handler*/ typedef
203 ETSTimerFunc *timer_func; /**< timer handler*/
276 void ets_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg);
/hal_espressif-latest/components/esp_rom/include/esp32/rom/
Dets_sys.h282 typedef void ETSTimerFunc(void *timer_arg);/**< timer handler*/ typedef
288 ETSTimerFunc *timer_func; /**< timer handler*/
361 void ets_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg);
/hal_espressif-latest/components/esp_timer/src/
Dets_timer_legacy.c52 void ets_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg) in ets_timer_setfn()
122 void os_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg) __attribute__((alias("et…
/hal_espressif-latest/components/wpa_supplicant/port/
Deloop.c68 os_timer_setfn(&eloop.eloop_timer, (ETSTimerFunc *)eloop_run_timer, NULL); in eloop_init()