Searched refs:systimer_ll_enable_counter (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | systimer_ll.h | 40 __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/ |
D | systimer_ll.h | 40 __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/ |
D | systimer_ll.h | 40 __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/ |
D | systimer_ll.h | 40 __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/ |
D | systimer_ll.h | 49 __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/ |
D | systimer_ll.h | 49 __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/ |
D | systimer_hal.c | 148 systimer_ll_enable_counter(hal->dev, counter_id, true); in systimer_hal_enable_counter()
|
/hal_espressif-latest/components/esp_hw_support/ |
D | sleep_modes.c | 496 systimer_ll_enable_counter(&SYSTIMER, counter_id, false); in suspend_timers() 507 systimer_ll_enable_counter(&SYSTIMER, counter_id, true); in resume_timers()
|