RTEMS 6.1-rc1
Functions
cpu_irq.h File Reference

AArch64 IRQ definitions. More...

Go to the source code of this file.

Functions

void bsp_interrupt_dispatch (void)
 Interrupt dispatch. More...
 

Detailed Description

AArch64 IRQ definitions.

Function Documentation

◆ bsp_interrupt_dispatch()

void bsp_interrupt_dispatch ( void  )

Interrupt dispatch.

Called by OS to determine which interrupt occured. Function passes control to interrupt handler.

Returns
Void