Home
last modified time | relevance | path

Searched refs:VECT_TAB_OFFSET (Results 1 – 25 of 39) sorted by relevance

12

/bsp/stm32/stm32h7s7-st-disco/board/CubeMX_Config/Appli/Core/Src/
A Dsystem_stm32h7rsxx.c98 #if !defined(VECT_TAB_OFFSET)
99 #define VECT_TAB_OFFSET 0x00000000U /*!< Vector Table base offset field. macro
107 #if !defined(VECT_TAB_OFFSET)
108 #define VECT_TAB_OFFSET 0x00000000U /*!< Vector Table base offset field. macro
164 SCB->VTOR = VECT_TAB_BASE_ADDRESS | VECT_TAB_OFFSET; in SystemInit()
/bsp/stm32/stm32h7s7-st-disco/board/CubeMX_Config/Boot/Core/Src/
A Dsystem_stm32h7rsxx.c98 #if !defined(VECT_TAB_OFFSET)
99 #define VECT_TAB_OFFSET 0x00000000U /*!< Vector Table base offset field. macro
107 #if !defined(VECT_TAB_OFFSET)
108 #define VECT_TAB_OFFSET 0x00000000U /*!< Vector Table base offset field. macro
164 SCB->VTOR = VECT_TAB_BASE_ADDRESS | VECT_TAB_OFFSET; in SystemInit()
/bsp/stm32/stm32h747-st-discovery/board/CubeMX_Config/Common/Src/
A Dsystem_stm32h7xx_dualcore_boot_cm4_cm7.c87 #define VECT_TAB_OFFSET 0x00000000UL /*!< Vector Table base offset field. macro
217 SCB->VTOR = D2_AHBSRAM_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM */ in SystemInit()
219 SCB->VTOR = FLASH_BANK2_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH */ in SystemInit()
227 …SCB->VTOR = D1_AXISRAM_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal D1 AXI-RAM … in SystemInit()
229 …SCB->VTOR = FLASH_BANK1_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH… in SystemInit()
/bsp/stm32/stm32h750-fk750m1-vbt6/board/CubeMX_Config/Src/
A Dsystem_stm32h7xx.c98 #define VECT_TAB_OFFSET 0x00000000U /*!< Vector Table base offset field. macro
103 #define VECT_TAB_OFFSET 0x00000000U /*!< Vector Table base offset field. macro
113 #define VECT_TAB_OFFSET 0x00000000U /*!< Vector Table base offset field. macro
118 #define VECT_TAB_OFFSET 0x00000000U /*!< Vector Table base offset field. macro
284 …SCB->VTOR = VECT_TAB_BASE_ADDRESS | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal D2 AXI… in SystemInit()
297 …SCB->VTOR = VECT_TAB_BASE_ADDRESS | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal D1 AXI… in SystemInit()
/bsp/stm32/stm32g474-st-nucleo/board/CubeMX_Config/Src/
A Dsystem_stm32g4xx.c109 #define VECT_TAB_OFFSET 0x00UL /*!< Vector Table base offset field. macro
171 SCB->VTOR = SRAM_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM */ in SystemInit()
173 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH */ in SystemInit()
/bsp/stm32/stm32g491-st-nucleo/board/CubeMX_Config/Core/Src/
A Dsystem_stm32g4xx.c119 #define VECT_TAB_OFFSET 0x00000000U /*!< Vector Table base offset field. macro
124 #define VECT_TAB_OFFSET 0x00000000U /*!< Vector Table base offset field. macro
188 …SCB->VTOR = VECT_TAB_BASE_ADDRESS | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM */ in SystemInit()
/bsp/stm32/stm32h750-weact-ministm32h7xx/board/CubeMX_Config/Src/
A Dsystem_stm32h7xx.c86 #define VECT_TAB_OFFSET 0x00000000UL /*!< Vector Table base offset field. macro
249 SCB->VTOR = D2_AXISRAM_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM */ in SystemInit()
251 SCB->VTOR = FLASH_BANK2_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH */ in SystemInit()
265 SCB->VTOR = D1_AXISRAM_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal AXI-RAM */ in SystemInit()
267 SCB->VTOR = FLASH_BANK1_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH */ in SystemInit()
/bsp/stm32/stm32l496-st-discovery/board/CubeMX_Config/Src/
A Dsystem_stm32l4xx.c136 #define VECT_TAB_OFFSET 0x00000000U /*!< Vector Table base offset field. macro
141 #define VECT_TAB_OFFSET 0x00000000U /*!< Vector Table base offset field. macro
201 SCB->VTOR = VECT_TAB_BASE_ADDRESS | VECT_TAB_OFFSET; in SystemInit()
/bsp/stm32/stm32u575-st-nucleo/board/CubeMX_Config/Src/
A Dsystem_stm32u5xx.c138 #define VECT_TAB_OFFSET 0x00000000UL /*!< Vector Table base offset field. macro
223 SCB->VTOR = SRAM1_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM */ in SystemInit()
225 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH */ in SystemInit()
/bsp/stm32/stm32u585-iot02a/board/CubeMX_Config/Src/
A Dsystem_stm32u5xx.c138 #define VECT_TAB_OFFSET 0x00000000UL /*!< Vector Table base offset field. macro
223 SCB->VTOR = SRAM1_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM */ in SystemInit()
225 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH */ in SystemInit()
/bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Source/Templates/
A Dsystem_stm32l1xx.c92 #define VECT_TAB_OFFSET 0x00000000U /*!< Vector Table base offset field. macro
97 #define VECT_TAB_OFFSET 0x00000000U /*!< Vector Table base offset field. macro
168 …SCB->VTOR = VECT_TAB_BASE_ADDRESS | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM. … in SystemInit()
/bsp/apm32/libraries/APM32F4xx_Library/Device/Geehy/APM32F4xx/Source/
A Dsystem_apm32f4xx.c49 #define VECT_TAB_OFFSET 0x00 macro
131 SCB->VTOR = SRAM_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM */ in SystemInit()
133 SCB->VTOR = FMC_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH */ in SystemInit()
/bsp/stm32/stm32h503-st-nucleo/board/CubeMX_Config/Src/
A Dsystem_stm32h5xx.c146 #define VECT_TAB_OFFSET 0x00U /*!< Vector Table base offset field. macro
255 SCB->VTOR = SRAM1_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM */ in SystemInit()
257 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH */ in SystemInit()
/bsp/stm32/stm32h563-st-nucleo/board/CubeMX_Config/Src/
A Dsystem_stm32h5xx.c146 #define VECT_TAB_OFFSET 0x00U /*!< Vector Table base offset field. macro
255 SCB->VTOR = SRAM1_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM */ in SystemInit()
257 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH */ in SystemInit()
/bsp/stm32/stm32mp157a-st-discovery/board/CubeMX_Config/Common/System/
A Dsystem_stm32mp1xx.c79 #define VECT_TAB_OFFSET 0x00 /*!< Vector Table base offset field. macro
144 SCB->VTOR = MCU_AHB_SRAM | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM */ in SystemInit()
/bsp/stm32/stm32mp157a-st-ev1/board/CubeMX_Config/Common/System/
A Dsystem_stm32mp1xx.c79 #define VECT_TAB_OFFSET 0x00 /*!< Vector Table base offset field. macro
144 SCB->VTOR = MCU_AHB_SRAM | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM */ in SystemInit()
/bsp/stm32/libraries/templates/stm32mp1xx/board/CubeMX_Config/Common/System/
A Dsystem_stm32mp1xx.c79 #define VECT_TAB_OFFSET 0x00 /*!< Vector Table base offset field. macro
144 SCB->VTOR = MCU_AHB_SRAM | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM */ in SystemInit()
/bsp/apm32/libraries/APM32F0xx_Library/Device/Geehy/APM32F0xx/Source/
A Dsystem_apm32f0xx.c51 #define VECT_TAB_OFFSET 0x00 macro
135 SCB->VTOR = SRAM_BASE | VECT_TAB_OFFSET; in SystemInit()
137 SCB->VTOR = FMC_BASE | VECT_TAB_OFFSET; in SystemInit()
/bsp/n32/libraries/N32G4FR_Firmware_Library/CMSIS/device/
A Dsystem_n32g4fr.c128 #define VECT_TAB_OFFSET 0x0 /*!< Vector Table base offset field. This value must be a multiple of 0… macro
199 SCB->VTOR = SRAM_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM. */ in SystemInit()
201 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH. */ in SystemInit()
/bsp/n32/libraries/N32G45x_Firmware_Library/CMSIS/device/
A Dsystem_n32g45x.c128 #define VECT_TAB_OFFSET 0x0 /*!< Vector Table base offset field. This value must be a multiple of 0… macro
199 SCB->VTOR = SRAM_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM. */ in SystemInit()
201 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH. */ in SystemInit()
/bsp/n32/libraries/N32WB452_Firmware_Library/CMSIS/device/
A Dsystem_n32wb452.c128 #define VECT_TAB_OFFSET 0x0 /*!< Vector Table base offset field. This value must be a multiple of 0… macro
199 SCB->VTOR = SRAM_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM. */ in SystemInit()
201 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH. */ in SystemInit()
/bsp/n32g452xx/Libraries/N32_Std_Driver/CMSIS/device/
A Dsystem_n32g45x.c128 #define VECT_TAB_OFFSET 0x0 /*!< Vector Table base offset field. This value must be a multiple of 0… macro
199 SCB->VTOR = SRAM_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM. */ in SystemInit()
201 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH. */ in SystemInit()
/bsp/acm32/acm32f0x0-nucleo/libraries/Device/
A DSystem_ACM32F0x0.c24 #define VECT_TAB_OFFSET 0x0U /*!< Vector Table base offset field. macro
90 SCU->VECTOROFFSET = SRAM_BASE | VECT_TAB_OFFSET | SCU_VECTOROFFSET_VOFFSETEN; in System_Init()
93 SCU->VECTOROFFSET = EFLASH_BASE | VECT_TAB_OFFSET | SCU_VECTOROFFSET_VOFFSETEN; in System_Init()
/bsp/acm32/acm32f4xx-nucleo/libraries/Device/
A DSystem_ACM32F4.c22 #define VECT_TAB_OFFSET 0x0U /*!< Vector Table base offset field. macro
123 SCB->VTOR = SRAM_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM */ in System_Core_Config()
125 SCB->VTOR = EFLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH */ in System_Core_Config()
/bsp/apm32/libraries/APM32S10x_Library/Device/Geehy/APM32S10x/Source/
A Dsystem_apm32s10x.c56 #define VECT_TAB_OFFSET 0x00 macro
130 SCB->VTOR = SRAM_BASE | VECT_TAB_OFFSET; in SystemInit()
132 SCB->VTOR = FMC_BASE | VECT_TAB_OFFSET; in SystemInit()

Completed in 50 milliseconds

12