Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_timer/src/
Dets_timer_legacy.c77 ESP_ERROR_CHECK( esp_timer_start_once(ESP_TIMER(ptimer), time_us) ); in ets_timer_arm_us()
89 ESP_ERROR_CHECK( esp_timer_start_once(ESP_TIMER(ptimer), time_us) ); in ets_timer_arm()
Desp_timer.c220 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-latest/components/esp_timer/include/
Desp_timer.h156 esp_err_t esp_timer_start_once(esp_timer_handle_t timer, uint64_t timeout_us);
/hal_espressif-latest/components/esp_system/port/
Dusb_console.c190 err = esp_timer_start_once(s_restart_timer, restart_timeout_us); in esp_usb_console_interrupt()
/hal_espressif-latest/components/bt/common/osi/
Dalarm.c254 stat = esp_timer_start_once(alarm->alarm_hdl, (uint64_t)timeout_us); in alarm_set()
/hal_espressif-latest/components/bt/porting/npl/freertos/src/
Dnpl_os_freertos.c786 return esp_err_to_npl_error(esp_timer_start_once(callout->handle, ticks*1000)); in npl_freertos_callout_reset()
/hal_espressif-latest/zephyr/esp32c3/src/bt/
Desp_bt_adapter.c804 if (esp_timer_start_once(s_btdm_slp_tmr, us_to_sleep - uncertainty) == ESP_OK) { in btdm_sleep_enter_phase1_wrapper()
/hal_espressif-latest/zephyr/esp32s3/src/bt/
Desp_bt_adapter.c793 if (esp_timer_start_once(s_btdm_slp_tmr, us_to_sleep - uncertainty) == ESP_OK) { in btdm_sleep_enter_phase1_wrapper()
/hal_espressif-latest/components/bt/controller/esp32c3/
Dbt.c799 if (esp_timer_start_once(s_btdm_slp_tmr, us_to_sleep - uncertainty) == ESP_OK) { in btdm_sleep_enter_phase1_wrapper()
/hal_espressif-latest/components/bt/controller/esp32/
Dbt.c952 if (esp_timer_start_once(s_btdm_slp_tmr, us_to_sleep - uncertainty) != ESP_OK) { in btdm_sleep_enter_phase1_wrapper()