aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F4xx/adc_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-11-16 18:55:34 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-11-16 18:55:34 +0000
commitcef04f5f4b8ea66ad3ab5a628a4aad8da509039e (patch)
tree4b5e4f8b06c5703f1c0c61db560c76e7ea975352 /os/hal/platforms/STM32F4xx/adc_lld.h
parent0435bb5b4e1435924490f4a268dba5f75e998951 (diff)
downloadChibiOS-cef04f5f4b8ea66ad3ab5a628a4aad8da509039e.tar.gz
ChibiOS-cef04f5f4b8ea66ad3ab5a628a4aad8da509039e.tar.bz2
ChibiOS-cef04f5f4b8ea66ad3ab5a628a4aad8da509039e.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3500 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F4xx/adc_lld.h')
-rw-r--r--os/hal/platforms/STM32F4xx/adc_lld.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32F4xx/adc_lld.h b/os/hal/platforms/STM32F4xx/adc_lld.h
index 0e846f50a..6260773a2 100644
--- a/os/hal/platforms/STM32F4xx/adc_lld.h
+++ b/os/hal/platforms/STM32F4xx/adc_lld.h
@@ -556,6 +556,8 @@ extern "C" {
void adc_lld_stop_conversion(ADCDriver *adcp);
void adcSTM32EnableTSVREFE(void);
void adcSTM32DisableTSVREFE(void);
+ void adcSTM32EnableVBATE(void);
+ void adcSTM32DisableVBATE(void);
#ifdef __cplusplus
}
#endif