GPIO_Write
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
[[ファームウェア関数一覧>ファームウェア関数一覧#x6569942]]
*GPIO_Write [#g7875ed5]
#contents
**ヘッダ宣言 [#pa4e0fb2]
**関数プロトタイプ [#q93c1228]
void GPIO_Write(GPIO_TypeDef* GPIOx, uint16_t PortVal)
**動作 [#b02523cf]
選択したGPIOポートのピン出力設定をまとめてセット、又はク...
**引数 [#s8a80d32]
-GPIOx&br;
&br;
#include(Macro/GPIOx,notitle)
&br;
-PortVal&br;
ポートレジスタに書き込む値をuint16_t型で指定します。
**戻り値 [#h589123d]
-無し
**呼び出し関数 [#s8759780]
-無し
**サンプル [#xcec6052]
/* Write data to GPIOA data port */
GPIO_Write(GPIOA, 0x1101);
**参照 [#nd082fa8]
終了行:
[[ファームウェア関数一覧>ファームウェア関数一覧#x6569942]]
*GPIO_Write [#g7875ed5]
#contents
**ヘッダ宣言 [#pa4e0fb2]
**関数プロトタイプ [#q93c1228]
void GPIO_Write(GPIO_TypeDef* GPIOx, uint16_t PortVal)
**動作 [#b02523cf]
選択したGPIOポートのピン出力設定をまとめてセット、又はク...
**引数 [#s8a80d32]
-GPIOx&br;
&br;
#include(Macro/GPIOx,notitle)
&br;
-PortVal&br;
ポートレジスタに書き込む値をuint16_t型で指定します。
**戻り値 [#h589123d]
-無し
**呼び出し関数 [#s8759780]
-無し
**サンプル [#xcec6052]
/* Write data to GPIOA data port */
GPIO_Write(GPIOA, 0x1101);
**参照 [#nd082fa8]
ページ名: