Searched refs:ETSTimerFunc (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/ |
D | ets_sys.h | 187 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/ |
D | ets_sys.h | 187 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/ |
D | ets_sys.h | 187 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/ |
D | ets_sys.h | 177 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/ |
D | ets_sys.h | 199 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/ |
D | ets_sys.h | 197 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/ |
D | ets_sys.h | 282 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/ |
D | ets_timer_legacy.c | 52 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/ |
D | eloop.c | 68 os_timer_setfn(&eloop.eloop_timer, (ETSTimerFunc *)eloop_run_timer, NULL); in eloop_init()
|