Home
last modified time | relevance | path

Searched refs:count_direction (Results 1 – 5 of 5) sorted by relevance

/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/components/driver/include/driver/
Dmcpwm.h323 mcpwm_timer_direction_t count_direction; /*!<Counting direction to be set after sync */ member
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dmcpwm.rst130 .count_direction = MCPWM_TIMER_DIRECTION_UP,
/hal_espressif-3.6.0/components/driver/
Dmcpwm.c930 mcpwm_ll_timer_set_sync_phase_direction(hal->dev, timer_num, sync_conf->count_direction); in mcpwm_sync_configure()