GPIO_PinLockConfig
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
[[ファームウェア関数一覧>ファームウェア関数一覧#x6569942]]
*GPIO_PinLockConfig [#x1b5aff1]
#contents
**ヘッダ宣言 [#da419fdd]
**関数プロトタイプ [#xfec1c40]
void GPIO_PinLockConfig(GPIO_TypeDef* GPIOx, uint16_t GP...
**動作 [#cdfd3018]
選択したGPIOポートのピン設定レジスタをロックします。
**引数 [#f2f9f8cb]
-GPIOx&br;
&br;
#include(Macro/GPIOx,notitle)
&br;
-GPIO_Pin&br;
&br;
#include(Macro/GPIO_Pin,notitle)
&br;
**戻り値 [#p0ffd977]
-無し
**呼び出し関数 [#s7254390]
-無し
**サンプル [#s57fc022]
/* Lock GPIOA Pin0 and Pin1 */
GPIO_PinLockConfig(GPIOA, GPIO_Pin_0 | GPIO_Pin_1);
**参照 [#u30e0e21]
終了行:
[[ファームウェア関数一覧>ファームウェア関数一覧#x6569942]]
*GPIO_PinLockConfig [#x1b5aff1]
#contents
**ヘッダ宣言 [#da419fdd]
**関数プロトタイプ [#xfec1c40]
void GPIO_PinLockConfig(GPIO_TypeDef* GPIOx, uint16_t GP...
**動作 [#cdfd3018]
選択したGPIOポートのピン設定レジスタをロックします。
**引数 [#f2f9f8cb]
-GPIOx&br;
&br;
#include(Macro/GPIOx,notitle)
&br;
-GPIO_Pin&br;
&br;
#include(Macro/GPIO_Pin,notitle)
&br;
**戻り値 [#p0ffd977]
-無し
**呼び出し関数 [#s7254390]
-無し
**サンプル [#s57fc022]
/* Lock GPIOA Pin0 and Pin1 */
GPIO_PinLockConfig(GPIOA, GPIO_Pin_0 | GPIO_Pin_1);
**参照 [#u30e0e21]
ページ名: