Searched refs:oneshot_timer_args (Results 1 – 3 of 3) sorted by relevance
41 const esp_timer_create_args_t oneshot_timer_args = { in app_main() local48 ESP_ERROR_CHECK(esp_timer_create(&oneshot_timer_args, &oneshot_timer)); in app_main()
72 const esp_timer_create_args_t oneshot_timer_args { in ESPEventRegTimed() local80 esp_err_t res = esp_timer_create(&oneshot_timer_args, &timer); in ESPEventRegTimed()
803 static const esp_timer_create_args_t oneshot_timer_args = { variable827 esp_timer_create(&oneshot_timer_args, &oneshot_timer);