Searched refs:AT91F_AIC_SetExceptionVector (Results 1 – 4 of 4) sorted by relevance
/Kernel-v11.1.0/portable/IAR/AtmelSAM7S64/ |
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()
|
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()
|
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()
|
/Kernel-v11.1.0/portable/GCC/ARM7_AT91SAM7S/ |
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()
|