Home
last modified time | relevance | path

Searched refs:systimer_ll_set_counter_value (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_systimer.c62 systimer_ll_set_counter_value(hal->dev, counter_id, new_count.val); in systimer_hal_counter_value_advance()
/hal_espressif-latest/components/esp_timer/src/
Desp_timer_impl_systimer.c108 systimer_ll_set_counter_value(systimer_hal.dev, SYSTIMER_COUNTER_ESPTIMER, new_count.val); in esp_timer_impl_set()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dsystimer_ll.h67 __attribute__((always_inline)) static inline void systimer_ll_set_counter_value(systimer_dev_t *dev… in systimer_ll_set_counter_value() function
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dsystimer_ll.h68 __attribute__((always_inline)) static inline void systimer_ll_set_counter_value(systimer_dev_t *dev… in systimer_ll_set_counter_value() function
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dsystimer_ll.h68 __attribute__((always_inline)) static inline void systimer_ll_set_counter_value(systimer_dev_t *dev… in systimer_ll_set_counter_value() function
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dsystimer_ll.h68 __attribute__((always_inline)) static inline void systimer_ll_set_counter_value(systimer_dev_t *dev… in systimer_ll_set_counter_value() function
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dsystimer_ll.h77 __attribute__((always_inline)) static inline void systimer_ll_set_counter_value(systimer_dev_t *dev… in systimer_ll_set_counter_value() function
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dsystimer_ll.h77 __attribute__((always_inline)) static inline void systimer_ll_set_counter_value(systimer_dev_t *dev… in systimer_ll_set_counter_value() function
/hal_espressif-latest/components/hal/
Dsystimer_hal.c142 systimer_ll_set_counter_value(hal->dev, counter_id, new_count.val); in systimer_hal_counter_value_advance()