PWM
The code generation tool will parse all timer channels configured for PWM output and generate the corresponding code.
Example
When the third parameter is set to true
, the complementary output of this timer channel is used.
STM32PWM pwm_timX_chX(&htimX, TIM_CHANNEL_X, false);