Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_systimer.c52 systimer_ll_set_alarm_period(hal->dev, alarm_id, hal->us_to_ticks(period)); in systimer_hal_set_alarm_period()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dsystimer_ll.h130 __attribute__((always_inline)) static inline void systimer_ll_set_alarm_period(systimer_dev_t *dev,… in systimer_ll_set_alarm_period() function
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dsystimer_ll.h117 __attribute__((always_inline)) static inline void systimer_ll_set_alarm_period(systimer_dev_t *dev,… in systimer_ll_set_alarm_period() function
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dsystimer_ll.h117 __attribute__((always_inline)) static inline void systimer_ll_set_alarm_period(systimer_dev_t *dev,… in systimer_ll_set_alarm_period() function
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dsystimer_ll.h117 __attribute__((always_inline)) static inline void systimer_ll_set_alarm_period(systimer_dev_t *dev,… in systimer_ll_set_alarm_period() function
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dsystimer_ll.h126 __attribute__((always_inline)) static inline void systimer_ll_set_alarm_period(systimer_dev_t *dev,… in systimer_ll_set_alarm_period() function
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dsystimer_ll.h126 __attribute__((always_inline)) static inline void systimer_ll_set_alarm_period(systimer_dev_t *dev,… in systimer_ll_set_alarm_period() function
/hal_espressif-latest/components/hal/
Dsystimer_hal.c122 systimer_ll_set_alarm_period(hal->dev, alarm_id, hal->us_to_ticks(period)); in systimer_hal_set_alarm_period()