Searched refs:MCPWM_TIMER_DIRECTION_DOWN (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/driver/deprecated/ |
D | mcpwm_legacy.c | 357 …cpwm_ll_generator_set_action_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, MCPWM_T… in mcpwm_set_duty_type() 358 …cpwm_ll_generator_set_action_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, MCPWM_T… in mcpwm_set_duty_type() 359 …wm_ll_generator_set_action_on_compare_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, gen, MC… in mcpwm_set_duty_type() 361 …cpwm_ll_generator_set_action_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, MCPWM_T… in mcpwm_set_duty_type() 362 …cpwm_ll_generator_set_action_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, MCPWM_T… in mcpwm_set_duty_type() 363 …wm_ll_generator_set_action_on_compare_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, gen, MC… in mcpwm_set_duty_type() 365 …cpwm_ll_generator_set_action_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, MCPWM_T… in mcpwm_set_duty_type() 366 …cpwm_ll_generator_set_action_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, MCPWM_T… in mcpwm_set_duty_type() 367 …wm_ll_generator_set_action_on_compare_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, gen, MC… in mcpwm_set_duty_type() 369 …cpwm_ll_generator_set_action_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, MCPWM_T… in mcpwm_set_duty_type() [all …]
|
/hal_espressif-latest/components/hal/include/hal/ |
D | mcpwm_types.h | 48 MCPWM_TIMER_DIRECTION_DOWN, /*!< Counting direction: Decrease */ enumerator
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | mcpwm_ll.h | 346 …return mcpwm->timer[timer_id].timer_status.timer_direction ? MCPWM_TIMER_DIRECTION_DOWN : MCPWM_TI… in mcpwm_ll_timer_get_count_direction() 750 } else if (direction == MCPWM_TIMER_DIRECTION_DOWN) { // dtez, dtep in mcpwm_ll_generator_set_action_on_timer_event() 772 } else if (direction == MCPWM_TIMER_DIRECTION_DOWN) { // dtea, dteb in mcpwm_ll_generator_set_action_on_compare_event() 794 } else if (direction == MCPWM_TIMER_DIRECTION_DOWN) { // dt0, dt1 in mcpwm_ll_generator_set_action_on_trigger_event() 818 } else if (direction == MCPWM_TIMER_DIRECTION_DOWN) { in mcpwm_ll_generator_set_action_on_brake_event()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | mcpwm_ll.h | 358 …return mcpwm->timer[timer_id].timer_status.timer_direction ? MCPWM_TIMER_DIRECTION_DOWN : MCPWM_TI… in mcpwm_ll_timer_get_count_direction() 762 } else if (direction == MCPWM_TIMER_DIRECTION_DOWN) { // dtez, dtep in mcpwm_ll_generator_set_action_on_timer_event() 784 } else if (direction == MCPWM_TIMER_DIRECTION_DOWN) { // dtea, dteb in mcpwm_ll_generator_set_action_on_compare_event() 806 } else if (direction == MCPWM_TIMER_DIRECTION_DOWN) { // dt0, dt1 in mcpwm_ll_generator_set_action_on_trigger_event() 830 } else if (direction == MCPWM_TIMER_DIRECTION_DOWN) { in mcpwm_ll_generator_set_action_on_brake_event()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | mcpwm_ll.h | 369 …return mcpwm->timer[timer_id].timer_status.timer_direction ? MCPWM_TIMER_DIRECTION_DOWN : MCPWM_TI… in mcpwm_ll_timer_get_count_direction() 773 } else if (direction == MCPWM_TIMER_DIRECTION_DOWN) { // dtez, dtep in mcpwm_ll_generator_set_action_on_timer_event() 795 } else if (direction == MCPWM_TIMER_DIRECTION_DOWN) { // dtea, dteb in mcpwm_ll_generator_set_action_on_compare_event() 817 } else if (direction == MCPWM_TIMER_DIRECTION_DOWN) { // dt0, dt1 in mcpwm_ll_generator_set_action_on_trigger_event() 841 } else if (direction == MCPWM_TIMER_DIRECTION_DOWN) { in mcpwm_ll_generator_set_action_on_brake_event()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | mcpwm_ll.h | 367 …return mcpwm->timer[timer_id].timer_status.timer_direction ? MCPWM_TIMER_DIRECTION_DOWN : MCPWM_TI… in mcpwm_ll_timer_get_count_direction() 771 } else if (direction == MCPWM_TIMER_DIRECTION_DOWN) { // dtez, dtep in mcpwm_ll_generator_set_action_on_timer_event() 793 } else if (direction == MCPWM_TIMER_DIRECTION_DOWN) { // dtea, dteb in mcpwm_ll_generator_set_action_on_compare_event() 815 } else if (direction == MCPWM_TIMER_DIRECTION_DOWN) { // dt0, dt1 in mcpwm_ll_generator_set_action_on_trigger_event() 839 } else if (direction == MCPWM_TIMER_DIRECTION_DOWN) { in mcpwm_ll_generator_set_action_on_brake_event()
|