Home
last modified time | relevance | path

Searched defs:INTC_IMR (Results 1 – 4 of 4) sorted by relevance

/nrf52832-nimble/rt-thread/libcpu/arm/sep4020/
H A Dstart_rvds.S23 INTC_IMR EQU 0x10000008 ; IRQ�ж����μĴ��� define
H A Dsep4020.h62 #define INTC_IMR (INTC_BASE+0X008) /* IRQ中断屏蔽寄存器 */ macro
/nrf52832-nimble/rt-thread/libcpu/mips/x1000/
H A Dx1000_intc.h33 #define INTC_IMR(n) (INTC_BASE + 0x04 + (n) * 0x20) macro
/nrf52832-nimble/rt-thread/libcpu/mips/xburst/
H A Dx1000.h242 #define INTC_IMR(n) (INTC_BASE + 0x04 + (n) * 0x20) macro