Home
last modified time | relevance | path

Searched refs:esp_timer_start_periodic (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/esp_timer/src/
Dets_timer_legacy.c79 ESP_ERROR_CHECK( esp_timer_start_periodic(ESP_TIMER(ptimer), time_us) ); in ets_timer_arm_us()
91 ESP_ERROR_CHECK( esp_timer_start_periodic(ESP_TIMER(ptimer), time_us) ); in ets_timer_arm()
Desp_timer.c254 esp_err_t IRAM_ATTR esp_timer_start_periodic(esp_timer_handle_t timer, uint64_t period_us) in esp_timer_start_periodic() function
/hal_espressif-latest/components/esp_timer/include/
Desp_timer.h171 esp_err_t esp_timer_start_periodic(esp_timer_handle_t timer, uint64_t period);
/hal_espressif-latest/components/esp_phy/src/
Dphy_common.c105 ESP_ERROR_CHECK(esp_timer_start_periodic(phy_track_pll_timer, PHY_TRACK_PLL_PERIOD_IN_US)); in phy_track_pll_init()
/hal_espressif-latest/components/esp_system/task_wdt/
Dtask_wdt_impl_esp_timer.c146 esp_timer_start_periodic(ctx->sw_timer, ctx->period_ms * 1000); in esp_task_wdt_impl_timer_restart()
/hal_espressif-latest/components/driver/touch_sensor/esp32/
Dtouch_sensor.c430 …ESP_GOTO_ON_ERROR(esp_timer_start_periodic(s_touch_pad_filter->timer, new_period_ms * 1000), err, … in touch_pad_set_filter_period()
478 … ESP_GOTO_ON_ERROR(esp_timer_start_periodic(s_touch_pad_filter->timer, filter_period_ms * 1000), in touch_pad_filter_start()
/hal_espressif-latest/components/bt/common/osi/
Dalarm.c252 stat = esp_timer_start_periodic(alarm->alarm_hdl, (uint64_t)timeout_us); in alarm_set()