RTEMS 6.1-rc1
Functions
bsp_isr_handler.c File Reference

This source file contains the implementation of _SPARC_Interrupt_dispatch(). More...

#include <bsp.h>
#include <bsp/irq-generic.h>
#include <bsp/irqimpl.h>

Functions

void _SPARC_Interrupt_dispatch (uint32_t irq)
 Dispatches the installed interrupt handlers. More...
 

Detailed Description

This source file contains the implementation of _SPARC_Interrupt_dispatch().

Function Documentation

◆ _SPARC_Interrupt_dispatch()

void _SPARC_Interrupt_dispatch ( uint32_t  irq)

Dispatches the installed interrupt handlers.

Parameters
irqis the interrupt vector number of the external interrupt ranging from 0 to 15. This is not a trap number.