[[ファームウェア関数一覧>ファームウェア関数一覧#p05d83d5]]
*ADC_AnalogWatchdogThresholdsConfig [#c590f1ee]
#contents
**ヘッダ宣言 [#r45111c4]

**関数プロトタイプ [#t18882bf]
 void ADC_AnalogWatchdogThresholdsConfig(ADC_TypeDef* ADCx, uint16_t HighThreshold, uint16_t LowThreshold)
**動作 [#v11c9ef2]
-。
-アナログウォッチドッグのhigh,low閾値の設定を行います。
**引数 [#v386ea2b]
-ADCx&br;
設定する対象のADCを''ADC1'',''ADC2''又は''ADC3''から選択します。&br;
&br;
#include(Macro/ADCxEx,notitle)
&br;
-HighThreshold&br;
上限の閾値を12bitの値で指定します。&br;
&br;
-LowThreshold&br;
下限の閾値を12bitの値で指定します。&br;
&br;
**戻り値 [#pb364a5d]
-無し
**出力値 [#zc66ef16]
-無し
**呼び出し関数 [#t8b071a9]
-無し
**サンプル [#k8b08aea]
 /* Configue the Analog watchdog High and Low thresholds for ADC1 */
 ADC_AnalogWatchdogThresholdsConfig(ADC1, 0x400, 0x100);
**参照 [#n07fdccd]
-

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