Searched refs:esp_timer_start_once (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-latest/components/esp_timer/src/ |
D | ets_timer_legacy.c | 77 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()
|
D | esp_timer.c | 220 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/ |
D | esp_timer.h | 156 esp_err_t esp_timer_start_once(esp_timer_handle_t timer, uint64_t timeout_us);
|
/hal_espressif-latest/components/esp_system/port/ |
D | usb_console.c | 190 err = esp_timer_start_once(s_restart_timer, restart_timeout_us); in esp_usb_console_interrupt()
|
/hal_espressif-latest/components/bt/common/osi/ |
D | alarm.c | 254 stat = esp_timer_start_once(alarm->alarm_hdl, (uint64_t)timeout_us); in alarm_set()
|
/hal_espressif-latest/components/bt/porting/npl/freertos/src/ |
D | npl_os_freertos.c | 786 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/ |
D | esp_bt_adapter.c | 804 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/ |
D | esp_bt_adapter.c | 793 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/ |
D | bt.c | 799 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/ |
D | bt.c | 952 if (esp_timer_start_once(s_btdm_slp_tmr, us_to_sleep - uncertainty) != ESP_OK) { in btdm_sleep_enter_phase1_wrapper()
|