Home
last modified time | relevance | path

Searched refs:counter_mode (Results 1 – 7 of 7) 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.h293 mcpwm_counter_type_t counter_mode; /*!<Set type of MCPWM counter*/ member
/hal_espressif-3.4.0/components/driver/test/
Dtest_pwm.c106 .counter_mode = MCPWM_UP_COUNTER, in mcpwm_setup_testbench()
/hal_espressif-3.4.0/components/driver/
Dmcpwm.c394 mcpwm_ll_timer_set_count_mode(hal->dev, timer_num, mcpwm_conf->counter_mode); in mcpwm_init()