void GPIO_StructInit(GPIO_InitTypeDef* GPIO_InitStruct)
GPIO_Init構造体の初期値に従って、GPIOx周辺回路レジスタの値を初期化します。
メンバ | 初期値 |
GPIO_Pin | GPIO_Pin_All |
GPIO_Speed | GPIO_Speed_2MHz |
GPIO_Mode | GPIO_Mode_IN_FLOATING |
/* Initialize the GPIO Init Structure parameters */ GPIO_InitTypeDef GPIO_InitStructure; GPIO_StructInit(&GPIO_InitStructure);