Home
last modified time | relevance | path

Searched refs:MCPWM_TIMER_DIRECTION_DOWN (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/driver/
Dmcpwm.c329 …cpwm_ll_generator_set_action_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, MCPWM_T… in mcpwm_set_duty_type()
330 …cpwm_ll_generator_set_action_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, MCPWM_T… in mcpwm_set_duty_type()
331 …wm_ll_generator_set_action_on_compare_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, gen, MC… in mcpwm_set_duty_type()
333 …cpwm_ll_generator_set_action_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, MCPWM_T… in mcpwm_set_duty_type()
334 …cpwm_ll_generator_set_action_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, MCPWM_T… in mcpwm_set_duty_type()
335 …wm_ll_generator_set_action_on_compare_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, gen, MC… in mcpwm_set_duty_type()
337 …cpwm_ll_generator_set_action_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, MCPWM_T… in mcpwm_set_duty_type()
338 …cpwm_ll_generator_set_action_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, MCPWM_T… in mcpwm_set_duty_type()
339 …wm_ll_generator_set_action_on_compare_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, gen, MC… in mcpwm_set_duty_type()
341 …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-3.6.0/components/hal/include/hal/
Dmcpwm_types.h19 MCPWM_TIMER_DIRECTION_DOWN, /*!< Counting direction: Decrease */ enumerator
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dmcpwm_ll.h396 …return mcpwm->timer[timer_id].timer_status.timer_direction ? MCPWM_TIMER_DIRECTION_DOWN : MCPWM_TI… in mcpwm_ll_timer_get_count_direction()
587 } else if (direction == MCPWM_TIMER_DIRECTION_DOWN) { // dtez, dtep in mcpwm_ll_generator_set_action_on_timer_event()
599 } else if (direction == MCPWM_TIMER_DIRECTION_DOWN) { // dtea, dteb in mcpwm_ll_generator_set_action_on_compare_event()
611 } else if (direction == MCPWM_TIMER_DIRECTION_DOWN) { // dt0, dt1 in mcpwm_ll_generator_set_action_on_trigger_event()
912 } else if (direction == MCPWM_TIMER_DIRECTION_DOWN) { in mcpwm_ll_generator_set_action_on_trip_event()
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Dmcpwm_ll.h378 …return mcpwm->timer[timer_id].timer_status.timer_direction ? MCPWM_TIMER_DIRECTION_DOWN : MCPWM_TI… in mcpwm_ll_timer_get_count_direction()
569 } else if (direction == MCPWM_TIMER_DIRECTION_DOWN) { // dtez, dtep in mcpwm_ll_generator_set_action_on_timer_event()
581 } else if (direction == MCPWM_TIMER_DIRECTION_DOWN) { // dtea, dteb in mcpwm_ll_generator_set_action_on_compare_event()
593 } else if (direction == MCPWM_TIMER_DIRECTION_DOWN) { // dt0, dt1 in mcpwm_ll_generator_set_action_on_trigger_event()
894 } else if (direction == MCPWM_TIMER_DIRECTION_DOWN) { in mcpwm_ll_generator_set_action_on_trip_event()