aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/stm32_dma.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-29 13:15:29 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-29 13:15:29 +0000
commitdc403a00e86455bc65aabbd6c3d0fffe97b00ac4 (patch)
treeff317e8fc00accaa76bac2ab8493d4cef0dbb6f7 /os/hal/platforms/STM32/stm32_dma.h
parent26790f9fb067095c855498241ababa35ce17e555 (diff)
downloadChibiOS-dc403a00e86455bc65aabbd6c3d0fffe97b00ac4.tar.gz
ChibiOS-dc403a00e86455bc65aabbd6c3d0fffe97b00ac4.tar.bz2
ChibiOS-dc403a00e86455bc65aabbd6c3d0fffe97b00ac4.zip
Updated all platforms.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1480 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/stm32_dma.h')
-rw-r--r--os/hal/platforms/STM32/stm32_dma.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32/stm32_dma.h b/os/hal/platforms/STM32/stm32_dma.h
index d0c01a73e..87126538b 100644
--- a/os/hal/platforms/STM32/stm32_dma.h
+++ b/os/hal/platforms/STM32/stm32_dma.h
@@ -27,6 +27,10 @@
#ifndef _STM32_DMA_H_
#define _STM32_DMA_H_
+/*===========================================================================*/
+/* Driver constants. */
+/*===========================================================================*/
+
/** @brief DMA1 identifier.*/
#define DMA1_ID 0
@@ -35,6 +39,26 @@
#define DMA2_ID 1
#endif
+/*===========================================================================*/
+/* Driver pre-compile time settings. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Derived constants and error checks. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Driver data structures and types. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Driver macros. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* External declarations. */
+/*===========================================================================*/
+
#ifdef __cplusplus
extern "C" {
#endif