Home
last modified time | relevance | path

Searched refs:timer_callback (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.4.0/components/freertos/test/
Dtest_timers.c9 static void timer_callback(TimerHandle_t timer) in timer_callback() function
21 (void *)&count, timer_callback);
45 (void *)&count, timer_callback);
81 timer_callback,
Dtest_task_suspend_resume.c364 static void timer_callback(void *arg) in timer_callback() function
375 TimerHandle_t count_time = xTimerCreate("count_time", 1, pdTRUE, NULL, timer_callback); in test_scheduler_suspend3()
/hal_espressif-3.4.0/examples/system/esp_event/default_event_loop/main/
Dmain.c51 static void timer_callback(void* arg) in timer_callback() function
178 .callback = &timer_callback, in app_main()
/hal_espressif-3.4.0/components/esp_timer/test/
Dtest_esp_timer.c741 static void timer_callback(void* arg) in timer_callback() function
769 .callback = &timer_callback,
819 .callback = &timer_callback,