Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dsystimer_ll.h107 __attribute__((always_inline)) static inline uint64_t systimer_ll_get_alarm_target(systimer_dev_t *… in systimer_ll_get_alarm_target() function
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dsystimer_ll.h97 __attribute__((always_inline)) static inline uint64_t systimer_ll_get_alarm_target(systimer_dev_t *… in systimer_ll_get_alarm_target() function
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dsystimer_ll.h97 __attribute__((always_inline)) static inline uint64_t systimer_ll_get_alarm_target(systimer_dev_t *… in systimer_ll_get_alarm_target() function
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dsystimer_ll.h97 __attribute__((always_inline)) static inline uint64_t systimer_ll_get_alarm_target(systimer_dev_t *… in systimer_ll_get_alarm_target() function
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dsystimer_ll.h106 __attribute__((always_inline)) static inline uint64_t systimer_ll_get_alarm_target(systimer_dev_t *… in systimer_ll_get_alarm_target() function
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dsystimer_ll.h106 __attribute__((always_inline)) static inline uint64_t systimer_ll_get_alarm_target(systimer_dev_t *… in systimer_ll_get_alarm_target() function
/hal_espressif-latest/components/hal/
Dsystimer_hal.c129 return systimer_ll_get_alarm_target(hal->dev, alarm_id); in systimer_hal_get_alarm_value()