Home
last modified time | relevance | path

Searched refs:esp_timer_start_once (Results 1 – 25 of 39) sorted by relevance

12

/hal_espressif-3.6.0/components/esp_timer/test/
Dtest_esp_timer.c79 TEST_ESP_OK(esp_timer_start_once(handles[i], timeouts[i] * 100));
182 TEST_ESP_OK(esp_timer_start_once(timer1, delays_ms[i] * 1000));
303 esp_timer_start_once(p_args->timer, next_interval * 1000); in test_timers_ordered_correctly_timer_func()
361 esp_timer_start_once(args1.timer, args1.intervals[0] * 1000);
362 esp_timer_start_once(args2.timer, args2.intervals[0] * 1000);
363 esp_timer_start_once(args3.timer, args3.intervals[0] * 1000);
412 ESP_ERROR_CHECK( esp_timer_start_once(timer1, timeout_ms * 1000) );
413 ESP_ERROR_CHECK( esp_timer_start_once(timer2, timeout_ms * 1000 + timeout_delta_us) );
558 esp_timer_start_once(args.timer, 10000);
614 esp_timer_start_once(timer, 100);
[all …]
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/common_components/button/
Dbutton.c120 esp_timer_start_once(btn->press_serial_cb.tmr, btn->serial_thres_sec * 1000 * 1000); in button_tap_psh_cb()
134esp_timer_start_once(btn->tap_rls_cb.tmr, btn->tap_rls_cb.interval * portTICK_PERIOD_MS * 1000); in button_tap_psh_cb()
190esp_timer_start_once(btn->press_serial_cb.tmr, btn->press_serial_cb.interval * portTICK_PERIOD_MS … in button_press_serial_cb()
206esp_timer_start_once(btn->tap_psh_cb.tmr, btn->tap_psh_cb.interval * portTICK_PERIOD_MS * 1000); in button_gpio_isr_handler()
218 esp_timer_start_once(pcb->tmr, pcb->interval * portTICK_PERIOD_MS * 1000); in button_gpio_isr_handler()
231esp_timer_start_once(btn->tap_rls_cb.tmr, btn->tap_rls_cb.interval * portTICK_PERIOD_MS * 1000); in button_gpio_isr_handler()
/hal_espressif-3.6.0/components/esp_timer/src/
Dets_timer_legacy.c81 esp_timer_start_once(ESP_TIMER(ptimer), time_us); in ets_timer_arm_us()
93 esp_timer_start_once(ESP_TIMER(ptimer), time_us); in ets_timer_arm()
Desp_timer.c157 esp_err_t IRAM_ATTR esp_timer_start_once(esp_timer_handle_t timer, uint64_t timeout_us) in esp_timer_start_once() function
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/
Dsync.c112 esp_timer_start_once(sync_obj.sync_timer, 1000000); in send_start_countdown()
393 esp_timer_start_once(sync_obj.sync_timer, sync_obj.start_time * 1000000); in sync_cmd_recv()
482 esp_timer_start_once(sync_obj.sync_timer, 1000000); in handle_sync_timeout()
507 esp_timer_start_once( *timer_hdl, 10); in create_sync_timer()
/hal_espressif-3.6.0/tools/test_apps/peripherals/i2c_wifi/main/
Di2c_wifi_main.c161 esp_timer_start_once(wait_timer, WAIT_TIMER_PERIOD); in wait_timer_callback()
238 ret = esp_timer_start_once(wait_timer, WAIT_TIMER_PERIOD); in app_main()
/hal_espressif-3.6.0/examples/cxx/experimental/experimental_cpp_component/include/
Desp_timer_cxx.hpp87 CHECK_THROW(esp_timer_start_once(timer_handle, timeout.count())); in start()
/hal_espressif-3.6.0/components/esp_timer/include/
Desp_timer.h151 esp_err_t esp_timer_start_once(esp_timer_handle_t timer, uint64_t timeout_us);
/hal_espressif-3.6.0/examples/system/esp_timer/main/
Desp_timer_example_main.c52 ESP_ERROR_CHECK(esp_timer_start_once(oneshot_timer, 5000000)); in app_main()
/hal_espressif-3.6.0/docs/en/api-reference/system/
Desp_timer.rst41 …mit to the timeout value of one-shot ``esp_timer``. If :cpp:func:`esp_timer_start_once` is called …
55 - To start the timer in one-shot mode, call :cpp:func:`esp_timer_start_once`, passing the time inte…
59 Note that the timer must not be running when :cpp:func:`esp_timer_start_once` or :cpp:func:`esp_tim…
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/aligenie_demo/components/vendor_model/
Dgenie_event.c445 if (esp_timer_start_once(timer, 500 * 1000) != ESP_OK) { in reset_indicate_delay_timer()
447 ESP_ERROR_CHECK(esp_timer_start_once(timer, 500 * 1000)); in reset_indicate_delay_timer()
Dgenie_util.c73 ret = esp_timer_start_once(timer->timer, timeout * 1000); in util_timer_start()
/hal_espressif-3.6.0/examples/provisioning/legacy/console_prov/main/
Dapp_prov.c161 esp_timer_start_once(g_prov->timer, 30000*1000U); in app_prov_event_handler()
/hal_espressif-3.6.0/examples/cxx/experimental/experimental_cpp_component/
Desp_event_cxx.cpp85 esp_err_t timer_result = esp_timer_start_once(timer, timeout.count()); in ESPEventRegTimed()
/hal_espressif-3.6.0/examples/provisioning/legacy/ble_prov/main/
Dapp_prov.c223 esp_timer_start_once(g_prov->timer, 30000*1000U); in app_prov_event_handler()
/hal_espressif-3.6.0/examples/provisioning/legacy/softap_prov/main/
Dapp_prov.c172 esp_timer_start_once(g_prov->timer, 30000*1000U); in app_prov_event_handler()
/hal_espressif-3.6.0/components/bt/common/osi/
Dalarm.c254 stat = esp_timer_start_once(alarm->alarm_hdl, (uint64_t)timeout_us); in alarm_set()
/hal_espressif-3.6.0/examples/provisioning/legacy/custom_config/main/
Dapp_prov.c186 esp_timer_start_once(g_prov->timer, 30000*1000U); in app_prov_event_handler()
/hal_espressif-3.6.0/components/esp_hid/src/
Desp_hidh.c827 esp_timer_start_once(s_esp_hidh_timer, ESP_HIDH_DELAY_FREE_TO) != ESP_OK) { in esp_hidh_process_event_data_handler()
834 esp_timer_start_once(s_esp_hidh_timer, ESP_HIDH_DELAY_FREE_TO) != ESP_OK) { in esp_hidh_process_event_data_handler()
/hal_espressif-3.6.0/components/wpa_supplicant/src/rsn_supp/
Dpmksa_cache.c83 esp_timer_start_once(pmksa->cache_timeout_timer, (sec + 1) * 1e6); in pmksa_cache_set_expiration()
/hal_espressif-3.6.0/components/wifi_provisioning/src/
Dmanager.c848esp_timer_start_once(prov_ctx->autostop_timer, CONFIG_WIFI_PROV_AUTOSTOP_TIMEOUT * 1000000U); in wifi_prov_mgr_event_handler_internal()
1177 if (esp_timer_start_once(prov_ctx->wifi_connect_timer, 1000 * 1000U) != ESP_OK) { in wifi_prov_mgr_configure_sta()
/hal_espressif-3.6.0/examples/system/esp_timer/
DREADME.md85 …wo timers are started using the `esp_timer_start_periodic()` and `esp_timer_start_once()` function…
/hal_espressif-3.6.0/components/wpa_supplicant/src/common/
Dmbo.c576 esp_timer_start_once(bss->blacklist_timer, (sec + 1) * 1e6); in wpa_bss_tmp_disallow()
/hal_espressif-3.6.0/components/bt/controller/esp32c3/
Dbt.c683 if (esp_timer_start_once(s_btdm_slp_tmr, us_to_sleep - uncertainty) == ESP_OK) { in btdm_sleep_enter_phase1_wrapper()
/hal_espressif-3.6.0/components/bt/controller/esp32s3/
Dbt.c670 if (esp_timer_start_once(s_btdm_slp_tmr, us_to_sleep - uncertainty) == ESP_OK) { in btdm_sleep_enter_phase1_wrapper()

12