summaryrefslogtreecommitdiff
path: root/firmware/export/pp5020.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/pp5020.h')
-rw-r--r--firmware/export/pp5020.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/pp5020.h b/firmware/export/pp5020.h
index caae5a7e00..6500862e86 100644
--- a/firmware/export/pp5020.h
+++ b/firmware/export/pp5020.h
@@ -82,12 +82,12 @@
82 82
83#define CPU_HI_INT_EN_STAT (*(volatile unsigned long*)(0x60004120)) 83#define CPU_HI_INT_EN_STAT (*(volatile unsigned long*)(0x60004120))
84#define CPU_HI_INT_EN (*(volatile unsigned long*)(0x60004124)) 84#define CPU_HI_INT_EN (*(volatile unsigned long*)(0x60004124))
85#define CPU_HI_INT_CLR (*(volatile unsigned long*)(0x60004128)) 85#define CPU_HI_INT_DIS (*(volatile unsigned long*)(0x60004128))
86#define CPU_HI_INT_PRIORITY (*(volatile unsigned long*)(0x6000412c)) 86#define CPU_HI_INT_PRIORITY (*(volatile unsigned long*)(0x6000412c))
87 87
88#define COP_HI_INT_EN_STAT (*(volatile unsigned long*)(0x60004130)) 88#define COP_HI_INT_EN_STAT (*(volatile unsigned long*)(0x60004130))
89#define COP_HI_INT_EN (*(volatile unsigned long*)(0x60004134)) 89#define COP_HI_INT_EN (*(volatile unsigned long*)(0x60004134))
90#define COP_HI_INT_CLR (*(volatile unsigned long*)(0x60004138)) 90#define COP_HI_INT_DIS (*(volatile unsigned long*)(0x60004138))
91#define COP_HI_INT_PRIORITY (*(volatile unsigned long*)(0x6000413c)) 91#define COP_HI_INT_PRIORITY (*(volatile unsigned long*)(0x6000413c))
92 92
93#define TIMER1_IRQ 0 93#define TIMER1_IRQ 0