Searched refs:ramVectorTable (Results 1 – 1 of 1) sorted by relevance
73 void (*ramVectorTable[NUM_INTERRUPTS])(void); variable76 static __no_init void (*ramVectorTable[NUM_INTERRUPTS])(void) @ ".ramVecs"; variable78 static __attribute__((section(".ramVecs"), aligned(256))) void (*ramVectorTable[NUM_INTERRUPTS])(vo… variable80 static __attribute__((section(".ramVecs"), aligned(256))) void (*ramVectorTable[NUM_INTERRUPTS])(vo… variable97 ASSERT(((uint32_t)ramVectorTable & 0x000000ff) == 0); in IntRegister()100 if (SCB->VTOR != (uint32_t)ramVectorTable) in IntRegister()107 ramVectorTable[idx] = (void (*)(void))HWREG((idx * 4) + tmpVtor); in IntRegister()111 SCB->VTOR = (uint32_t)ramVectorTable; in IntRegister()115 ramVectorTable[intNum] = handler; in IntRegister()129 ramVectorTable[intNum] = IntDefaultHandler; in IntUnregister()