Home
last modified time | relevance | path

Searched refs:__VECTOR_TABLE (Results 1 – 10 of 10) sorted by relevance

/hal_silabs-latest/gecko/Device/SiliconLabs/EFM32GG12B/Source/
Dsystem_efm32gg12b.c118 extern const tVectorEntry __VECTOR_TABLE[16 + EXT_IRQ_COUNT];
316 SCB->VTOR = (uint32_t)(&__VECTOR_TABLE[0]); in SystemInit()
/hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32BG22/Source/
Dsystem_efr32bg22.c138 extern const tVectorEntry __VECTOR_TABLE[16 + EXT_IRQ_COUNT];
159 SCB->VTOR = (uint32_t) (&__VECTOR_TABLE[0]); in SystemInit()
/hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32MG29/Source/
Dsystem_efr32mg29.c138 extern const tVectorEntry __VECTOR_TABLE[16 + EXT_IRQ_COUNT];
159 SCB->VTOR = (uint32_t) (&__VECTOR_TABLE[0]); in SystemInit()
/hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32BG29/Source/
Dsystem_efr32bg29.c138 extern const tVectorEntry __VECTOR_TABLE[16 + EXT_IRQ_COUNT];
159 SCB->VTOR = (uint32_t) (&__VECTOR_TABLE[0]); in SystemInit()
/hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32BG27/Source/
Dsystem_efr32bg27.c138 extern const tVectorEntry __VECTOR_TABLE[16 + EXT_IRQ_COUNT];
159 SCB->VTOR = (uint32_t) (&__VECTOR_TABLE[0]); in SystemInit()
/hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32FG23/Source/
Dsystem_efr32fg23.c138 extern const tVectorEntry __VECTOR_TABLE[16 + EXT_IRQ_COUNT];
159 SCB->VTOR = (uint32_t) (&__VECTOR_TABLE[0]); in SystemInit()
/hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32MG21/Source/
Dsystem_efr32mg21.c138 extern const tVectorEntry __VECTOR_TABLE[16 + EXT_IRQ_COUNT];
159 SCB->VTOR = (uint32_t) (&__VECTOR_TABLE[0]); in SystemInit()
/hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32ZG23/Source/
Dsystem_efr32zg23.c138 extern const tVectorEntry __VECTOR_TABLE[16 + EXT_IRQ_COUNT];
159 SCB->VTOR = (uint32_t) (&__VECTOR_TABLE[0]); in SystemInit()
/hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32MG24/Source/
Dsystem_efr32mg24.c138 extern const tVectorEntry __VECTOR_TABLE[16 + EXT_IRQ_COUNT];
159 SCB->VTOR = (uint32_t) (&__VECTOR_TABLE[0]); in SystemInit()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/core/chip/inc/
Dsystem_si91x.h201 #ifndef __VECTOR_TABLE
202 #define __VECTOR_TABLE __Vectors macro