Searched refs:periodic_timer_handle (Results 1 – 1 of 1) sorted by relevance
93 esp_timer_handle_t periodic_timer_handle = (esp_timer_handle_t) arg; in oneshot_timer_callback() local95 ESP_ERROR_CHECK(esp_timer_stop(periodic_timer_handle)); in oneshot_timer_callback()96 ESP_ERROR_CHECK(esp_timer_start_periodic(periodic_timer_handle, 1000000)); in oneshot_timer_callback()