示例#1
0
void TIM_PWM_Init(void)
{
	PWM_GPIO_Config();
	PWM_Mode_Config();

}
示例#2
0
void TIM3_PWM_Config()
{
	PWM_GPIO_Config();
	TIM3_Config();
}