void TIM_PWM_Init(void) { PWM_GPIO_Config(); PWM_Mode_Config(); }
void TIM3_PWM_Config() { PWM_GPIO_Config(); TIM3_Config(); }