摘要:
void TIM3_Cap_Init(u16 arr,u16 psc)//定时器3通道2输入捕获配置 { TIM_ICInitTypeDef TIM_ICInitStructure; TIM_TimeBaseInitTypeDef TIM_TimeBaseStructure; NVIC_InitTy 阅读全文
摘要:
TIM_ICInitTypeDef TIM2_ICInitStructure; void TIM2_CH1_Cap_Init(u16 arr,u16 psc) { GPIO_InitTypeDef GPIO_InitStructure; TIM_TimeBaseInitTypeDef TIM_Tim 阅读全文