esp-idf/components/driver/test_apps/mcpwm/main
Chen Jichang 5ab755915b feature(MCPWM): Add MCPWM trigger driver and test
Each MCPWM operator has two Trigger (named T0 and T1), and they can be
routed to GPIO fault signal or timer sync event.Generator can be set up
to perform different action on Trigger event.
This commit add a trigger driver and a test for the driver.
2023-07-25 14:44:41 +08:00
..
CMakeLists.txt driver:Trim the build components 2023-06-13 14:24:44 +08:00
test_app_main.c mcpwm: new driver implementation 2022-07-27 15:22:24 +08:00
test_mcpwm_cap.c mcpwm: enable test on esp32c6 2022-12-22 11:17:38 +08:00
test_mcpwm_cmpr.c mcpwm: modify wrong config name 2023-02-14 11:12:08 +08:00
test_mcpwm_fault.c mcpwm: modify wrong config name 2023-02-14 11:12:08 +08:00
test_mcpwm_gen.c feature(MCPWM): Add MCPWM trigger driver and test 2023-07-25 14:44:41 +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 mcpwm: modify wrong config name 2023-02-14 11:12:08 +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 mcpwm: new driver implementation 2022-07-27 15:22:24 +08:00
test_mcpwm_utils.h mcpwm: new driver implementation 2022-07-27 15:22:24 +08:00