[[ファームウェア関数一覧>ファームウェア関数一覧#p05d83d5]]
*ADC_GetDualModeConversionValue [#j386a87b]
#contents
**ヘッダ宣言 [#ja09d79b]

**関数プロトタイプ [#w395f43c]
 uint32_t ADC_GetDualModeConversionValue(void)
**動作 [#e2b1ae94]
-デュアル・モードでのADCの最新の変換値を取得します。
**引数 [#x3eeaef2]
-無し
&br;
**戻り値 [#p5b4cfcf]
-uint32_t型&br;
ADCの変換値をuint32_t型で返却します。&br;
&br;
**出力値 [#eed032aa]
-無し
**呼び出し関数 [#ba37be28]
-無し
**サンプル [#y8f9a68e]
 /* Returns the ADC1 and ADC2 last converted values*/
 uint32_t DataValue;
 DataValue = ADC_GetDualModeConversionValue();
**参照 [#hc8d4235]
-


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