Searched defs:time_us (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/esp_timer/src/ |
D | ets_timer_legacy.c | 72 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/ |
D | esp_time_impl.c | 92 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/ |
D | esp_rom_systimer.c | 57 …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/ |
D | systimer_hal.c | 137 …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/ |
D | pmu_sleep.c | 96 #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/ |
D | pmu_sleep.c | 156 #define rtc_time_us_to_fastclk(time_us, period) rtc_time_us_to_slowclk((time_us), (period)) argument
|