feat(interrupt): rename interrupt martix reg base

This commit is contained in:
gaoxu
2024-12-24 19:13:32 +08:00
parent 3e30d2e928
commit 1efea28c69
19 changed files with 242 additions and 242 deletions

View File

@@ -42,4 +42,4 @@
#define INTC_INT_PRIO_REG(n) (PLIC_MXINT0_PRI_REG + (n)*4)
#endif
#define DR_REG_INTERRUPT_BASE DR_REG_INTERRUPT_MATRIX_BASE
#define DR_REG_INTERRUPT_BASE DR_REG_INTMTX_BASE