ファームウェア関数一覧

ADC_GetConversionValue

ヘッダ宣言

関数プロトタイプ

uint16_t ADC_GetConversionValue(ADC_TypeDef* ADCx)

動作

引数

戻り値

出力値

呼び出し関数

サンプル

/*Returns the ADC1 Master data value of the last converted channel*/
u16 DataValue;
DataValue = ADC_GetConversionValue(ADC1);

参照


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