關於Stm32的函數_GPIO_PinAFConfig_的理解

void GPIO_PinAFConfig(GPIO_TypeDef* GPIOx, uint16_t GPIO_PinSource, uint8_t GPIO_AF) 比方說STM32F446xx引腳描述以下圖 (認真看) 若是須要將PA8與TIM1_CH1掛鉤,那麼能夠經過GPIO_PinAFConfig來配置; 實現代碼以下: GPIO_PinAFConfig(GPIOA,GPIO_PinS
相關文章
相關標籤/搜索