Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/soc/
Dsystem_stm32n6xx_ns.c151 #define INTVECT_START ((uint32_t)&__vector_table) macro
154 #define INTVECT_START ((uint32_t)&__Vectors) macro
157 #define INTVECT_START ((uint32_t)&g_pfnVectors) macro
172 SCB->VTOR = INTVECT_START; in SystemInit()
Dsystem_stm32n6xx_s.c170 #define INTVECT_START ((uint32_t)&__vector_table) macro
173 #define INTVECT_START ((uint32_t)&__Vectors) macro
176 #define INTVECT_START ((uint32_t)&g_pfnVectors) macro
193 SCB->VTOR = INTVECT_START; in SystemInit()
Dsystem_stm32n6xx_fsbl.c169 #define INTVECT_START ((uint32_t)&__vector_table) macro
172 #define INTVECT_START ((uint32_t)&__Vectors) macro
175 #define INTVECT_START ((uint32_t)&g_pfnVectors) macro
190 SCB->VTOR = INTVECT_START; in SystemInit()
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/
Dsystem_stm32h7rsxx.c86 #define INTVECT_START ((uint32_t)& __vector_table) macro
89 #define INTVECT_START ((uint32_t) & __Vectors) macro
92 #define INTVECT_START ((uint32_t)& g_pfnVectors) macro
146 SCB->VTOR = INTVECT_START; in SystemInit()