Searched refs:mcpwm_timer_direction_t (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.6.0/components/hal/include/hal/ |
D | mcpwm_types.h | 20 } mcpwm_timer_direction_t; typedef
|
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/ |
D | mcpwm_ll.h | 394 static inline mcpwm_timer_direction_t mcpwm_ll_timer_get_count_direction(mcpwm_dev_t *mcpwm, int ti… in mcpwm_ll_timer_get_count_direction() 437 …timer_set_sync_phase_direction(mcpwm_dev_t *mcpwm, int timer_id, mcpwm_timer_direction_t direction) in mcpwm_ll_timer_set_sync_phase_direction() 582 … mcpwm_timer_direction_t direction, mcpwm_timer_event_t event, mcpwm_generator_action_t action) in mcpwm_ll_generator_set_action_on_timer_event() 594 mcpwm_timer_direction_t direction, int cmp_id, int action) in mcpwm_ll_generator_set_action_on_compare_event() 606 mcpwm_timer_direction_t direction, int trig_id, int action) in mcpwm_ll_generator_set_action_on_trigger_event() 907 mcpwm_timer_direction_t direction, mcpwm_trip_type_t trip, int action) in mcpwm_ll_generator_set_action_on_trip_event()
|
/hal_espressif-3.6.0/components/hal/esp32/include/hal/ |
D | mcpwm_ll.h | 376 static inline mcpwm_timer_direction_t mcpwm_ll_timer_get_count_direction(mcpwm_dev_t *mcpwm, int ti… in mcpwm_ll_timer_get_count_direction() 419 …timer_set_sync_phase_direction(mcpwm_dev_t *mcpwm, int timer_id, mcpwm_timer_direction_t direction) in mcpwm_ll_timer_set_sync_phase_direction() 564 … mcpwm_timer_direction_t direction, mcpwm_timer_event_t event, mcpwm_generator_action_t action) in mcpwm_ll_generator_set_action_on_timer_event() 576 mcpwm_timer_direction_t direction, int cmp_id, int action) in mcpwm_ll_generator_set_action_on_compare_event() 588 mcpwm_timer_direction_t direction, int trig_id, int action) in mcpwm_ll_generator_set_action_on_trigger_event() 889 mcpwm_timer_direction_t direction, mcpwm_trip_type_t trip, int action) in mcpwm_ll_generator_set_action_on_trip_event()
|
/hal_espressif-3.6.0/components/driver/include/driver/ |
D | mcpwm.h | 323 mcpwm_timer_direction_t count_direction; /*!<Counting direction to be set after sync */
|