Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dsystimer_ll.h40 __attribute__((always_inline)) static inline void systimer_ll_enable_counter(systimer_dev_t *dev, u… in systimer_ll_enable_counter() function
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dsystimer_ll.h40 __attribute__((always_inline)) static inline void systimer_ll_enable_counter(systimer_dev_t *dev, u… in systimer_ll_enable_counter() function
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dsystimer_ll.h40 __attribute__((always_inline)) static inline void systimer_ll_enable_counter(systimer_dev_t *dev, u… in systimer_ll_enable_counter() function
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dsystimer_ll.h40 __attribute__((always_inline)) static inline void systimer_ll_enable_counter(systimer_dev_t *dev, u… in systimer_ll_enable_counter() function
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dsystimer_ll.h49 __attribute__((always_inline)) static inline void systimer_ll_enable_counter(systimer_dev_t *dev, u… in systimer_ll_enable_counter() function
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dsystimer_ll.h49 __attribute__((always_inline)) static inline void systimer_ll_enable_counter(systimer_dev_t *dev, u… in systimer_ll_enable_counter() function
/hal_espressif-latest/components/hal/
Dsystimer_hal.c148 systimer_ll_enable_counter(hal->dev, counter_id, true); in systimer_hal_enable_counter()
/hal_espressif-latest/components/esp_hw_support/
Dsleep_modes.c496 systimer_ll_enable_counter(&SYSTIMER, counter_id, false); in suspend_timers()
507 systimer_ll_enable_counter(&SYSTIMER, counter_id, true); in resume_timers()