• D
    stm32/adc: Disable VBAT in read channel helper function. · c62b2309
    Damien George 提交于
    Prior to this patch, if VBAT was read via ADC.read() or
    ADCAll.read_channel(), then it would remain enabled and subsequent reads
    of TEMPSENSOR or VREFINT would not work.  This patch makes sure that VBAT
    is disabled for all cases that it could be read.
    c62b2309
adc.c 28.9 KB