GPIO_ReadOutputData
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
[[ファームウェア関数一覧>ファームウェア関数一覧#x6569942]]
*GPIO_ReadOutputData [#xf9996a3]
#contents
**ヘッダ宣言 [#p5063943]
**関数プロトタイプ [#p540ef84]
uint16_t GPIO_ReadOutputData(GPIO_TypeDef* GPIOx)
**動作 [#x606c773]
設定したGPIOポートのピン全体の出力設定値を読みます。
**引数 [#x1bf750c]
-GPIOx&br;
&br;
#include(Macro/GPIOx,notitle)
&br;
**戻り値 [#f190b0d6]
-指定したGPIOポート出力ピン全体の設定状態をuint16_t型で返...
**呼び出し関数 [#afb59cdb]
-無し
**サンプル [#fddba630]
/* Read the GPIOC output data port and store it in ReadV...
uint16_t ReadValue;
ReadValue = GPIO_ReadOutputData(GPIOC);
**参照 [#uc4c8d34]
-STM32マイコン徹底入門 P101
終了行:
[[ファームウェア関数一覧>ファームウェア関数一覧#x6569942]]
*GPIO_ReadOutputData [#xf9996a3]
#contents
**ヘッダ宣言 [#p5063943]
**関数プロトタイプ [#p540ef84]
uint16_t GPIO_ReadOutputData(GPIO_TypeDef* GPIOx)
**動作 [#x606c773]
設定したGPIOポートのピン全体の出力設定値を読みます。
**引数 [#x1bf750c]
-GPIOx&br;
&br;
#include(Macro/GPIOx,notitle)
&br;
**戻り値 [#f190b0d6]
-指定したGPIOポート出力ピン全体の設定状態をuint16_t型で返...
**呼び出し関数 [#afb59cdb]
-無し
**サンプル [#fddba630]
/* Read the GPIOC output data port and store it in ReadV...
uint16_t ReadValue;
ReadValue = GPIO_ReadOutputData(GPIOC);
**参照 [#uc4c8d34]
-STM32マイコン徹底入門 P101
ページ名: