Home
last modified time | relevance | path

Searched refs:systimer_ll_enable_alarm_int (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/esp_timer/src/
Desp_timer_impl_systimer.c181 systimer_ll_enable_alarm_int(systimer_hal.dev, SYSTIMER_ALARM_ESPTIMER, false); in esp_timer_impl_deinit()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dsystimer_ll.h154 __attribute__((always_inline)) static inline void systimer_ll_enable_alarm_int(systimer_dev_t *dev,… in systimer_ll_enable_alarm_int() function
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dsystimer_ll.h144 __attribute__((always_inline)) static inline void systimer_ll_enable_alarm_int(systimer_dev_t *dev,… in systimer_ll_enable_alarm_int() function
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dsystimer_ll.h144 __attribute__((always_inline)) static inline void systimer_ll_enable_alarm_int(systimer_dev_t *dev,… in systimer_ll_enable_alarm_int() function
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dsystimer_ll.h144 __attribute__((always_inline)) static inline void systimer_ll_enable_alarm_int(systimer_dev_t *dev,… in systimer_ll_enable_alarm_int() function
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dsystimer_ll.h153 __attribute__((always_inline)) static inline void systimer_ll_enable_alarm_int(systimer_dev_t *dev,… in systimer_ll_enable_alarm_int() function
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dsystimer_ll.h153 __attribute__((always_inline)) static inline void systimer_ll_enable_alarm_int(systimer_dev_t *dev,… in systimer_ll_enable_alarm_int() function
/hal_espressif-latest/components/hal/
Dsystimer_hal.c134 systimer_ll_enable_alarm_int(hal->dev, alarm_id, true); in systimer_hal_enable_alarm_int()