ADC_AutoInjectedConvCmd
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
[[ファームウェア関数一覧>ファームウェア関数一覧#p05d83d5]]
*ADC_AutoInjectedConvCmd [#mf6db8e6]
#contents
**ヘッダ宣言 [#y987d582]
**関数プロトタイプ [#na092b85]
void ADC_AutoInjectedConvCmd(ADC_TypeDef* ADCx, Function...
**動作 [#qf930061]
-レギュラーグループ後のADC自動追加グループ変換の有効化無...
**引数 [#x0c05651]
-ADCx&br;
設定する対象のADCを''ADC1'',''ADC2''又は''ADC3''から選択...
&br;
#include(Macro/ADCxEx,notitle)
&br;
-NewState&br;
&br;
#include(Macro/NewState,notitle)
&br;
**戻り値 [#m5516a63]
-無し
**出力値 [#s020f8c3]
-無し
**呼び出し関数 [#e4f0a3fd]
-無し
**サンプル [#wd959a44]
/* Enable the auto injected conversion for ADC2 */
ADC_AutoInjectedConvCmd(ADC2, ENABLE);
**参照 [#xc83da06]
-
終了行:
[[ファームウェア関数一覧>ファームウェア関数一覧#p05d83d5]]
*ADC_AutoInjectedConvCmd [#mf6db8e6]
#contents
**ヘッダ宣言 [#y987d582]
**関数プロトタイプ [#na092b85]
void ADC_AutoInjectedConvCmd(ADC_TypeDef* ADCx, Function...
**動作 [#qf930061]
-レギュラーグループ後のADC自動追加グループ変換の有効化無...
**引数 [#x0c05651]
-ADCx&br;
設定する対象のADCを''ADC1'',''ADC2''又は''ADC3''から選択...
&br;
#include(Macro/ADCxEx,notitle)
&br;
-NewState&br;
&br;
#include(Macro/NewState,notitle)
&br;
**戻り値 [#m5516a63]
-無し
**出力値 [#s020f8c3]
-無し
**呼び出し関数 [#e4f0a3fd]
-無し
**サンプル [#wd959a44]
/* Enable the auto injected conversion for ADC2 */
ADC_AutoInjectedConvCmd(ADC2, ENABLE);
**参照 [#xc83da06]
-
ページ名: