/hal_espressif-latest/components/esp_timer/src/ |
D | ets_timer_legacy.c | 47 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/ |
D | ets_sys.h | 195 } 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/ |
D | ets_sys.h | 195 } 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/ |
D | ets_sys.h | 195 } 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/ |
D | ets_sys.h | 185 } 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/ |
D | ets_sys.h | 207 } 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/ |
D | ets_sys.h | 205 } 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/ |
D | ets_sys.h | 290 } 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/ |
D | eloop.c | 35 ETSTimer eloop_timer;
|