ED
Size: a a a
ED
PB
ED
ED
int32_t Vdd;
int32_t CAL;
int32_t ADC;
ADC = ...;
CAL = (int32_t)(*VREFINT_CAL_ADDR);
Vdd = (CAL*3000L)/ADC;
ВЯ
ED
ВЯ
int32_t Vdd;
int32_t CAL;
int32_t ADC;
ADC = ...;
CAL = (int32_t)(*VREFINT_CAL_ADDR);
Vdd = (CAL*3000L)/ADC;
DS
ВЯ
DS
ВЯ
ВЯ
int32_t Vdd;
int32_t CAL;
int32_t ADC;
ADC = ...;
CAL = (int32_t)(*VREFINT_CAL_ADDR);
Vdd = (CAL*3000L)/ADC;
ED
ВЯ
DS
ED
ВЯ
ED
ВЯ
ED