Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/IAR/AtmelSAM7S64/
HDlib_AT91SAM7X128.h134 unsigned int *pVector, // \arg pointer to the AIC registers in AT91F_AIC_SetExceptionVector() argument
137 unsigned int oldVector = *pVector; in AT91F_AIC_SetExceptionVector()
140 *pVector = (unsigned int) AT91C_AIC_BRANCH_OPCODE; in AT91F_AIC_SetExceptionVector()
142 …*pVector = (((((unsigned int) Handler) - ((unsigned int) pVector) - 0x8) >> 2) & 0x00FFFFFF) | 0xE… in AT91F_AIC_SetExceptionVector()
HDlib_AT91SAM7X256.h134 unsigned int *pVector, // \arg pointer to the AIC registers in AT91F_AIC_SetExceptionVector() argument
137 unsigned int oldVector = *pVector; in AT91F_AIC_SetExceptionVector()
140 *pVector = (unsigned int) AT91C_AIC_BRANCH_OPCODE; in AT91F_AIC_SetExceptionVector()
142 …*pVector = (((((unsigned int) Handler) - ((unsigned int) pVector) - 0x8) >> 2) & 0x00FFFFFF) | 0xE… in AT91F_AIC_SetExceptionVector()
HDlib_AT91SAM7S64.h2763 unsigned int *pVector, // \arg pointer to the AIC registers in AT91F_AIC_SetExceptionVector() argument
2766 unsigned int oldVector = *pVector; in AT91F_AIC_SetExceptionVector()
2769 *pVector = (unsigned int) AT91C_AIC_BRANCH_OPCODE; in AT91F_AIC_SetExceptionVector()
2771 …*pVector = (((((unsigned int) Handler) - ((unsigned int) pVector) - 0x8) >> 2) & 0x00FFFFFF) | 0xE… in AT91F_AIC_SetExceptionVector()
/Kernel-v10.6.2/portable/GCC/ARM7_AT91SAM7S/
HDlib_AT91SAM7X256.h134 unsigned int *pVector, // \arg pointer to the AIC registers in AT91F_AIC_SetExceptionVector() argument
137 unsigned int oldVector = *pVector; in AT91F_AIC_SetExceptionVector()
140 *pVector = (unsigned int) AT91C_AIC_BRANCH_OPCODE; in AT91F_AIC_SetExceptionVector()
142 …*pVector = (((((unsigned int) Handler) - ((unsigned int) pVector) - 0x8) >> 2) & 0x00FFFFFF) | 0xE… in AT91F_AIC_SetExceptionVector()