esp-idf/components/driver/test_apps/mcpwm/main
Chen Jichang d8e5b2ac41 feat(mcpwm): Set group clock prescale dynamically
MCPWM group clock pre scale was originally fixed to 2, which is
inconvenient. Set group clock prescale dynamically. Now the maximum
resolution of the MCPWM timer is up to 160MHz(when the prescale set
to 1). And add a resulotion config for MCPWM capture.
2023-09-11 11:29:28 +08:00
..
CMakeLists.txt feat(MCPWM): Support set interrupt priority 2023-08-25 17:41:31 +08:00
test_app_main.c mcpwm: new driver implementation 2022-07-27 15:22:24 +08:00
test_mcpwm_cap.c feat(mcpwm): Set group clock prescale dynamically 2023-09-11 11:29:28 +08:00
test_mcpwm_cmpr.c mcpwm: modify wrong config name 2023-02-14 11:12:08 +08:00
test_mcpwm_common.c feat(mcpwm): Set group clock prescale dynamically 2023-09-11 11:29:28 +08:00
test_mcpwm_fault.c mcpwm: modify wrong config name 2023-02-14 11:12:08 +08:00
test_mcpwm_gen.c mcpwm: fix bldc example force output level inverted 2023-05-12 14:40:10 +08:00
test_mcpwm_iram.c mcpwm: support non-varg version of generator functions 2023-01-03 14:42:49 +08:00
test_mcpwm_oper.c feat(MCPWM): Add mcpwm carrier clk source 2023-08-25 17:34:58 +08:00
test_mcpwm_sync.c mcpwm: new driver implementation 2022-07-27 15:22:24 +08:00
test_mcpwm_timer.c mcpwm: modify wrong config name 2023-02-14 11:12:08 +08:00
test_mcpwm_utils.c feat(MCPWM): Support set interrupt priority 2023-08-25 17:41:31 +08:00
test_mcpwm_utils.h mcpwm: new driver implementation 2022-07-27 15:22:24 +08:00