Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dsystimer_ll.h163 __attribute__((always_inline)) static inline bool systimer_ll_is_alarm_int_fired(systimer_dev_t *de… in systimer_ll_is_alarm_int_fired() function
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dsystimer_ll.h153 __attribute__((always_inline)) static inline bool systimer_ll_is_alarm_int_fired(systimer_dev_t *de… in systimer_ll_is_alarm_int_fired() function
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dsystimer_ll.h153 __attribute__((always_inline)) static inline bool systimer_ll_is_alarm_int_fired(systimer_dev_t *de… in systimer_ll_is_alarm_int_fired() function
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dsystimer_ll.h153 __attribute__((always_inline)) static inline bool systimer_ll_is_alarm_int_fired(systimer_dev_t *de… in systimer_ll_is_alarm_int_fired() function
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dsystimer_ll.h162 __attribute__((always_inline)) static inline bool systimer_ll_is_alarm_int_fired(systimer_dev_t *de… in systimer_ll_is_alarm_int_fired() function
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dsystimer_ll.h162 __attribute__((always_inline)) static inline bool systimer_ll_is_alarm_int_fired(systimer_dev_t *de… in systimer_ll_is_alarm_int_fired() function
/hal_espressif-latest/components/hal/
Dsystimer_hal.c107 if (delta <= 0 && !systimer_ll_is_alarm_int_fired(hal->dev, alarm_id)) { in systimer_hal_set_alarm_target()