Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Src/
H A Dsystem_stm32l4xx.c126 #define VECT_TAB_OFFSET 0x00 /*!< Vector Table base offset field. macro
208 SCB->VTOR = SRAM_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM */ in SystemInit()
210 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH */ in SystemInit()
/btstack/port/stm32-wb55xx-nucleo-freertos/Src/
H A Dsystem_stm32wbxx.c127 #define VECT_TAB_OFFSET 0x0U /*!< Vector Table base offset field. macro
195 …SCB->VTOR = VECT_TAB_BASE_ADDRESS | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAMx… in SystemInit()
197 SCB->VTOR = VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH */ in SystemInit()
/btstack/port/stm32-l476rg-nucleo-sx1280/Src/
H A Dsystem_stm32l4xx.c126 #define VECT_TAB_OFFSET 0x00 /*!< Vector Table base offset field. macro
208 SCB->VTOR = SRAM_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM */ in SystemInit()
210 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH */ in SystemInit()
/btstack/port/stm32-l073rz-nucleo-em9304/Src/
H A Dsystem_stm32l0xx.c83 #define VECT_TAB_OFFSET 0x00U /*!< Vector Table base offset field. macro
160 SCB->VTOR = SRAM_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM */ in SystemInit()
162 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH */ in SystemInit()
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/
H A Dsystem_stm32f4xx.c93 #define VECT_TAB_OFFSET 0x00 /*!< Vector Table base offset field. macro
163 SCB->VTOR = SRAM_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM */ in SystemInit()
165 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH */ in SystemInit()
/btstack/port/stm32-f4discovery-cc256x/Src/
H A Dsystem_stm32f4xx.c109 #define VECT_TAB_OFFSET 0x00 /*!< Vector Table base offset field. macro
197 SCB->VTOR = SRAM_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM */ in SystemInit()
199 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH */ in SystemInit()
/btstack/port/stm32-f4discovery-usb/Core/Src/
H A Dsystem_stm32f4xx.c93 #define VECT_TAB_OFFSET 0x00 /*!< Vector Table base offset field. macro
163 SCB->VTOR = SRAM_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM */ in SystemInit()
165 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH */ in SystemInit()