diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-14 12:34:59 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-14 12:34:59 +0000 |
commit | 126943984c591c952bd0b9f6b2d36d97be823de3 (patch) | |
tree | ba80c46171dcc1e34bbd0110edb0cca645bd50ed /os/hal/platforms/SPC563Mxx/spc563m_registry.h | |
parent | f0e62eb4b588d8b2fbf858efb7b41226a2424d81 (diff) | |
download | ChibiOS-126943984c591c952bd0b9f6b2d36d97be823de3.tar.gz ChibiOS-126943984c591c952bd0b9f6b2d36d97be823de3.tar.bz2 ChibiOS-126943984c591c952bd0b9f6b2d36d97be823de3.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5848 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/SPC563Mxx/spc563m_registry.h')
-rw-r--r-- | os/hal/platforms/SPC563Mxx/spc563m_registry.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/os/hal/platforms/SPC563Mxx/spc563m_registry.h b/os/hal/platforms/SPC563Mxx/spc563m_registry.h index dc1145532..b26a65de9 100644 --- a/os/hal/platforms/SPC563Mxx/spc563m_registry.h +++ b/os/hal/platforms/SPC563Mxx/spc563m_registry.h @@ -40,12 +40,12 @@ #define SPC5_HAS_DSPI3 FALSE
#define SPC5_HAS_DSPI4 FALSE
#define SPC5_DSPI_FIFO_DEPTH 16
-#define SPC5_DSPI1_TX1_DMA_DEV_ID 12
-#define SPC5_DSPI1_TX2_DMA_DEV_ID 25
-#define SPC5_DSPI1_RX_DMA_DEV_ID 13
-#define SPC5_DSPI2_TX1_DMA_DEV_ID 14
-#define SPC5_DSPI2_TX2_DMA_DEV_ID 26
-#define SPC5_DSPI2_RX_DMA_DEV_ID 15
+#define SPC5_DSPI1_TX1_DMA_CH_ID 12
+#define SPC5_DSPI1_TX2_DMA_CH_ID 25
+#define SPC5_DSPI1_RX_DMA_CH_ID 13
+#define SPC5_DSPI2_TX1_DMA_CH_ID 14
+#define SPC5_DSPI2_TX2_DMA_CH_ID 26
+#define SPC5_DSPI2_RX_DMA_CH_ID 15
#define SPC5_DSPI1_EOQF_HANDLER vector132
#define SPC5_DSPI1_EOQF_NUMBER 132
#define SPC5_DSPI1_TFFF_HANDLER vector133
|