Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Dsystimer_hal.h40 } systimer_hal_tick_rate_ops_t; typedef
60 void systimer_hal_set_tick_rate_ops(systimer_hal_context_t *hal, systimer_hal_tick_rate_ops_t *ops);
/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_systimer.c27 void systimer_hal_set_tick_rate_ops(systimer_hal_context_t *hal, systimer_hal_tick_rate_ops_t *ops) in systimer_hal_set_tick_rate_ops()
/hal_espressif-latest/components/esp_timer/src/
Desp_timer_impl_systimer.c123 systimer_hal_tick_rate_ops_t ops = { in esp_timer_impl_early_init()
/hal_espressif-latest/components/hal/
Dsystimer_hal.c45 void systimer_hal_set_tick_rate_ops(systimer_hal_context_t *hal, systimer_hal_tick_rate_ops_t *ops) in systimer_hal_set_tick_rate_ops()