Searched refs:__VECTOR_TABLE (Results 1 – 10 of 10) sorted by relevance
118 extern const tVectorEntry __VECTOR_TABLE[16 + EXT_IRQ_COUNT];316 SCB->VTOR = (uint32_t)(&__VECTOR_TABLE[0]); in SystemInit()
138 extern const tVectorEntry __VECTOR_TABLE[16 + EXT_IRQ_COUNT];159 SCB->VTOR = (uint32_t) (&__VECTOR_TABLE[0]); in SystemInit()
201 #ifndef __VECTOR_TABLE202 #define __VECTOR_TABLE __Vectors macro