Home
last modified time | relevance | path

Searched refs:__VECTOR_RAM (Results 1 – 25 of 181) sorted by relevance

12345678

/hal_nxp-latest/mcux/mcux-sdk/drivers/common/
Dfsl_common_arm.c31 #define __VECTOR_RAM Image$$VECTOR_RAM$$Base in InstallIRQHandler() macro
36 extern uint32_t __VECTOR_RAM[]; in InstallIRQHandler()
39 extern uint32_t __VECTOR_RAM[]; in InstallIRQHandler()
48 if (SCB->VTOR != (uint32_t)__VECTOR_RAM) in InstallIRQHandler()
53 __VECTOR_RAM[n] = __VECTOR_TABLE[n]; in InstallIRQHandler()
56 SCB->VTOR = (uint32_t)__VECTOR_RAM; in InstallIRQHandler()
59 ret = __VECTOR_RAM[(int32_t)irq + 16]; in InstallIRQHandler()
61 __VECTOR_RAM[(int32_t)irq + 16] = irqHandler; in InstallIRQHandler()
/hal_nxp-latest/mcux/mcux-sdk/devices/MCIMX7U3/gcc/
DMCIMX7U3xxxxx_cm4_flash.ld166 __VECTOR_RAM = DEFINED(__ram_vector_table__) ? __VECTOR_RAM__ : ORIGIN(m_interrupts);
DMCIMX7U3xxxxx_cm4_ram.ld165 __VECTOR_RAM = DEFINED(__ram_vector_table__) ? __VECTOR_RAM__ : ORIGIN(m_interrupts);
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1061/gcc/
DMIMXRT1061xxxxx_ram.ld154 __VECTOR_RAM = ORIGIN(m_interrupts); symbol
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1173/gcc/
DMIMXRT1173xxxxx_cm4_sdram.ld150 __VECTOR_RAM = ORIGIN(m_interrupts); symbol
DMIMXRT1173xxxxx_cm7_ram.ld145 __VECTOR_RAM = ORIGIN(m_interrupts); symbol
DMIMXRT1173xxxxx_cm7_sdram.ld150 __VECTOR_RAM = ORIGIN(m_interrupts); symbol
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT595S/gcc/
DMIMXRT595Sxxxx_cm33_ram_ns.ld151 __VECTOR_RAM = ORIGIN(m_interrupts); symbol
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT798S/gcc/
DMIMXRT798Sxxxx_cm33_core1_ram.ld151 __VECTOR_RAM = ORIGIN(m_interrupts); symbol
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1171/gcc/
DMIMXRT1171xxxxx_ram.ld148 __VECTOR_RAM = ORIGIN(m_interrupts); symbol
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1051/gcc/
DMIMXRT1051xxxxx_ram.ld149 __VECTOR_RAM = ORIGIN(m_interrupts); symbol
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT735S/gcc/
DMIMXRT735Sxxxx_cm33_core1_ram.ld151 __VECTOR_RAM = ORIGIN(m_interrupts); symbol
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT555S/gcc/
DMIMXRT555Sxxxx_ram.ld158 __VECTOR_RAM = ORIGIN(m_interrupts); symbol
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT533S/gcc/
DMIMXRT533Sxxxx_ram.ld158 __VECTOR_RAM = ORIGIN(m_interrupts); symbol
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1176/gcc/
DMIMXRT1176xxxxx_cm7_ram.ld148 __VECTOR_RAM = ORIGIN(m_interrupts); symbol
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1041/gcc/
DMIMXRT1041xxxxx_ram.ld147 __VECTOR_RAM = ORIGIN(m_interrupts); symbol
DMIMXRT1041xxxxx_sdram.ld152 __VECTOR_RAM = ORIGIN(m_interrupts); symbol
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1175/gcc/
DMIMXRT1175xxxxx_cm7_ram.ld148 __VECTOR_RAM = ORIGIN(m_interrupts); symbol
/hal_nxp-latest/mcux/mcux-sdk/devices/RW612/gcc/
DRW612_ram.ld156 __VECTOR_RAM = ORIGIN(m_interrupts); symbol
/hal_nxp-latest/mcux/mcux-sdk/devices/RW610/gcc/
DRW610_ram.ld156 __VECTOR_RAM = ORIGIN(m_interrupts); symbol
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1165/gcc/
DMIMXRT1165xxxxx_cm7_ram.ld148 __VECTOR_RAM = ORIGIN(m_interrupts); symbol
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1052/gcc/
DMIMXRT1052xxxxx_ram.ld149 __VECTOR_RAM = ORIGIN(m_interrupts); symbol
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1166/gcc/
DMIMXRT1166xxxxx_cm7_ram.ld148 __VECTOR_RAM = ORIGIN(m_interrupts); symbol
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1021/gcc/
DMIMXRT1021xxxxx_ram.ld151 __VECTOR_RAM = ORIGIN(m_interrupts); symbol
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1024/gcc/
DMIMXRT1024xxxxx_ram.ld149 __VECTOR_RAM = ORIGIN(m_interrupts); symbol

12345678