Searched refs:esp_timer_start_periodic (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/esp_timer/src/ |
D | ets_timer_legacy.c | 79 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()
|
D | esp_timer.c | 254 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/ |
D | esp_timer.h | 171 esp_err_t esp_timer_start_periodic(esp_timer_handle_t timer, uint64_t period);
|
/hal_espressif-latest/components/esp_phy/src/ |
D | phy_common.c | 105 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/ |
D | task_wdt_impl_esp_timer.c | 146 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/ |
D | touch_sensor.c | 430 …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/ |
D | alarm.c | 252 stat = esp_timer_start_periodic(alarm->alarm_hdl, (uint64_t)timeout_us); in alarm_set()
|