Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/SKiM881AXL/cmsis/
Dsystem_stm32l0xx.c99 #define VECT_TAB_OFFSET 0x00U /*!< Vector Table base offset field. macro
176 SCB->VTOR = SRAM_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM */ in SystemInit()
178 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH */ in SystemInit()
/loramac-node-latest/src/boards/B-L072Z-LRWAN1/cmsis/
Dsystem_stm32l0xx.c99 #define VECT_TAB_OFFSET 0x00U /*!< Vector Table base offset field. macro
176 SCB->VTOR = SRAM_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM */ in SystemInit()
178 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH */ in SystemInit()
/loramac-node-latest/src/boards/NucleoL073/cmsis/
Dsystem_stm32l0xx.c99 #define VECT_TAB_OFFSET 0x00U /*!< Vector Table base offset field. macro
176 SCB->VTOR = SRAM_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM */ in SystemInit()
178 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH */ in SystemInit()
/loramac-node-latest/src/boards/NucleoL476/cmsis/
Dsystem_stm32l4xx.c142 #define VECT_TAB_OFFSET 0x00 /*!< Vector Table base offset field. macro
224 SCB->VTOR = SRAM_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM */ in SystemInit()
226 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH */ in SystemInit()
/loramac-node-latest/src/boards/SKiM880B/cmsis/
Dsystem_stm32l1xx.c99 #define VECT_TAB_OFFSET 0x0 /*!< Vector Table base offset field. macro
183 SCB->VTOR = SRAM_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM. */ in SystemInit()
185 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH. */ in SystemInit()
/loramac-node-latest/src/boards/NucleoL152/cmsis/
Dsystem_stm32l1xx.c99 #define VECT_TAB_OFFSET 0x0 /*!< Vector Table base offset field. macro
183 SCB->VTOR = SRAM_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM. */ in SystemInit()
185 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH. */ in SystemInit()
/loramac-node-latest/src/boards/NAMote72/cmsis/
Dsystem_stm32l1xx.c99 #define VECT_TAB_OFFSET 0x0 /*!< Vector Table base offset field. macro
183 SCB->VTOR = SRAM_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM. */ in SystemInit()
185 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH. */ in SystemInit()
/loramac-node-latest/src/boards/SKiM980A/cmsis/
Dsystem_stm32l1xx.c99 #define VECT_TAB_OFFSET 0x0 /*!< Vector Table base offset field. macro
183 SCB->VTOR = SRAM_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM. */ in SystemInit()
185 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH. */ in SystemInit()