Home
last modified time | relevance | path

Searched refs:MCPWM_TIMER_DIRECTION_UP (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.6.0/components/driver/
Dmcpwm.c310 …mcpwm_ll_generator_set_action_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, MCPWM_TI… in mcpwm_set_duty_type()
311 …mcpwm_ll_generator_set_action_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, MCPWM_TI… in mcpwm_set_duty_type()
312 …pwm_ll_generator_set_action_on_compare_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, gen, MCP… in mcpwm_set_duty_type()
314 …mcpwm_ll_generator_set_action_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, MCPWM_TI… in mcpwm_set_duty_type()
315 …mcpwm_ll_generator_set_action_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, MCPWM_TI… in mcpwm_set_duty_type()
316 …pwm_ll_generator_set_action_on_compare_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, gen, MCP… in mcpwm_set_duty_type()
318 …mcpwm_ll_generator_set_action_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, MCPWM_TI… in mcpwm_set_duty_type()
319 …mcpwm_ll_generator_set_action_on_timer_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, MCPWM_TI… in mcpwm_set_duty_type()
320 …pwm_ll_generator_set_action_on_compare_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, gen, MCP… in mcpwm_set_duty_type()
322 …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-3.6.0/components/hal/include/hal/
Dmcpwm_types.h18 MCPWM_TIMER_DIRECTION_UP, /*!< Counting direction: Increase */ enumerator
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dmcpwm_ll.h396 …mer[timer_id].timer_status.timer_direction ? MCPWM_TIMER_DIRECTION_DOWN : MCPWM_TIMER_DIRECTION_UP; in mcpwm_ll_timer_get_count_direction()
584 if (direction == MCPWM_TIMER_DIRECTION_UP) { // utez, utep in mcpwm_ll_generator_set_action_on_timer_event()
596 if (direction == MCPWM_TIMER_DIRECTION_UP) { // utea, uteb in mcpwm_ll_generator_set_action_on_compare_event()
608 if (direction == MCPWM_TIMER_DIRECTION_UP) { // ut0, ut1 in mcpwm_ll_generator_set_action_on_trigger_event()
909 if (direction == MCPWM_TIMER_DIRECTION_UP) { in mcpwm_ll_generator_set_action_on_trip_event()
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Dmcpwm_ll.h378 …mer[timer_id].timer_status.timer_direction ? MCPWM_TIMER_DIRECTION_DOWN : MCPWM_TIMER_DIRECTION_UP; in mcpwm_ll_timer_get_count_direction()
566 if (direction == MCPWM_TIMER_DIRECTION_UP) { // utez, utep in mcpwm_ll_generator_set_action_on_timer_event()
578 if (direction == MCPWM_TIMER_DIRECTION_UP) { // utea, uteb in mcpwm_ll_generator_set_action_on_compare_event()
590 if (direction == MCPWM_TIMER_DIRECTION_UP) { // ut0, ut1 in mcpwm_ll_generator_set_action_on_trigger_event()
891 if (direction == MCPWM_TIMER_DIRECTION_UP) { in mcpwm_ll_generator_set_action_on_trip_event()
/hal_espressif-3.6.0/examples/peripherals/mcpwm/mcpwm_sync_example/main/
Dmcpwm_sync_example.c67 .count_direction = MCPWM_TIMER_DIRECTION_UP, in app_main()
/hal_espressif-3.6.0/components/driver/test/
Dtest_pwm.c364 .count_direction = MCPWM_TIMER_DIRECTION_UP, in mcpwm_sync_test()
437 .count_direction = MCPWM_TIMER_DIRECTION_UP, in mcpwm_swsync_test()
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dmcpwm.rst130 .count_direction = MCPWM_TIMER_DIRECTION_UP,