ファームウェア関数一覧

ADC_GetConversionValue

ヘッダ宣言

関数プロトタイプ

uint16_t ADC_GetInjectedConversionValue(ADC_TypeDef* ADCx, uint8_t ADC_InjectedChannel)

動作

引数

戻り値

出力値

呼び出し関数

サンプル

/* Return the ADC1 injected channel1 converted data value */
uint16_t InjectedDataValue;
InjectedDataValue = ADC_GetInjectedConversionValue(ADC1,
ADC_InjectedChannel_1);

参照


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