mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
0ce2683d81
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. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
test_app_main.c | ||
test_mcpwm_cap.c | ||
test_mcpwm_cmpr.c | ||
test_mcpwm_common.c | ||
test_mcpwm_fault.c | ||
test_mcpwm_gen.c | ||
test_mcpwm_iram.c | ||
test_mcpwm_oper.c | ||
test_mcpwm_sync.c | ||
test_mcpwm_timer.c | ||
test_mcpwm_utils.c | ||
test_mcpwm_utils.h |