其他分享
首页 > 其他分享> > 2021-06-18

2021-06-18

作者:互联网

标题void GPIO_Init(GPIO_TypeDef* GPIOx, GPIO_InitTypeDef* GPIO_InitStruct)第一个参数明明是指针形式,为什么在调用时就直接是GPIOx,而不需要加上解引用符号&

#define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)

这是在stm32f10x.h里定义的,GPIOA本身也是一个指针
来自专栏

标签:TypeDef,06,18,GPIOx,Init,GPIOA,2021,GPIO,指针
来源: https://blog.csdn.net/qq_21405333/article/details/118014796