Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dsystimer_ll.h112 __attribute__((always_inline)) static inline void systimer_ll_connect_alarm_counter(systimer_dev_t … in systimer_ll_connect_alarm_counter() function
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dsystimer_ll.h102 __attribute__((always_inline)) static inline void systimer_ll_connect_alarm_counter(systimer_dev_t … in systimer_ll_connect_alarm_counter() function
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dsystimer_ll.h102 __attribute__((always_inline)) static inline void systimer_ll_connect_alarm_counter(systimer_dev_t … in systimer_ll_connect_alarm_counter() function
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dsystimer_ll.h102 __attribute__((always_inline)) static inline void systimer_ll_connect_alarm_counter(systimer_dev_t … in systimer_ll_connect_alarm_counter() function
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dsystimer_ll.h111 __attribute__((always_inline)) static inline void systimer_ll_connect_alarm_counter(systimer_dev_t … in systimer_ll_connect_alarm_counter() function
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dsystimer_ll.h111 __attribute__((always_inline)) static inline void systimer_ll_connect_alarm_counter(systimer_dev_t … in systimer_ll_connect_alarm_counter() function
/hal_espressif-latest/components/hal/
Dsystimer_hal.c167 systimer_ll_connect_alarm_counter(hal->dev, alarm_id, counter_id); in systimer_hal_connect_alarm_counter()