diff options
author | edolomb <none@example.com> | 2018-04-13 13:29:51 +0000 |
---|---|---|
committer | edolomb <none@example.com> | 2018-04-13 13:29:51 +0000 |
commit | c48f153adebf3926fa3a74eb48279819becc9151 (patch) | |
tree | 720cbef92de7b30afa67d8c36110aeb572f5b9bb /os | |
parent | 5be08db00377cbb6e7d867b51af9acda92edde02 (diff) | |
download | ChibiOS-c48f153adebf3926fa3a74eb48279819becc9151.tar.gz ChibiOS-c48f153adebf3926fa3a74eb48279819becc9151.tar.bz2 ChibiOS-c48f153adebf3926fa3a74eb48279819becc9151.zip |
Added ID_PMC and ID_RSTC
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11924 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os')
-rw-r--r-- | os/common/startup/ARM/devices/SAMA5D2/sama5d2x.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/os/common/startup/ARM/devices/SAMA5D2/sama5d2x.h b/os/common/startup/ARM/devices/SAMA5D2/sama5d2x.h index 363ae23ab..6981a5c1f 100644 --- a/os/common/startup/ARM/devices/SAMA5D2/sama5d2x.h +++ b/os/common/startup/ARM/devices/SAMA5D2/sama5d2x.h @@ -69,6 +69,7 @@ * @{
*/
#define ID_SAIC_FIQ ( 0) /**< \brief FIQ Interrupt ID (SAIC_FIQ) */
+#define ID_PMC ( 1) /**< \brief Power Management Controller (PMC) */
#define ID_ARM_PMU ( 2) /**< \brief Performance Monitor Unit (PMU) (ARM_PMU) */
#define ID_PIT ( 3) /**< \brief Periodic Interval Timer Interrupt (PIT) */
#define ID_WDT ( 4) /**< \brief Watchdog timer Interrupt (WDT) */
@@ -152,6 +153,7 @@ #define ID_PIOD (70) /**< \brief (PIOD) */
#define ID_SDMMC0_TIMER (71) /**< \brief (SDMMC0_TIMER) */
#define ID_SDMMC1_TIMER (72) /**< \brief (SDMMC1_TIMER) */
+#define ID_RSTC (73) /**< \brief Reset Controller (RSTC) */
#define ID_SYSC (74) /**< \brief System Controller Interrupt, RTC, RSTC, PMC (SYSC) */
#define ID_ACC (75) /**< \brief Analog Comparator (ACC) */
#define ID_RXLP (76) /**< \brief Uart Low Power (RXLP) */
|