esp-idf/components/driver/mcpwm
Chen Jichang 0ce2683d81 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-11-15 05:57:37 +00:00
..
include/driver feature(MCPWM): Add MCPWM trigger driver and test 2023-11-15 05:57:37 +00:00
mcpwm_cap.c feat(mcpwm): Set group clock prescale dynamically 2023-09-11 11:29:28 +08:00
mcpwm_cmpr.c feat(MCPWM): Support set interrupt priority 2023-08-25 17:41:31 +08:00
mcpwm_com.c feat(mcpwm): Set group clock prescale dynamically 2023-09-11 11:29:28 +08:00
mcpwm_fault.c feat(MCPWM): Support set interrupt priority 2023-08-25 17:41:31 +08:00
mcpwm_gen.c feature(MCPWM): Add MCPWM trigger driver and test 2023-11-15 05:57:37 +00:00
mcpwm_oper.c feat(mcpwm): Set group clock prescale dynamically 2023-09-11 11:29:28 +08:00
mcpwm_private.h feature(MCPWM): Add MCPWM trigger driver and test 2023-11-15 05:57:37 +00:00
mcpwm_sync.c driver: fix typo "destroy" 2023-03-01 00:43:14 +00:00
mcpwm_timer.c feat(mcpwm): support update timer period dynamically 2023-10-24 10:11:47 +08:00