Home
last modified time | relevance | path

Searched defs:time_us (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/esp_timer/src/
Dets_timer_legacy.c72 void IRAM_ATTR ets_timer_arm_us(ETSTimer *ptimer, uint32_t time_us, bool repeat_flag) in ets_timer_arm_us()
85 uint64_t time_us = 1000LL * (uint64_t) time_ms; in ets_timer_arm() local
/hal_espressif-latest/components/newlib/port/
Desp_time_impl.c92 void esp_time_impl_set_boot_time(uint64_t time_us) in esp_time_impl_set_boot_time()
/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_systimer.c57 …stimer_hal_counter_value_advance(systimer_hal_context_t *hal, uint32_t counter_id, int64_t time_us) in systimer_hal_counter_value_advance()
/hal_espressif-latest/components/hal/
Dsystimer_hal.c137 …stimer_hal_counter_value_advance(systimer_hal_context_t *hal, uint32_t counter_id, int64_t time_us) in systimer_hal_counter_value_advance()
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Dpmu_sleep.c96 #define rtc_time_us_to_fastclk(time_us, period) rtc_time_us_to_slowclk((time_us), (period)) argument
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Dpmu_sleep.c156 #define rtc_time_us_to_fastclk(time_us, period) rtc_time_us_to_slowclk((time_us), (period)) argument