Home
last modified time | relevance | path

Searched refs:ticks_to_us (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_systimer.c29 hal->ticks_to_us = ops->ticks_to_us; in systimer_hal_set_tick_rate_ops()
35 return hal->ticks_to_us(systimer_hal_get_counter_value(hal, counter_id)); in systimer_hal_get_time()
/hal_espressif-latest/components/hal/include/hal/
Dsystimer_hal.h30 ticks_to_us_func_t ticks_to_us; /*!< function to convert ticks to microseconds */ member
38 ticks_to_us_func_t ticks_to_us; /*!< function to convert ticks to microseconds */ member
/hal_espressif-latest/components/hal/
Dsystimer_hal.c47 hal->ticks_to_us = ops->ticks_to_us; in systimer_hal_set_tick_rate_ops()
79 return hal->ticks_to_us(systimer_hal_get_counter_value(hal, counter_id)); in systimer_hal_get_time()
/hal_espressif-latest/components/esp_timer/src/
Desp_timer_impl_systimer.c73 …return systimer_hal.ticks_to_us(systimer_hal_get_counter_value(&systimer_hal, SYSTIMER_COUNTER_ESP… in esp_timer_impl_get_time()
124 .ticks_to_us = systimer_ticks_to_us, in esp_timer_impl_early_init()