ファームウェア関数一覧

GPIO_ReadInputData

ヘッダ宣言

関数プロトタイプ

uint16_t GPIO_ReadInputData(GPIO_TypeDef* GPIOx)

動作

設定したGPIOポートのピン全体の値を読みます。

引数

戻り値

呼び出し関数

サンプル

/*Read the GPIOC input data port and store it in ReadValue variable*/
uint16_t ReadValue;
ReadValue = GPIO_ReadInputData(GPIOC);

参照


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS