Home
last modified time | relevance | path

Searched refs:systimer_ll_get_counter_value_high (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dsystimer_ll.h79 __attribute__((always_inline)) static inline uint32_t systimer_ll_get_counter_value_high(systimer_d… in systimer_ll_get_counter_value_high() function
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dsystimer_ll.h79 __attribute__((always_inline)) static inline uint32_t systimer_ll_get_counter_value_high(systimer_d… in systimer_ll_get_counter_value_high() function
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dsystimer_ll.h79 __attribute__((always_inline)) static inline uint32_t systimer_ll_get_counter_value_high(systimer_d… in systimer_ll_get_counter_value_high() function
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dsystimer_ll.h79 __attribute__((always_inline)) static inline uint32_t systimer_ll_get_counter_value_high(systimer_d… in systimer_ll_get_counter_value_high() function
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dsystimer_ll.h88 __attribute__((always_inline)) static inline uint32_t systimer_ll_get_counter_value_high(systimer_d… in systimer_ll_get_counter_value_high() function
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dsystimer_ll.h88 __attribute__((always_inline)) static inline uint32_t systimer_ll_get_counter_value_high(systimer_d… in systimer_ll_get_counter_value_high() function
/hal_espressif-latest/components/hal/
Dsystimer_hal.c65 hi = systimer_ll_get_counter_value_high(hal->dev, counter_id); in systimer_hal_get_counter_value()