GPIO_ReadOutputDataBit
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
[[ファームウェア関数一覧>ファームウェア関数一覧#x6569942]]
*GPIO_ReadOutputDataBit [#a8a7d96b]
#contents
**ヘッダ宣言 [#le2f1692]
**関数プロトタイプ [#cdbeb6d2]
uint8_t GPIO_ReadOutputDataBit(GPIO_TypeDef* GPIOx, uint...
**動作 [#q9bd27ca]
設定したGPIOポートの出力ピンの設定値を読みます。
**引数 [#ge94657a]
-GPIOx&br;
&br;
#include(Macro/GPIOx,notitle)
&br;
-GPIO_Pin&br;
&br;
#include(Macro/GPIO_Pin,notitle)
&br;
**戻り値 [#habc6735]
-出力ピンの設定状態をuint8_t型で返します。
**呼び出し関数 [#h557d6f7]
-無し
**サンプル [#q6fe320a]
/* Reads the seventh pin of the GPIOB and store it in Re...
uint8_t ReadValue;
ReadValue = GPIO_ReadOutputDataBit(GPIOB, GPIO_Pin_7);
**参照 [#b44c81fc]
終了行:
[[ファームウェア関数一覧>ファームウェア関数一覧#x6569942]]
*GPIO_ReadOutputDataBit [#a8a7d96b]
#contents
**ヘッダ宣言 [#le2f1692]
**関数プロトタイプ [#cdbeb6d2]
uint8_t GPIO_ReadOutputDataBit(GPIO_TypeDef* GPIOx, uint...
**動作 [#q9bd27ca]
設定したGPIOポートの出力ピンの設定値を読みます。
**引数 [#ge94657a]
-GPIOx&br;
&br;
#include(Macro/GPIOx,notitle)
&br;
-GPIO_Pin&br;
&br;
#include(Macro/GPIO_Pin,notitle)
&br;
**戻り値 [#habc6735]
-出力ピンの設定状態をuint8_t型で返します。
**呼び出し関数 [#h557d6f7]
-無し
**サンプル [#q6fe320a]
/* Reads the seventh pin of the GPIOB and store it in Re...
uint8_t ReadValue;
ReadValue = GPIO_ReadOutputDataBit(GPIOB, GPIO_Pin_7);
**参照 [#b44c81fc]
ページ名: