esp-idf/components/driver/test_apps/gptimer/main
Chen Jichang fc80d3e568 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-08 11:57:29 +08:00
..
CMakeLists.txt
test_app_main.c
test_gptimer.c feat(mcpwm): Set group clock prescale dynamically 2023-09-08 11:57:29 +08:00
test_gptimer_iram.c