aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/ADCv1/hal_adc_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/STM32/LLD/ADCv1/hal_adc_lld.h')
-rw-r--r--os/hal/ports/STM32/LLD/ADCv1/hal_adc_lld.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/os/hal/ports/STM32/LLD/ADCv1/hal_adc_lld.h b/os/hal/ports/STM32/LLD/ADCv1/hal_adc_lld.h
index 6cb2e0a9a..93bba6cb9 100644
--- a/os/hal/ports/STM32/LLD/ADCv1/hal_adc_lld.h
+++ b/os/hal/ports/STM32/LLD/ADCv1/hal_adc_lld.h
@@ -430,6 +430,14 @@ extern "C" {
void adc_lld_start_conversion(ADCDriver *adcp);
void adc_lld_stop_conversion(ADCDriver *adcp);
void adc_lld_serve_interrupt(ADCDriver *adcp);
+ void adcSTM32EnableVREF(void);
+ void adcSTM32DisableVREF(void);
+ void adcSTM32EnableTS(void);
+ void adcSTM32DisableTS(void);
+#ifdef STM32F0XX
+ void adcSTM32EnableVBAT(void);
+ void adcSTM32DisableVBAT(void);
+#endif /* STM32F0XX */
#ifdef __cplusplus
}
#endif