Searched refs:systimer_ll_enable_clock (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/esp_rom/patches/ |
D | esp_rom_systimer.c | 18 systimer_ll_enable_clock(hal->dev, true); in systimer_hal_init() 23 systimer_ll_enable_clock(hal->dev, false); in systimer_hal_deinit() 71 systimer_ll_enable_clock(hal->dev, true); in systimer_hal_init() 78 systimer_ll_enable_clock(hal->dev, false); in systimer_hal_deinit()
|
/hal_espressif-latest/components/hal/ |
D | systimer_hal.c | 18 systimer_ll_enable_clock(hal->dev, true); in systimer_hal_init() 29 systimer_ll_enable_clock(hal->dev, false); in systimer_hal_deinit()
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | systimer_ll.h | 23 __attribute__((always_inline)) static inline void systimer_ll_enable_clock(systimer_dev_t *dev, boo… in systimer_ll_enable_clock() function
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | systimer_ll.h | 23 __attribute__((always_inline)) static inline void systimer_ll_enable_clock(systimer_dev_t *dev, boo… in systimer_ll_enable_clock() function
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | systimer_ll.h | 23 __attribute__((always_inline)) static inline void systimer_ll_enable_clock(systimer_dev_t *dev, boo… in systimer_ll_enable_clock() function
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | systimer_ll.h | 23 __attribute__((always_inline)) static inline void systimer_ll_enable_clock(systimer_dev_t *dev, boo… in systimer_ll_enable_clock() function
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | systimer_ll.h | 24 __attribute__((always_inline)) static inline void systimer_ll_enable_clock(systimer_dev_t *dev, boo… in systimer_ll_enable_clock() function
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | systimer_ll.h | 24 __attribute__((always_inline)) static inline void systimer_ll_enable_clock(systimer_dev_t *dev, boo… in systimer_ll_enable_clock() function
|