41 #define MEIP_OFFSET 11
49 #define MEINEXT_IRQ_OFFSET 2
51 #define MEINEXT_MASK 0x1FF
53 #define INTERRUPT_ARRAY_MASK_OFFSET 16
void xh3irq_handler(void)
The main IRQ handler, called from the assembly IRQ handler.
uint32_t xh3irq_has_pending(void)
Check if there are any pending interrupts.
void xh3irq_force_irq(uint32_t irq_no)
Force the given IRQ number to be pending.
void xh3irq_enable_irq(uint32_t irq_no)
Enable the given IRQ number.
void xh3irq_disable_irq(uint32_t irq_no)
Disable the given IRQ number.
const void * vector_cpu[CPU_IRQ_NUMOF]
CPU specific interrupt vector table.