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

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