Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_timer/src/
Dets_timer_legacy.c47 static IRAM_ATTR bool timer_initialized(ETSTimer *ptimer) in timer_initialized()
52 void ets_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg) in ets_timer_setfn()
72 void IRAM_ATTR ets_timer_arm_us(ETSTimer *ptimer, uint32_t time_us, bool repeat_flag) in ets_timer_arm_us()
83 void IRAM_ATTR ets_timer_arm(ETSTimer *ptimer, uint32_t time_ms, bool repeat_flag) in ets_timer_arm()
95 void ets_timer_done(ETSTimer *ptimer) in ets_timer_done()
104 void IRAM_ATTR ets_timer_disarm(ETSTimer *ptimer) in ets_timer_disarm()
122 void os_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg) __attribute__((alias("et…
123 void os_timer_disarm(ETSTimer *ptimer) __attribute__((alias("ets_timer_disarm")));
124 void os_timer_arm_us(ETSTimer *ptimer,uint32_t u_seconds,bool repeat_flag) __attribute__((alias("et…
125 void os_timer_arm(ETSTimer *ptimer,uint32_t milliseconds,bool repeat_flag) __attribute__((alias("et…
[all …]
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/
Dets_sys.h195 } ETSTimer; typedef
228 void ets_timer_arm(ETSTimer *timer, uint32_t tmout, bool repeat);
242 void ets_timer_arm_us(ETSTimer *ptimer, uint32_t us, bool repeat);
252 void ets_timer_disarm(ETSTimer *timer);
266 void ets_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg);
276 void ets_timer_done(ETSTimer *ptimer);
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/
Dets_sys.h195 } ETSTimer; typedef
228 void ets_timer_arm(ETSTimer *timer, uint32_t tmout, bool repeat);
242 void ets_timer_arm_us(ETSTimer *ptimer, uint32_t us, bool repeat);
252 void ets_timer_disarm(ETSTimer *timer);
266 void ets_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg);
276 void ets_timer_done(ETSTimer *ptimer);
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/
Dets_sys.h195 } ETSTimer; typedef
228 void ets_timer_arm(ETSTimer *timer, uint32_t tmout, bool repeat);
242 void ets_timer_arm_us(ETSTimer *ptimer, uint32_t us, bool repeat);
252 void ets_timer_disarm(ETSTimer *timer);
266 void ets_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg);
276 void ets_timer_done(ETSTimer *ptimer);
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/
Dets_sys.h185 } ETSTimer; typedef
218 void ets_timer_arm(ETSTimer *timer, uint32_t tmout, bool repeat);
232 void ets_timer_arm_us(ETSTimer *ptimer, uint32_t us, bool repeat);
242 void ets_timer_disarm(ETSTimer *timer);
256 void ets_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg);
266 void ets_timer_done(ETSTimer *ptimer);
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/
Dets_sys.h207 } ETSTimer; typedef
240 void ets_timer_arm(ETSTimer *timer, uint32_t tmout, bool repeat);
254 void ets_timer_arm_us(ETSTimer *ptimer, uint32_t us, bool repeat);
264 void ets_timer_disarm(ETSTimer *timer);
278 void ets_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg);
288 void ets_timer_done(ETSTimer *ptimer);
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/
Dets_sys.h205 } ETSTimer; typedef
238 void ets_timer_arm(ETSTimer *timer, uint32_t tmout, bool repeat);
252 void ets_timer_arm_us(ETSTimer *ptimer, uint32_t us, bool repeat);
262 void ets_timer_disarm(ETSTimer *timer);
276 void ets_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg);
286 void ets_timer_done(ETSTimer *ptimer);
/hal_espressif-latest/components/esp_rom/include/esp32/rom/
Dets_sys.h290 } ETSTimer; typedef
323 void ets_timer_arm(ETSTimer *timer, uint32_t tmout, bool repeat);
337 void ets_timer_arm_us(ETSTimer *ptimer, uint32_t us, bool repeat);
347 void ets_timer_disarm(ETSTimer *timer);
361 void ets_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg);
371 void ets_timer_done(ETSTimer *ptimer);
/hal_espressif-latest/components/wpa_supplicant/port/
Deloop.c35 ETSTimer eloop_timer;