STM32 GPIO經常使用庫函數

庫函數代碼 頭文件:stm32f10x_gpio.h 源文件:stm32f10x_gpio.c 使能函數 RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOx,ENABLE);web 1個初始化函數: void GPIO_Init(GPIO_TypeDef* GPIOx, GPIO_InitTypeDef* GPIO_InitStruct); (1) 做用:初始化
相關文章
相關標籤/搜索