ファームウェア関数一覧

ADC_InjectedChannelConfig

ヘッダ宣言

関数プロトタイプ

void ADC_InjectedChannelConfig(ADC_TypeDef* ADCx, uint8_t ADC_Channel, uint8_t Rank, uint8_t ADC_SampleTime)

動作

引数

戻り値

出力値

呼び出し関数

サンプル

/* Configures ADC1 Channel12 as: second converted channel with a
28.5 cycle sample time */
ADC_InjectedChannelConfig(ADC1, ADC_Channel_12, 2,
ADC_SampleTime_28Cycles5);
/* Configures ADC2 Channel4 as: fourth converted channel with a 71.5
cycle sample time */
ADC_InjectedChannelConfig(ADC2, ADC_Channel_4, 4,
ADC_SampleTime_71Cycles5);

参照


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS