GPIO_StructInit
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
[[ファームウェア関数一覧>ファームウェア関数一覧#x6569942]]
*GPIO_StructInit [#ofb81805]
#contents
**ヘッダ宣言 [#id5c3694]
**関数プロトタイプ [#d37da268]
void GPIO_StructInit(GPIO_InitTypeDef* GPIO_InitStruct)
**動作 [#bd7287ba]
GPIO_Init構造体の初期値に従って、GPIOx周辺回路レジスタの...
**引数 [#uca5c16b]
-GPIO_InitStruct&br;
|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]
終了行:
[[ファームウェア関数一覧>ファームウェア関数一覧#x6569942]]
*GPIO_StructInit [#ofb81805]
#contents
**ヘッダ宣言 [#id5c3694]
**関数プロトタイプ [#d37da268]
void GPIO_StructInit(GPIO_InitTypeDef* GPIO_InitStruct)
**動作 [#bd7287ba]
GPIO_Init構造体の初期値に従って、GPIOx周辺回路レジスタの...
**引数 [#uca5c16b]
-GPIO_InitStruct&br;
|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]
ページ名: