aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-17 08:50:34 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-17 08:50:34 +0000
commit8f88fe2b7ade7778b64aa1fcc02f17a88c71c4af (patch)
tree8d3fa6fd10a1ea05115fb1bdb6802a8375004d4b /os/hal
parent5f4fb7dff9a86a507a73e940cea3af7e776b7492 (diff)
downloadChibiOS-8f88fe2b7ade7778b64aa1fcc02f17a88c71c4af.tar.gz
ChibiOS-8f88fe2b7ade7778b64aa1fcc02f17a88c71c4af.tar.bz2
ChibiOS-8f88fe2b7ade7778b64aa1fcc02f17a88c71c4af.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5447 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r--os/hal/platforms/STM32F37x/adc_lld.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32F37x/adc_lld.h b/os/hal/platforms/STM32F37x/adc_lld.h
index 3bb203852..f74ddbf2e 100644
--- a/os/hal/platforms/STM32F37x/adc_lld.h
+++ b/os/hal/platforms/STM32F37x/adc_lld.h
@@ -169,6 +169,14 @@
#endif
/**
+ * @brief SDADC slow mode switch.
+ * @details If set to @p TRUE all SDADCs operate in slow mode.
+ */
+#if !defined(STM32_ADC_SDADC_SLOW_MODE) || defined(__DOXYGEN__)
+#define STM32_ADC_SDADC_SLOW_MODE FALSE
+#endif
+
+/**
* @brief ADC1 DMA priority (0..3|lowest..highest).
*/
#if !defined(STM32_ADC_ADC1_DMA_PRIORITY) || defined(__DOXYGEN__)