Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/esp_timer/src/
Dets_timer_legacy.c51 static IRAM_ATTR bool timer_initialized(ETSTimer *ptimer) in timer_initialized()
56 void ets_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg) in ets_timer_setfn()
76 void IRAM_ATTR ets_timer_arm_us(ETSTimer *ptimer, uint32_t time_us, bool repeat_flag) in ets_timer_arm_us()
87 void IRAM_ATTR ets_timer_arm(ETSTimer *ptimer, uint32_t time_ms, bool repeat_flag) in ets_timer_arm()
99 void ets_timer_done(ETSTimer *ptimer) in ets_timer_done()
108 void IRAM_ATTR ets_timer_disarm(ETSTimer *ptimer) in ets_timer_disarm()
126 void os_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg) __attribute__((alias("et…
127 void os_timer_disarm(ETSTimer *ptimer) __attribute__((alias("ets_timer_disarm")));
128 void os_timer_arm_us(ETSTimer *ptimer,uint32_t u_seconds,bool repeat_flag) __attribute__((alias("et…
129 void os_timer_arm(ETSTimer *ptimer,uint32_t milliseconds,bool repeat_flag) __attribute__((alias("et…
[all …]
/hal_espressif-3.5.0/components/esp_rom/include/esp32c3/rom/
Dets_sys.h275 } ETSTimer; typedef
308 void ets_timer_arm(ETSTimer *timer, uint32_t tmout, bool repeat);
322 void ets_timer_arm_us(ETSTimer *ptimer, uint32_t us, bool repeat);
332 void ets_timer_disarm(ETSTimer *timer);
346 void ets_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg);
356 void ets_timer_done(ETSTimer *ptimer);
/hal_espressif-3.5.0/components/esp_rom/include/esp32h2/rom/
Dets_sys.h275 } ETSTimer; typedef
308 void ets_timer_arm(ETSTimer *timer, uint32_t tmout, bool repeat);
322 void ets_timer_arm_us(ETSTimer *ptimer, uint32_t us, bool repeat);
332 void ets_timer_disarm(ETSTimer *timer);
346 void ets_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg);
356 void ets_timer_done(ETSTimer *ptimer);
/hal_espressif-3.5.0/components/esp_timer/test/
Dtest_ets_timer.c31 ETSTimer timer1 = {0};
61 ETSTimer *timer;
88 ETSTimer timer1 = {0};
116 ETSTimer* timer;
150 ETSTimer timer1;
151 ETSTimer timer2;
152 ETSTimer timer3;
221 ETSTimer timer1;
/hal_espressif-3.5.0/components/esp_rom/include/esp32/rom/
Dets_sys.h301 } ETSTimer; typedef
334 void ets_timer_arm(ETSTimer *timer, uint32_t tmout, bool repeat);
348 void ets_timer_arm_us(ETSTimer *ptimer, uint32_t us, bool repeat);
358 void ets_timer_disarm(ETSTimer *timer);
372 void ets_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg);
382 void ets_timer_done(ETSTimer *ptimer);
/hal_espressif-3.5.0/components/esp_rom/include/esp32s2/rom/
Dets_sys.h277 } ETSTimer; typedef
310 void ets_timer_arm(ETSTimer *timer, uint32_t tmout, bool repeat);
324 void ets_timer_arm_us(ETSTimer *ptimer, uint32_t us, bool repeat);
334 void ets_timer_disarm(ETSTimer *timer);
348 void ets_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg);
358 void ets_timer_done(ETSTimer *ptimer);
/hal_espressif-3.5.0/components/esp_rom/include/esp32s3/rom/
Dets_sys.h275 } ETSTimer; typedef
308 void ets_timer_arm(ETSTimer *timer, uint32_t tmout, bool repeat);
322 void ets_timer_arm_us(ETSTimer *ptimer, uint32_t us, bool repeat);
332 void ets_timer_disarm(ETSTimer *timer);
346 void ets_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg);
356 void ets_timer_done(ETSTimer *ptimer);
/hal_espressif-3.5.0/components/wpa_supplicant/src/wps/
Dwps.h1042 ETSTimer wps_timeout_timer;
1043 ETSTimer wps_msg_timeout_timer;
1044 ETSTimer wps_scan_timer;
1045 ETSTimer wps_success_cb_timer;
1046 ETSTimer wps_eapol_start_timer;
/hal_espressif-3.5.0/components/wpa_supplicant/src/rsn_supp/
Dwpa_i.h56 ETSTimer cm_timer;
/hal_espressif-3.5.0/components/wpa_supplicant/src/ap/
Dwpa_auth_i.h120 ETSTimer resend_eapol;