Home
last modified time | relevance | path

Searched refs:systimer_ticks_to_us (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/port/esp32c2/
Dsystimer.c16 uint64_t systimer_ticks_to_us(uint64_t ticks) in systimer_ticks_to_us() function
26 uint64_t systimer_ticks_to_us(uint64_t ticks) in systimer_ticks_to_us() function
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Dsystimer.c14 uint64_t systimer_ticks_to_us(uint64_t ticks) in systimer_ticks_to_us() function
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Dsystimer.c14 uint64_t systimer_ticks_to_us(uint64_t ticks) in systimer_ticks_to_us() function
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Dsystimer.c13 uint64_t systimer_ticks_to_us(uint64_t ticks) in systimer_ticks_to_us() function
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Dsystimer.c14 uint64_t systimer_ticks_to_us(uint64_t ticks) in systimer_ticks_to_us() function
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Dsystimer.c14 uint64_t systimer_ticks_to_us(uint64_t ticks) in systimer_ticks_to_us() function
/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Dsystimer.h28 uint64_t systimer_ticks_to_us(uint64_t ticks) __attribute__((const));
/hal_espressif-latest/components/esp_timer/src/
Desp_timer_impl_systimer.c124 .ticks_to_us = systimer_ticks_to_us, in esp_timer_impl_early_init()