Home
last modified time | relevance | path

Searched refs:DR_REG_PLIC_MX_BASE (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dplic_reg.h13 #define DR_REG_PLIC_MX_BASE ( 0x20001000 ) macro
22 #define PLIC_MXINT_ENABLE_REG (DR_REG_PLIC_MX_BASE + 0x0)
30 #define PLIC_MXINT_TYPE_REG (DR_REG_PLIC_MX_BASE + 0x4)
38 #define PLIC_MXINT_CLEAR_REG (DR_REG_PLIC_MX_BASE + 0x8)
46 #define PLIC_EMIP_STATUS_REG (DR_REG_PLIC_MX_BASE + 0xC)
54 #define PLIC_MXINT0_PRI_REG (DR_REG_PLIC_MX_BASE + 0x10)
62 #define PLIC_MXINT1_PRI_REG (DR_REG_PLIC_MX_BASE + 0x14)
70 #define PLIC_MXINT2_PRI_REG (DR_REG_PLIC_MX_BASE + 0x18)
78 #define PLIC_MXINT3_PRI_REG (DR_REG_PLIC_MX_BASE + 0x1C)
86 #define PLIC_MXINT4_PRI_REG (DR_REG_PLIC_MX_BASE + 0x20)
[all …]
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dplic_reg.h20 #define PLIC_MXINT_ENABLE_REG (DR_REG_PLIC_MX_BASE + 0x0)
28 #define PLIC_MXINT_TYPE_REG (DR_REG_PLIC_MX_BASE + 0x4)
36 #define PLIC_MXINT_CLEAR_REG (DR_REG_PLIC_MX_BASE + 0x8)
44 #define PLIC_EMIP_STATUS_REG (DR_REG_PLIC_MX_BASE + 0xC)
52 #define PLIC_MXINT0_PRI_REG (DR_REG_PLIC_MX_BASE + 0x10)
60 #define PLIC_MXINT1_PRI_REG (DR_REG_PLIC_MX_BASE + 0x14)
68 #define PLIC_MXINT2_PRI_REG (DR_REG_PLIC_MX_BASE + 0x18)
76 #define PLIC_MXINT3_PRI_REG (DR_REG_PLIC_MX_BASE + 0x1C)
84 #define PLIC_MXINT4_PRI_REG (DR_REG_PLIC_MX_BASE + 0x20)
92 #define PLIC_MXINT5_PRI_REG (DR_REG_PLIC_MX_BASE + 0x24)
[all …]
Dreg_base.h7 #define DR_REG_PLIC_MX_BASE 0x20001000 macro