4905| 1
|
GPIO复用推挽输出设置 |
5金钱
最佳答案这个要看函数GPIO_Init的定义
GPIO_Mode_Out_PP=0x10 这个并不直接对应寄存器
/*---------------------------- GPIO Mode Configuration -----------------------*/
currentmode = ((uint32_t)GPIO_InitStruct->GPIO_Mode) & ((uint32_t)0x0F);
if ((((uint32_t)GPIO_InitStruct->GPIO_Mode) & ((uint32_t)0x10))&nbs ...
| ||
| ||
|手机版|OpenEdv-开源电子网
( 粤ICP备12000418号-1 )
GMT+8, 2025-6-27 21:42
Powered by OpenEdv-开源电子网
© 2001-2030 OpenEdv-开源电子网