Home
last modified time | relevance | path

Searched refs:pVector (Results 1 – 4 of 4) sorted by relevance

/Kernel-v11.1.0/portable/IAR/AtmelSAM7S64/
Dlib_AT91SAM7X128.h129 …__inline unsigned int AT91F_AIC_SetExceptionVector( unsigned int * pVector, /* \arg pointer to the… in AT91F_AIC_SetExceptionVector() argument
132 unsigned int oldVector = *pVector; in AT91F_AIC_SetExceptionVector()
136 *pVector = ( unsigned int ) AT91C_AIC_BRANCH_OPCODE; in AT91F_AIC_SetExceptionVector()
140 …*pVector = ( ( ( ( ( unsigned int ) Handler ) - ( ( unsigned int ) pVector ) - 0x8 ) >> 2 ) & 0x00… in AT91F_AIC_SetExceptionVector()
Dlib_AT91SAM7X256.h129 …__inline unsigned int AT91F_AIC_SetExceptionVector( unsigned int * pVector, /* \arg pointer to the… in AT91F_AIC_SetExceptionVector() argument
132 unsigned int oldVector = *pVector; in AT91F_AIC_SetExceptionVector()
136 *pVector = ( unsigned int ) AT91C_AIC_BRANCH_OPCODE; in AT91F_AIC_SetExceptionVector()
140 …*pVector = ( ( ( ( ( unsigned int ) Handler ) - ( ( unsigned int ) pVector ) - 0x8 ) >> 2 ) & 0x00… in AT91F_AIC_SetExceptionVector()
Dlib_AT91SAM7S64.h2610 __inline unsigned int AT91F_AIC_SetExceptionVector( unsigned int * pVector, /* \arg pointer to the … in AT91F_AIC_SetExceptionVector() argument
2613 unsigned int oldVector = *pVector; in AT91F_AIC_SetExceptionVector()
2617 *pVector = ( unsigned int ) AT91C_AIC_BRANCH_OPCODE; in AT91F_AIC_SetExceptionVector()
2621 …*pVector = ( ( ( ( ( unsigned int ) Handler ) - ( ( unsigned int ) pVector ) - 0x8 ) >> 2 ) & 0x00… in AT91F_AIC_SetExceptionVector()
/Kernel-v11.1.0/portable/GCC/ARM7_AT91SAM7S/
Dlib_AT91SAM7X256.h129 …__inline unsigned int AT91F_AIC_SetExceptionVector( unsigned int * pVector, /* \arg pointer to the… in AT91F_AIC_SetExceptionVector() argument
132 unsigned int oldVector = *pVector; in AT91F_AIC_SetExceptionVector()
136 *pVector = ( unsigned int ) AT91C_AIC_BRANCH_OPCODE; in AT91F_AIC_SetExceptionVector()
140 …*pVector = ( ( ( ( ( unsigned int ) Handler ) - ( ( unsigned int ) pVector ) - 0x8 ) >> 2 ) & 0x00… in AT91F_AIC_SetExceptionVector()