aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-18 20:02:03 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-18 20:02:03 +0000
commit9388b24c161f037371ac11262301d030c07feafe (patch)
tree7547e59e36f4b9733fd174b29b0061e18bba4a97 /os
parent8b4219aa883e47406c1134f8b10982393a99b61e (diff)
downloadChibiOS-9388b24c161f037371ac11262301d030c07feafe.tar.gz
ChibiOS-9388b24c161f037371ac11262301d030c07feafe.tar.bz2
ChibiOS-9388b24c161f037371ac11262301d030c07feafe.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5452 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r--os/hal/platforms/STM32F37x/adc_lld.h9
1 files changed, 0 insertions, 9 deletions
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