Searched refs:pVector (Results 1 – 4 of 4) sorted by relevance
129 …__inline unsigned int AT91F_AIC_SetExceptionVector( unsigned int * pVector, /* \arg pointer to the… in AT91F_AIC_SetExceptionVector() argument132 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()
2610 __inline unsigned int AT91F_AIC_SetExceptionVector( unsigned int * pVector, /* \arg pointer to the … in AT91F_AIC_SetExceptionVector() argument2613 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()