2019-07-20 03:45发布
Psheng 发表于 2019-2-21 10:14 看GPIO初始化函数的内部配置
烈日灼心 发表于 2019-2-21 10:35 /* Get the IO position */ ioposition = ((uint32_t)0x01) Pin) & ioposition; 看着像是这个
最多设置5个标签!
/* Get the IO position */
ioposition = ((uint32_t)0x01) << position;
/* Get the current IO position */
iocurrent = (uint32_t)(GPIO_Init->Pin) & ioposition;
看着像是这个
对的呀 通过for循环15次 对bit0~bit15进行查询 哪一个位置1了 就配置该port
一周热门 更多>