Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/hal/esp32h2/include/hal/
Dlp_timer_ll.h22 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()
28 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()
33 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()
38 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.h200 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()
214 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()
232 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()
244 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()
260 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()
276 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()
304 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()
336 static inline uint32_t mcpwm_ll_timer_get_count_value(mcpwm_dev_t *mcpwm, int timer_id) in mcpwm_ll_timer_get_count_value()
361 …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()
373 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-3.7.0/components/hal/esp32/include/hal/
Dmcpwm_ll.h191 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()
205 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()
223 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()
235 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()
251 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()
267 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()
295 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()
327 static inline uint32_t mcpwm_ll_timer_get_count_value(mcpwm_dev_t *mcpwm, int timer_id) in mcpwm_ll_timer_get_count_value()
340 …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()
352 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-3.7.0/components/hal/esp32s3/include/hal/
Dmcpwm_ll.h191 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()
205 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()
223 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()
235 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()
251 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()
267 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()
295 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()
327 static inline uint32_t mcpwm_ll_timer_get_count_value(mcpwm_dev_t *mcpwm, int timer_id) in mcpwm_ll_timer_get_count_value()
352 …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()
364 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-3.7.0/components/hal/esp32c6/include/hal/
Dmcpwm_ll.h202 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()
216 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()
234 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()
246 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()
262 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()
278 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()
306 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()
338 static inline uint32_t mcpwm_ll_timer_get_count_value(mcpwm_dev_t *mcpwm, int timer_id) in mcpwm_ll_timer_get_count_value()
363 …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()
375 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.h23 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()
29 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-3.7.0/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-3.7.0/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-3.7.0/components/hal/esp32c3/include/hal/
Dtimer_ll.h23 #define TIMER_LL_EVENT_ALARM(timer_id) (1 << (timer_id)) argument
/hal_espressif-3.7.0/components/hal/esp32s2/include/hal/
Dtimer_ll.h23 #define TIMER_LL_EVENT_ALARM(timer_id) (1 << (timer_id)) argument
/hal_espressif-3.7.0/components/hal/esp32c2/include/hal/
Dtimer_ll.h23 #define TIMER_LL_EVENT_ALARM(timer_id) (1 << (timer_id)) argument
/hal_espressif-3.7.0/components/bt/common/osi/
Dalarm.c159 struct alarm_t *timer_id = NULL; in osi_alarm_new() local
/hal_espressif-3.7.0/components/driver/deprecated/
Dtimer_legacy.c204 uint32_t timer_id = timer_obj->hal.timer_id; in timer_isr_default() local
/hal_espressif-3.7.0/components/esp_timer/test_apps/main/
Dtest_esp_timer.c71 int timer_id; variable