Home
last modified time | relevance | path

Searched defs:timer_id (Results 1 – 18 of 18) sorted by relevance

/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dlp_timer_ll.h24 FORCE_INLINE_ATTR void lp_timer_ll_set_alarm_target(lp_timer_dev_t *dev, uint8_t timer_id, uint64_t… in lp_timer_ll_set_alarm_target()
30 FORCE_INLINE_ATTR void lp_timer_ll_set_target_enable(lp_timer_dev_t *dev, uint8_t timer_id, bool en) in lp_timer_ll_set_target_enable()
35 FORCE_INLINE_ATTR uint32_t lp_timer_ll_get_counter_value_low(lp_timer_dev_t *dev, uint8_t timer_id) in lp_timer_ll_get_counter_value_low()
40 FORCE_INLINE_ATTR uint32_t lp_timer_ll_get_counter_value_high(lp_timer_dev_t *dev, uint8_t timer_id) in lp_timer_ll_get_counter_value_high()
Dmcpwm_ll.h205 static inline void mcpwm_ll_timer_set_clock_prescale(mcpwm_dev_t *mcpwm, int timer_id, uint32_t pre… in mcpwm_ll_timer_set_clock_prescale()
220 static inline void mcpwm_ll_timer_set_peak(mcpwm_dev_t *mcpwm, int timer_id, uint32_t peak, bool sy… in mcpwm_ll_timer_set_peak()
236 static inline void mcpwm_ll_timer_update_period_at_once(mcpwm_dev_t *mcpwm, int timer_id) in mcpwm_ll_timer_update_period_at_once()
248 static inline void mcpwm_ll_timer_enable_update_period_on_tez(mcpwm_dev_t *mcpwm, int timer_id, boo… in mcpwm_ll_timer_enable_update_period_on_tez()
264 static inline void mcpwm_ll_timer_enable_update_period_on_sync(mcpwm_dev_t *mcpwm, int timer_id, bo… in mcpwm_ll_timer_enable_update_period_on_sync()
280 static inline void mcpwm_ll_timer_set_count_mode(mcpwm_dev_t *mcpwm, int timer_id, mcpwm_timer_coun… in mcpwm_ll_timer_set_count_mode()
308 static inline void mcpwm_ll_timer_set_start_stop_command(mcpwm_dev_t *mcpwm, int timer_id, mcpwm_ti… in mcpwm_ll_timer_set_start_stop_command()
340 static inline uint32_t mcpwm_ll_timer_get_count_value(mcpwm_dev_t *mcpwm, int timer_id) in mcpwm_ll_timer_get_count_value()
365 …inline mcpwm_timer_direction_t mcpwm_ll_timer_get_count_direction(mcpwm_dev_t *mcpwm, int timer_id) in mcpwm_ll_timer_get_count_direction()
377 static inline void mcpwm_ll_timer_enable_sync_input(mcpwm_dev_t *mcpwm, int timer_id, bool enable) in mcpwm_ll_timer_enable_sync_input()
[all …]
Dtimer_ll.h25 #define TIMER_LL_EVENT_ALARM(timer_id) (1 << (timer_id)) argument
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dmcpwm_ll.h196 static inline void mcpwm_ll_timer_set_clock_prescale(mcpwm_dev_t *mcpwm, int timer_id, uint32_t pre… in mcpwm_ll_timer_set_clock_prescale()
211 static inline void mcpwm_ll_timer_set_peak(mcpwm_dev_t *mcpwm, int timer_id, uint32_t peak, bool sy… in mcpwm_ll_timer_set_peak()
227 static inline void mcpwm_ll_timer_update_period_at_once(mcpwm_dev_t *mcpwm, int timer_id) in mcpwm_ll_timer_update_period_at_once()
239 static inline void mcpwm_ll_timer_enable_update_period_on_tez(mcpwm_dev_t *mcpwm, int timer_id, boo… in mcpwm_ll_timer_enable_update_period_on_tez()
255 static inline void mcpwm_ll_timer_enable_update_period_on_sync(mcpwm_dev_t *mcpwm, int timer_id, bo… in mcpwm_ll_timer_enable_update_period_on_sync()
271 static inline void mcpwm_ll_timer_set_count_mode(mcpwm_dev_t *mcpwm, int timer_id, mcpwm_timer_coun… in mcpwm_ll_timer_set_count_mode()
299 static inline void mcpwm_ll_timer_set_start_stop_command(mcpwm_dev_t *mcpwm, int timer_id, mcpwm_ti… in mcpwm_ll_timer_set_start_stop_command()
331 static inline uint32_t mcpwm_ll_timer_get_count_value(mcpwm_dev_t *mcpwm, int timer_id) in mcpwm_ll_timer_get_count_value()
356 …inline mcpwm_timer_direction_t mcpwm_ll_timer_get_count_direction(mcpwm_dev_t *mcpwm, int timer_id) in mcpwm_ll_timer_get_count_direction()
368 static inline void mcpwm_ll_timer_enable_sync_input(mcpwm_dev_t *mcpwm, int timer_id, bool enable) in mcpwm_ll_timer_enable_sync_input()
[all …]
Dtimer_ll.h23 #define TIMER_LL_EVENT_ALARM(timer_id) (1 << (timer_id)) argument
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dmcpwm_ll.h207 static inline void mcpwm_ll_timer_set_clock_prescale(mcpwm_dev_t *mcpwm, int timer_id, uint32_t pre… in mcpwm_ll_timer_set_clock_prescale()
222 static inline void mcpwm_ll_timer_set_peak(mcpwm_dev_t *mcpwm, int timer_id, uint32_t peak, bool sy… in mcpwm_ll_timer_set_peak()
238 static inline void mcpwm_ll_timer_update_period_at_once(mcpwm_dev_t *mcpwm, int timer_id) in mcpwm_ll_timer_update_period_at_once()
250 static inline void mcpwm_ll_timer_enable_update_period_on_tez(mcpwm_dev_t *mcpwm, int timer_id, boo… in mcpwm_ll_timer_enable_update_period_on_tez()
266 static inline void mcpwm_ll_timer_enable_update_period_on_sync(mcpwm_dev_t *mcpwm, int timer_id, bo… in mcpwm_ll_timer_enable_update_period_on_sync()
282 static inline void mcpwm_ll_timer_set_count_mode(mcpwm_dev_t *mcpwm, int timer_id, mcpwm_timer_coun… in mcpwm_ll_timer_set_count_mode()
310 static inline void mcpwm_ll_timer_set_start_stop_command(mcpwm_dev_t *mcpwm, int timer_id, mcpwm_ti… in mcpwm_ll_timer_set_start_stop_command()
342 static inline uint32_t mcpwm_ll_timer_get_count_value(mcpwm_dev_t *mcpwm, int timer_id) in mcpwm_ll_timer_get_count_value()
367 …inline mcpwm_timer_direction_t mcpwm_ll_timer_get_count_direction(mcpwm_dev_t *mcpwm, int timer_id) in mcpwm_ll_timer_get_count_direction()
379 static inline void mcpwm_ll_timer_enable_sync_input(mcpwm_dev_t *mcpwm, int timer_id, bool enable) in mcpwm_ll_timer_enable_sync_input()
[all …]
Dlp_timer_ll.h25 FORCE_INLINE_ATTR void lp_timer_ll_set_alarm_target(lp_timer_dev_t *dev, uint8_t timer_id, uint64_t… in lp_timer_ll_set_alarm_target()
31 FORCE_INLINE_ATTR void lp_timer_ll_set_target_enable(lp_timer_dev_t *dev, uint8_t timer_id, bool en) in lp_timer_ll_set_target_enable()
Dtimer_ll.h25 #define TIMER_LL_EVENT_ALARM(timer_id) (1 << (timer_id)) argument
/hal_espressif-latest/components/hal/esp32/include/hal/
Dmcpwm_ll.h196 static inline void mcpwm_ll_timer_set_clock_prescale(mcpwm_dev_t *mcpwm, int timer_id, uint32_t pre… in mcpwm_ll_timer_set_clock_prescale()
211 static inline void mcpwm_ll_timer_set_peak(mcpwm_dev_t *mcpwm, int timer_id, uint32_t peak, bool sy… in mcpwm_ll_timer_set_peak()
227 static inline void mcpwm_ll_timer_update_period_at_once(mcpwm_dev_t *mcpwm, int timer_id) in mcpwm_ll_timer_update_period_at_once()
239 static inline void mcpwm_ll_timer_enable_update_period_on_tez(mcpwm_dev_t *mcpwm, int timer_id, boo… in mcpwm_ll_timer_enable_update_period_on_tez()
255 static inline void mcpwm_ll_timer_enable_update_period_on_sync(mcpwm_dev_t *mcpwm, int timer_id, bo… in mcpwm_ll_timer_enable_update_period_on_sync()
271 static inline void mcpwm_ll_timer_set_count_mode(mcpwm_dev_t *mcpwm, int timer_id, mcpwm_timer_coun… in mcpwm_ll_timer_set_count_mode()
299 static inline void mcpwm_ll_timer_set_start_stop_command(mcpwm_dev_t *mcpwm, int timer_id, mcpwm_ti… in mcpwm_ll_timer_set_start_stop_command()
331 static inline uint32_t mcpwm_ll_timer_get_count_value(mcpwm_dev_t *mcpwm, int timer_id) in mcpwm_ll_timer_get_count_value()
344 …inline mcpwm_timer_direction_t mcpwm_ll_timer_get_count_direction(mcpwm_dev_t *mcpwm, int timer_id) in mcpwm_ll_timer_get_count_direction()
356 static inline void mcpwm_ll_timer_enable_sync_input(mcpwm_dev_t *mcpwm, int timer_id, bool enable) in mcpwm_ll_timer_enable_sync_input()
[all …]
Dtimer_ll.h23 #define TIMER_LL_EVENT_ALARM(timer_id) (1 << (timer_id)) argument
/hal_espressif-latest/components/hal/include/hal/
Dtimer_hal.h28 uint32_t timer_id; // Timer ID (i.e. index of the timer in the group) member
/hal_espressif-latest/components/hal/
Dlp_timer_hal.c19 void IRAM_ATTR lp_timer_hal_set_alarm_target(uint8_t timer_id, uint64_t value) in lp_timer_hal_set_alarm_target()
Dmcpwm_hal.c24 void mcpwm_hal_timer_reset(mcpwm_hal_context_t *hal, int timer_id) in mcpwm_hal_timer_reset()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtimer_ll.h23 #define TIMER_LL_EVENT_ALARM(timer_id) (1 << (timer_id)) argument
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dtimer_ll.h23 #define TIMER_LL_EVENT_ALARM(timer_id) (1 << (timer_id)) argument
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dtimer_ll.h23 #define TIMER_LL_EVENT_ALARM(timer_id) (1 << (timer_id)) argument
/hal_espressif-latest/components/bt/common/osi/
Dalarm.c159 struct alarm_t *timer_id = NULL; in osi_alarm_new() local
/hal_espressif-latest/components/driver/deprecated/
Dtimer_legacy.c204 uint32_t timer_id = timer_obj->hal.timer_id; in timer_isr_default() local