RTEMS 6.1-rc5
Loading...
Searching...
No Matches
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.
 

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