[[ファームウェア関数一覧>ファームウェア関数一覧#p05d83d5]]
*ADC_GetConversionValue [#yc833a3e]
#contents
**ヘッダ宣言 [#n3dacae0]

**関数プロトタイプ [#r159a850]
 uint16_t ADC_GetConversionValue(ADC_TypeDef* ADCx)
**動作 [#ndde0564]
-ADCの最新の変換値を取得します
-レギュラーチャネルに対してADCの最終結果を返します。
**引数 [#o5007714]
-ADCx&br;
変換値を取得する対象のADCを''ADC1'',''ADC2''又は''ADC3''から選択します。&br;
&br;
#include(Macro/ADCxEx,notitle)
&br;
**戻り値 [#k5df29eb]
-uint16_t型&br;
ADCの変換値をuint16_t型で返却します。&br;
&br;
**出力値 [#v74d75df]
-無し
**呼び出し関数 [#p6b1d4cc]
-無し
**サンプル [#a2c65cf7]
 /*Returns the ADC1 Master data value of the last converted channel*/
 u16 DataValue;
 DataValue = ADC_GetConversionValue(ADC1);
**参照 [#r9ac6d36]
-

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