[[ファームウェア関数一覧>ファームウェア関数一覧#x6569942]]
*GPIO_StructInit [#ofb81805]
#contents
**ヘッダ宣言 [#id5c3694]
**関数プロトタイプ [#d37da268]
 void GPIO_StructInit(GPIO_InitTypeDef* GPIO_InitStruct)
**動作 [#bd7287ba]
GPIO_Init構造体の初期値に従って、GPIOx周辺回路レジスタの値を初期化します。
**引数 [#uca5c16b]
-GPIO_InitStruct&br;
|メンバ|初期値|h
|CENTER:メンバ|CENTER:初期値|h
|GPIO_Pin|GPIO_Pin_All|
|GPIO_Speed|GPIO_Speed_2MHz|
|GPIO_Mode|GPIO_Mode_IN_FLOATING|
&br;
**戻り値 [#gc5bce62]
-無し
**呼び出し関数 [#o769940c]
-無し
**サンプル [#w772e7d4]
 /* Initialize the GPIO Init Structure parameters */
 GPIO_InitTypeDef GPIO_InitStructure;
 GPIO_StructInit(&GPIO_InitStructure);

**参照 [#p37fd816]

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS