PWM
The code generation tool will parse all timer channels configured for PWM output and generate the corresponding code.
Example
STM32PWM pwm_timX_chX(&htimX, TIM_CHANNEL_1);
The code generation tool will parse all timer channels configured for PWM output and generate the corresponding code.
STM32PWM pwm_timX_chX(&htimX, TIM_CHANNEL_1);