Searched refs:MCPWM_TIMER_DIRECTION_UP (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/driver/deprecated/ |
D | mcpwm_legacy.c | 338 …mcpwm_ll_generator_set_action_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, MCPWM_TI… in mcpwm_set_duty_type() 339 …mcpwm_ll_generator_set_action_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, MCPWM_TI… in mcpwm_set_duty_type() 340 …pwm_ll_generator_set_action_on_compare_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, gen, MCP… in mcpwm_set_duty_type() 342 …mcpwm_ll_generator_set_action_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, MCPWM_TI… in mcpwm_set_duty_type() 343 …mcpwm_ll_generator_set_action_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, MCPWM_TI… in mcpwm_set_duty_type() 344 …pwm_ll_generator_set_action_on_compare_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, gen, MCP… in mcpwm_set_duty_type() 346 …mcpwm_ll_generator_set_action_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, MCPWM_TI… in mcpwm_set_duty_type() 347 …mcpwm_ll_generator_set_action_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, MCPWM_TI… in mcpwm_set_duty_type() 348 …pwm_ll_generator_set_action_on_compare_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, gen, MCP… in mcpwm_set_duty_type() 350 …mcpwm_ll_generator_set_action_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, MCPWM_TI… in mcpwm_set_duty_type() [all …]
|
/hal_espressif-latest/components/hal/include/hal/ |
D | mcpwm_types.h | 47 MCPWM_TIMER_DIRECTION_UP, /*!< Counting direction: Increase */ enumerator
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | mcpwm_ll.h | 346 …mer[timer_id].timer_status.timer_direction ? MCPWM_TIMER_DIRECTION_DOWN : MCPWM_TIMER_DIRECTION_UP; in mcpwm_ll_timer_get_count_direction() 747 if (direction == MCPWM_TIMER_DIRECTION_UP) { // utez, utep in mcpwm_ll_generator_set_action_on_timer_event() 769 if (direction == MCPWM_TIMER_DIRECTION_UP) { // utea, uteb in mcpwm_ll_generator_set_action_on_compare_event() 791 if (direction == MCPWM_TIMER_DIRECTION_UP) { // ut0, ut1 in mcpwm_ll_generator_set_action_on_trigger_event() 815 if (direction == MCPWM_TIMER_DIRECTION_UP) { in mcpwm_ll_generator_set_action_on_brake_event()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | mcpwm_ll.h | 358 …mer[timer_id].timer_status.timer_direction ? MCPWM_TIMER_DIRECTION_DOWN : MCPWM_TIMER_DIRECTION_UP; in mcpwm_ll_timer_get_count_direction() 759 if (direction == MCPWM_TIMER_DIRECTION_UP) { // utez, utep in mcpwm_ll_generator_set_action_on_timer_event() 781 if (direction == MCPWM_TIMER_DIRECTION_UP) { // utea, uteb in mcpwm_ll_generator_set_action_on_compare_event() 803 if (direction == MCPWM_TIMER_DIRECTION_UP) { // ut0, ut1 in mcpwm_ll_generator_set_action_on_trigger_event() 827 if (direction == MCPWM_TIMER_DIRECTION_UP) { in mcpwm_ll_generator_set_action_on_brake_event()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | mcpwm_ll.h | 369 …mer[timer_id].timer_status.timer_direction ? MCPWM_TIMER_DIRECTION_DOWN : MCPWM_TIMER_DIRECTION_UP; in mcpwm_ll_timer_get_count_direction() 770 if (direction == MCPWM_TIMER_DIRECTION_UP) { // utez, utep in mcpwm_ll_generator_set_action_on_timer_event() 792 if (direction == MCPWM_TIMER_DIRECTION_UP) { // utea, uteb in mcpwm_ll_generator_set_action_on_compare_event() 814 if (direction == MCPWM_TIMER_DIRECTION_UP) { // ut0, ut1 in mcpwm_ll_generator_set_action_on_trigger_event() 838 if (direction == MCPWM_TIMER_DIRECTION_UP) { in mcpwm_ll_generator_set_action_on_brake_event()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | mcpwm_ll.h | 367 …mer[timer_id].timer_status.timer_direction ? MCPWM_TIMER_DIRECTION_DOWN : MCPWM_TIMER_DIRECTION_UP; in mcpwm_ll_timer_get_count_direction() 768 if (direction == MCPWM_TIMER_DIRECTION_UP) { // utez, utep in mcpwm_ll_generator_set_action_on_timer_event() 790 if (direction == MCPWM_TIMER_DIRECTION_UP) { // utea, uteb in mcpwm_ll_generator_set_action_on_compare_event() 812 if (direction == MCPWM_TIMER_DIRECTION_UP) { // ut0, ut1 in mcpwm_ll_generator_set_action_on_trigger_event() 836 if (direction == MCPWM_TIMER_DIRECTION_UP) { in mcpwm_ll_generator_set_action_on_brake_event()
|