From 9388b24c161f037371ac11262301d030c07feafe Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 18 Mar 2013 20:02:03 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5452 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32F37x/adc_lld.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'os/hal') diff --git a/os/hal/platforms/STM32F37x/adc_lld.h b/os/hal/platforms/STM32F37x/adc_lld.h index 240bd9a67..9af0e5b5c 100644 --- a/os/hal/platforms/STM32F37x/adc_lld.h +++ b/os/hal/platforms/STM32F37x/adc_lld.h @@ -440,14 +440,10 @@ typedef struct { uint32_t cr2; /** * @brief ADC LTR register initialization data. - * @note Set to zero in order to disable the low threshold of the - * analog watchdog. */ uint32_t ltr; /** * @brief ADC HTR register initialization data. - * @note Set to 4095 (0xFFF) in order to disable the high threshold - * of the analog watchdog. */ uint32_t htr; /** @@ -662,11 +658,6 @@ extern "C" { void adcSTM32EnableVBATE(void); void adcSTM32DisableVBATE(void); #endif /* STM32_ADC_USE_ADC */ -#if 0 - void sdadcSTM32VREFSelect(SDADC_VREF_SEL svs); - void sdadcSTM32Calibrate(ADCDriver* adcdp, SDADC_NUM_CALIB_SEQ numCalibSequences, - ADCConversionGroup* grpp); -#endif /* STM32_ADC_USE_SDADC */ #ifdef __cplusplus } #endif -- cgit v1.2.3