vectors.h File Reference

#include "xil_types.h"
#include "xil_assert.h"

Functions

void FIQInterrupt (void)
void IRQInterrupt (void)
void SWInterrupt (void)
void DataAbortInterrupt (void)
void PrefetchAbortInterrupt (void)

Detailed Description

This file contains the C level vector prototypes for the ARM Cortex A9 core.

 MODIFICATION HISTORY:

 Ver   Who  Date     Changes
 ----- ---- -------- ---------------------------------------------------
 1.00a ecm  10/20/10 Initial version, moved over from bsp area
 

Note:
None.

Function Documentation

void DataAbortInterrupt void   ) 
 

This is the C level wrapper for the DataAbort Interrupt called from the vectors.s file.

Parameters:
None. 
Returns:
None.
Note:
None.

void FIQInterrupt void   ) 
 

This is the C level wrapper for the FIQ interrupt called from the vectors.s file.

Parameters:
None. 
Returns:
None.
Note:
None.

void IRQInterrupt void   ) 
 

This is the C level wrapper for the IRQ interrupt called from the vectors.s file.

Parameters:
None. 
Returns:
None.
Note:
None.

void PrefetchAbortInterrupt void   ) 
 

This is the C level wrapper for the PrefetchAbort Interrupt called from the vectors.s file.

Parameters:
None. 
Returns:
None.
Note:
None.

void SWInterrupt void   ) 
 

This is the C level wrapper for the SW Interrupt called from the vectors.s file.

Parameters:
None. 
Returns:
None.
Note:
None.


Generated on Thu Feb 13 14:48:12 2014 for 2014.1_doc by  doxygen 1.4.5