Home
last modified time | relevance | path

Searched defs:__intc_unmask_irq (Results 1 – 2 of 2) sorted by relevance

/nrf52832-nimble/rt-thread/libcpu/mips/x1000/
H A Dx1000_intc.h114 #define __intc_unmask_irq(n) (REG_INTC_IMCR((n)/32) = (1 << ((n)%32))) macro
/nrf52832-nimble/rt-thread/libcpu/mips/xburst/
H A Dx1000.h323 #define __intc_unmask_irq(n) (REG_INTC_IMCR((n)/32) = (1 << ((n)%32))) macro