diff options
Diffstat (limited to 'lib/cm4.h')
-rw-r--r-- | lib/cm4.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,4 +7,6 @@ #define SETENA(n) REG_32(0xE000E100 + 4 * (n)) #define ISR_SETENA(i) SETENA((i) / 32) = BV((i) % 32); +#define INTPRI(n) REG_8(0xE000E400 + (n)) + #endif /* LIB_CM4_H */ |