/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | lp_timer_ll.h | 24 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()
|
D | mcpwm_ll.h | 205 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 …]
|
D | timer_ll.h | 25 #define TIMER_LL_EVENT_ALARM(timer_id) (1 << (timer_id)) argument
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | mcpwm_ll.h | 196 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 …]
|
D | timer_ll.h | 23 #define TIMER_LL_EVENT_ALARM(timer_id) (1 << (timer_id)) argument
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | mcpwm_ll.h | 207 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 …]
|
D | lp_timer_ll.h | 25 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()
|
D | timer_ll.h | 25 #define TIMER_LL_EVENT_ALARM(timer_id) (1 << (timer_id)) argument
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | mcpwm_ll.h | 196 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 …]
|
D | timer_ll.h | 23 #define TIMER_LL_EVENT_ALARM(timer_id) (1 << (timer_id)) argument
|
/hal_espressif-latest/components/hal/include/hal/ |
D | timer_hal.h | 28 uint32_t timer_id; // Timer ID (i.e. index of the timer in the group) member
|
/hal_espressif-latest/components/hal/ |
D | lp_timer_hal.c | 19 void IRAM_ATTR lp_timer_hal_set_alarm_target(uint8_t timer_id, uint64_t value) in lp_timer_hal_set_alarm_target()
|
D | mcpwm_hal.c | 24 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/ |
D | timer_ll.h | 23 #define TIMER_LL_EVENT_ALARM(timer_id) (1 << (timer_id)) argument
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | timer_ll.h | 23 #define TIMER_LL_EVENT_ALARM(timer_id) (1 << (timer_id)) argument
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | timer_ll.h | 23 #define TIMER_LL_EVENT_ALARM(timer_id) (1 << (timer_id)) argument
|
/hal_espressif-latest/components/bt/common/osi/ |
D | alarm.c | 159 struct alarm_t *timer_id = NULL; in osi_alarm_new() local
|
/hal_espressif-latest/components/driver/deprecated/ |
D | timer_legacy.c | 204 uint32_t timer_id = timer_obj->hal.timer_id; in timer_isr_default() local
|