[[ファームウェア関数一覧>ファームウェア関数一覧#p05d83d5]] *ADC_ExternalTrigInjectedConvCmd [#c831ad01] #contents **ヘッダ宣言 [#v5b869b3] **関数プロトタイプ [#u46e5d1a] void ADC_ExternalTrigInjectedConvCmd(ADC_TypeDef* ADCx,FunctionalState NewState) **動作 [#y319f917] -。 -外部トリガによる追加チャネル変換の有効化無効化を設定します。 **引数 [#w3e1f53b] -ADCx&br; 設定する対象のADCを''ADC1'',''ADC2''又は''ADC3''から選択します。&br; &br; #include(Macro/ADCxEx,notitle) &br; -NewState&br; &br; |CENTER:NewState|CENTER:説明|h |ENABLE|-| |DISABLE|-| #include(Macro/NewState,notitle) &br; **戻り値 [#i6c9736d] -無し **出力値 [#h86b6233] -無し **呼び出し関数 [#h40543a5] -無し **サンプル [#gcbb8e57] /* Enable the start of injected conversion for ADC1 through exteral trigger */ ADC_ExternalTrigInjectedConvCmd(ADC1, ENABLE); **参照 [#xfcfb4f2] -