GPIO_Mode_AIN = 0x0,
GPIO_Mode_IN_FLOATING = 0x04,
GPIO_Mode_IPD = 0x28,
GPIO_Mode_IPU = 0x48,
GPIO_Mode_Out_OD = 0x14,
GPIO_Mode_Out_PP = 0x10,
GPIO_Mode_AF_OD = 0x1C,
GPIO_Mode_AF_PP = 0x18
这些模式赋的值是怎么来的?我在手册上根本就没有找到对应的资料,它是怎样确定这些模式就是这个值,难道GPIO_Mode_IN_FLOATING就必须是0x04?真的不明白,没有对应的值,望高手指点 |