diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-17 07:01:48 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-17 07:01:48 +0000 |
commit | 1a76b0008ff6dabc22e1f7b07dcee8f1c38c7b2c (patch) | |
tree | 50fa62b7a6cc4d11bcaed5f68bdd3e91c5172f65 /testhal/SPC560Dxx/SPI/mcuconf.h | |
parent | e02105736dcf810de5855bc5a5fd40bf7727c852 (diff) | |
download | ChibiOS-1a76b0008ff6dabc22e1f7b07dcee8f1c38c7b2c.tar.gz ChibiOS-1a76b0008ff6dabc22e1f7b07dcee8f1c38c7b2c.tar.bz2 ChibiOS-1a76b0008ff6dabc22e1f7b07dcee8f1c38c7b2c.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5863 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/SPC560Dxx/SPI/mcuconf.h')
-rw-r--r-- | testhal/SPC560Dxx/SPI/mcuconf.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testhal/SPC560Dxx/SPI/mcuconf.h b/testhal/SPC560Dxx/SPI/mcuconf.h index 166be874b..320ca274b 100644 --- a/testhal/SPC560Dxx/SPI/mcuconf.h +++ b/testhal/SPC560Dxx/SPI/mcuconf.h @@ -215,6 +215,12 @@ SPC5_MCR_PCSIS5 | \
SPC5_MCR_PCSIS6 | \
SPC5_MCR_PCSIS7)
+#define SPC5_SPI_DSPI0_TX1_DMA_CH_ID 4
+#define SPC5_SPI_DSPI0_TX2_DMA_CH_ID 5
+#define SPC5_SPI_DSPI0_RX_DMA_CH_ID 6
+#define SPC5_SPI_DSPI1_TX1_DMA_CH_ID 7
+#define SPC5_SPI_DSPI1_TX2_DMA_CH_ID 8
+#define SPC5_SPI_DSPI1_RX_DMA_CH_ID 9
#define SPC5_SPI_DSPI0_DMA_IRQ_PRIO 10
#define SPC5_SPI_DSPI1_DMA_IRQ_PRIO 10
#define SPC5_SPI_DSPI0_IRQ_PRIO 10
|