aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/SPC5xx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-06-07 13:26:44 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-06-07 13:26:44 +0000
commit7a3a252875ed5a09bc62abe5a3b40c1b0f0d273e (patch)
tree3cb67a55a3b6b3e0590e3a1cc956826d7f422e7b /os/hal/platforms/SPC5xx
parentf85a97a786a176d088f807d3de4a2ec93030ef8e (diff)
downloadChibiOS-7a3a252875ed5a09bc62abe5a3b40c1b0f0d273e.tar.gz
ChibiOS-7a3a252875ed5a09bc62abe5a3b40c1b0f0d273e.tar.bz2
ChibiOS-7a3a252875ed5a09bc62abe5a3b40c1b0f0d273e.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5819 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/SPC5xx')
-rw-r--r--os/hal/platforms/SPC5xx/DSPI_v1/spc5_dspi.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/os/hal/platforms/SPC5xx/DSPI_v1/spc5_dspi.h b/os/hal/platforms/SPC5xx/DSPI_v1/spc5_dspi.h
index f04e7eb60..addaf67cb 100644
--- a/os/hal/platforms/SPC5xx/DSPI_v1/spc5_dspi.h
+++ b/os/hal/platforms/SPC5xx/DSPI_v1/spc5_dspi.h
@@ -270,6 +270,10 @@ struct spc5_dspi {
#if SPC5_HAS_DSPI3 || defined(__DOXYGEN__)
#define SPC5_DSPI3 (*(struct spc5_dspi *)0xFFF9C000U)
#endif
+
+#if SPC5_HAS_DSPI4 || defined(__DOXYGEN__)
+#define SPC5_DSPI4 (*(struct spc5_dspi *)0x8FFA0000U)
+#endif
/** @} */
#endif /* _SPC5_DSPI_H_ */