Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-template-cat1/files/templates/cat1c/COMPONENT_MTB/COMPONENT_CM0P/
Dsystem_cm0plus.c287 uint32_t * const pu32RamTable = (uint32_t *) __ramVectors; in CopyVectorTable() local
293 pu32RamTable[u8Index] = pu32RomTable[u8Index]; in CopyVectorTable()
296 SCB->VTOR = (uint32_t) pu32RamTable; in CopyVectorTable()
309 uint32_t * const pu32RamTable = (uint32_t *) __ramVectors; in PrepareSystemCallInfrastructure() local
313 pu32RamTable[u8Irq0Index] = pu32SromTable[u8Irq0Index]; in PrepareSystemCallInfrastructure()
314 pu32RamTable[u8Irq1Index] = pu32SromTable[u8Irq1Index]; in PrepareSystemCallInfrastructure()