Searched refs:AT91F_AIC_SetExceptionVector (Results 1 – 4 of 4) sorted by relevance
/FreeRTOS-Kernel/portable/IAR/AtmelSAM7S64/ |
A D | lib_AT91SAM7X128.h | 129 …__inline unsigned int AT91F_AIC_SetExceptionVector( unsigned int * pVector, /* \arg pointer to the… in AT91F_AIC_SetExceptionVector() function 197 AT91F_AIC_SetExceptionVector( ( unsigned int * ) 0x18, IrqHandler ); in AT91F_AIC_Open() 199 AT91F_AIC_SetExceptionVector( ( unsigned int * ) 0x1C, FiqHandler ); in AT91F_AIC_Open()
|
A D | lib_AT91SAM7X256.h | 129 …__inline unsigned int AT91F_AIC_SetExceptionVector( unsigned int * pVector, /* \arg pointer to the… in AT91F_AIC_SetExceptionVector() function 197 AT91F_AIC_SetExceptionVector( ( unsigned int * ) 0x18, IrqHandler ); in AT91F_AIC_Open() 199 AT91F_AIC_SetExceptionVector( ( unsigned int * ) 0x1C, FiqHandler ); in AT91F_AIC_Open()
|
A D | lib_AT91SAM7S64.h | 2610 __inline unsigned int AT91F_AIC_SetExceptionVector( unsigned int * pVector, /* \arg pointer to the … in AT91F_AIC_SetExceptionVector() function 2678 AT91F_AIC_SetExceptionVector( ( unsigned int * ) 0x18, IrqHandler ); in AT91F_AIC_Open() 2680 AT91F_AIC_SetExceptionVector( ( unsigned int * ) 0x1C, FiqHandler ); in AT91F_AIC_Open()
|
/FreeRTOS-Kernel/portable/GCC/ARM7_AT91SAM7S/ |
A D | lib_AT91SAM7X256.h | 129 …__inline unsigned int AT91F_AIC_SetExceptionVector( unsigned int * pVector, /* \arg pointer to the… in AT91F_AIC_SetExceptionVector() function 197 AT91F_AIC_SetExceptionVector( ( unsigned int * ) 0x18, IrqHandler ); in AT91F_AIC_Open() 199 AT91F_AIC_SetExceptionVector( ( unsigned int * ) 0x1C, FiqHandler ); in AT91F_AIC_Open()
|
Completed in 21 milliseconds