STM32一个库函数void GPIO_Init(GPIO_TypeDef* GPIOx, GPIO_InitTypeDef* GPIO_InitStruct);
它的函数体太长了,请高手自己看下,我就不贴在这里了它具体实现的功能是:/*************************************************...
它的函数体太长了,请高手自己看下,我就不贴在这里了
它具体实现的功能是:
/*******************************************************************************
* Function Name : GPIO_Init
* Description : Initializes the GPIOx peripheral according to the specified
* parameters in the GPIO_InitStruct.
* Input : - GPIOx: where x can be (A..G) to select the GPIO peripheral.
* - GPIO_InitStruct: pointer to a GPIO_InitTypeDef structure that
* contains the configuration information for the specified GPIO
* peripheral.
* Output : None
* Return : None
*******************************************************************************/
我看别人的程序在调用的时候,为什么这样写?
GPIO_Init(GPIOF , &GPIO_InitStructure);
这个GPIO_InitStructure前面为什么要加一个&,根据上面的说明,这个GPIO_InitStructure不是一个指针么? 展开
它具体实现的功能是:
/*******************************************************************************
* Function Name : GPIO_Init
* Description : Initializes the GPIOx peripheral according to the specified
* parameters in the GPIO_InitStruct.
* Input : - GPIOx: where x can be (A..G) to select the GPIO peripheral.
* - GPIO_InitStruct: pointer to a GPIO_InitTypeDef structure that
* contains the configuration information for the specified GPIO
* peripheral.
* Output : None
* Return : None
*******************************************************************************/
我看别人的程序在调用的时候,为什么这样写?
GPIO_Init(GPIOF , &GPIO_InitStructure);
这个GPIO_InitStructure前面为什么要加一个&,根据上面的说明,这个GPIO_InitStructure不是一个指针么? 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询