| /external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/ |
| A D | system_stm32f2xx.c | 239 SCB->VTOR = SRAM_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM */ in SystemInit() 241 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH */ in SystemInit()
|
| A D | misc.c | 186 SCB->VTOR = NVIC_VectTab | (Offset & (uint32_t)0x1FFFFF80); in NVIC_SetVectorTable()
|
| /external/arch/arm/arm-m/CMSIS/Include/ |
| A D | core_sc000.h | 356 __IOM uint32_t VTOR; /*!< Offset: 0x008 (R/W) Vector Table Offset Register */ member 912 uint32_t *vectors = (uint32_t *)SCB->VTOR; in __NVIC_SetVector() 928 uint32_t *vectors = (uint32_t *)SCB->VTOR; in __NVIC_GetVector()
|
| A D | core_cm0plus.h | 360 __IOM uint32_t VTOR; /*!< Offset: 0x008 (R/W) Vector Table Offset Register */ member 953 uint32_t *vectors = (uint32_t *)SCB->VTOR; in __NVIC_SetVector() 974 uint32_t *vectors = (uint32_t *)SCB->VTOR; in __NVIC_GetVector()
|
| A D | core_cm3.h | 383 __IOM uint32_t VTOR; /*!< Offset: 0x008 (R/W) Vector Table Offset Register */ member 1737 uint32_t *vectors = (uint32_t *)SCB->VTOR; in __NVIC_SetVector() 1753 uint32_t *vectors = (uint32_t *)SCB->VTOR; in __NVIC_GetVector()
|
| A D | core_sc300.h | 383 __IOM uint32_t VTOR; /*!< Offset: 0x008 (R/W) Vector Table Offset Register */ member 1720 uint32_t *vectors = (uint32_t *)SCB->VTOR; in __NVIC_SetVector() 1736 uint32_t *vectors = (uint32_t *)SCB->VTOR; in __NVIC_GetVector()
|
| A D | core_cm4.h | 449 __IOM uint32_t VTOR; /*!< Offset: 0x008 (R/W) Vector Table Offset Register */ member 1913 uint32_t *vectors = (uint32_t *)SCB->VTOR; in __NVIC_SetVector() 1929 uint32_t *vectors = (uint32_t *)SCB->VTOR; in __NVIC_GetVector()
|
| A D | core_armv8mbl.h | 388 __IOM uint32_t VTOR; /*!< Offset: 0x008 (R/W) Vector Table Offset Register */ member 1749 uint32_t *vectors = (uint32_t *)SCB->VTOR; in __NVIC_SetVector() 1769 uint32_t *vectors = (uint32_t *)SCB->VTOR; in __NVIC_GetVector()
|
| A D | core_cm23.h | 388 __IOM uint32_t VTOR; /*!< Offset: 0x008 (R/W) Vector Table Offset Register */ member 1824 uint32_t *vectors = (uint32_t *)SCB->VTOR; in __NVIC_SetVector() 1844 uint32_t *vectors = (uint32_t *)SCB->VTOR; in __NVIC_GetVector()
|
| A D | core_cm7.h | 464 __IOM uint32_t VTOR; /*!< Offset: 0x008 (R/W) Vector Table Offset Register */ member 2140 uint32_t *vectors = (uint32_t *)SCB->VTOR; in __NVIC_SetVector() 2156 uint32_t *vectors = (uint32_t *)SCB->VTOR; in __NVIC_GetVector()
|
| A D | core_cm33.h | 508 __IOM uint32_t VTOR; /*!< Offset: 0x008 (R/W) Vector Table Offset Register */ member 2674 uint32_t *vectors = (uint32_t *)SCB->VTOR; in __NVIC_SetVector() 2690 uint32_t *vectors = (uint32_t *)SCB->VTOR; in __NVIC_GetVector()
|
| A D | core_cm35p.h | 508 __IOM uint32_t VTOR; /*!< Offset: 0x008 (R/W) Vector Table Offset Register */ member 2674 uint32_t *vectors = (uint32_t *)SCB->VTOR; in __NVIC_SetVector() 2690 uint32_t *vectors = (uint32_t *)SCB->VTOR; in __NVIC_GetVector()
|
| A D | core_armv8mml.h | 508 __IOM uint32_t VTOR; /*!< Offset: 0x008 (R/W) Vector Table Offset Register */ member 2599 uint32_t *vectors = (uint32_t *)SCB->VTOR; in __NVIC_SetVector() 2615 uint32_t *vectors = (uint32_t *)SCB->VTOR; in __NVIC_GetVector()
|
| /external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/ |
| A D | misc.c | 160 SCB->VTOR = NVIC_VectTab | (Offset & (uint32_t)0x1FFFFF80); in NVIC_SetVectorTable()
|
| A D | system_stm32f10x.c | 265 SCB->VTOR = SRAM_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM. */ in SystemInit() 267 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH. */ in SystemInit()
|
| /external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/ |
| A D | misc.c | 179 SCB->VTOR = NVIC_VectTab | (Offset & (uint32_t)0x1FFFFF80); in NVIC_SetVectorTable()
|
| A D | system_stm32f4xx.c | 511 SCB->VTOR = SRAM_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM */ in SystemInit() 513 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH */ in SystemInit()
|
| /external/platform/pico/rp2_common/cmsis/stub/CMSIS/Core/Include/ |
| A D | core_cm0plus.h | 360 __IOM uint32_t VTOR; /*!< Offset: 0x008 (R/W) Vector Table Offset Register */ member 953 uint32_t *vectors = (uint32_t *)SCB->VTOR; in __NVIC_SetVector() 974 uint32_t *vectors = (uint32_t *)SCB->VTOR; in __NVIC_GetVector()
|
| /external/platform/nrfx/mdk/ |
| A D | iar_startup_nrf51.s | 29 ; table register (VTOR) is initialized to this address if != 0.
|
| A D | iar_startup_nrf52805.s | 29 ; table register (VTOR) is initialized to this address if != 0.
|
| A D | iar_startup_nrf5340_network.s | 29 ; table register (VTOR) is initialized to this address if != 0.
|
| A D | iar_startup_nrf52811.s | 29 ; table register (VTOR) is initialized to this address if != 0.
|
| A D | iar_startup_nrf52820.s | 29 ; table register (VTOR) is initialized to this address if != 0.
|
| A D | iar_startup_nrf52.s | 29 ; table register (VTOR) is initialized to this address if != 0.
|
| A D | iar_startup_nrf52810.s | 29 ; table register (VTOR) is initialized to this address if != 0.
|