Home
last modified time | relevance | path

Searched refs:oneshot_timer_args (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/examples/system/esp_timer/main/
Desp_timer_example_main.c41 const esp_timer_create_args_t oneshot_timer_args = { in app_main() local
48 ESP_ERROR_CHECK(esp_timer_create(&oneshot_timer_args, &oneshot_timer)); in app_main()
/hal_espressif-3.6.0/examples/cxx/experimental/experimental_cpp_component/
Desp_event_cxx.cpp72 const esp_timer_create_args_t oneshot_timer_args { in ESPEventRegTimed() local
80 esp_err_t res = esp_timer_create(&oneshot_timer_args, &timer); in ESPEventRegTimed()
/hal_espressif-3.6.0/components/esp_timer/test/
Dtest_esp_timer.c803 static const esp_timer_create_args_t oneshot_timer_args = { variable
827 esp_timer_create(&oneshot_timer_args, &oneshot_timer);