Home
last modified time | relevance | path

Searched refs:oneshot_timer_callback (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/examples/system/esp_timer/main/
Desp_timer_example_main.c19 static void oneshot_timer_callback(void* arg);
42 .callback = &oneshot_timer_callback, in app_main()
89 static void oneshot_timer_callback(void* arg) in oneshot_timer_callback() function
/hal_espressif-3.6.0/components/esp_timer/test/
Dtest_esp_timer.c798 static void oneshot_timer_callback(void* arg) in oneshot_timer_callback() function
804 .callback = &oneshot_timer_callback,