Home
last modified time | relevance | path

Searched refs:MCPWM_UP_COUNTER (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.4.0/examples/peripherals/mcpwm/mcpwm_servo_control/main/
Dmcpwm_servo_control_example_main.c35 .counter_mode = MCPWM_UP_COUNTER, in app_main()
/hal_espressif-3.4.0/examples/peripherals/mcpwm/mcpwm_sync_example/main/
Dmcpwm_sync_example.c42 .counter_mode = MCPWM_UP_COUNTER, in app_main()
/hal_espressif-3.4.0/examples/peripherals/mcpwm/mcpwm_brushed_dc_control/main/
Dmcpwm_brushed_dc_control_example.c171 pwm_config.counter_mode = MCPWM_UP_COUNTER; //up counting mode in motor_ctrl_mcpwm_init()
/hal_espressif-3.4.0/examples/peripherals/mcpwm/mcpwm_bldc_hall_control/main/
Dmcpwm_bldc_hall_control_example_main.c209 .counter_mode = MCPWM_UP_COUNTER, in app_main()
/hal_espressif-3.4.0/components/driver/include/driver/
Dmcpwm.h190 MCPWM_UP_COUNTER, /*!<For asymmetric MCPWM*/ enumerator
/hal_espressif-3.4.0/components/driver/test/
Dtest_pwm.c106 .counter_mode = MCPWM_UP_COUNTER, in mcpwm_setup_testbench()