Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Dinterrupt.c232 HWREG(NVIC_VTABLE) = ulVtableBase; in IntVTableBaseSet()
263 ulNvicTbl = (unsigned long *)HWREG(NVIC_VTABLE); in IntRegister()
293 ulNvicTbl = (unsigned long *)HWREG(NVIC_VTABLE); in IntUnregister()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dinterrupt.c162 if(HWREG(NVIC_VTABLE) != (uint32_t)g_pfnRAMVectors) in IntRegister()
166 ui32Value = HWREG(NVIC_VTABLE); in IntRegister()
174 HWREG(NVIC_VTABLE) = (uint32_t)g_pfnRAMVectors; in IntRegister()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dinterrupt.c164 if(HWREG(NVIC_VTABLE) != (uint32_t)g_pfnRAMVectors) in IntRegister()
168 ui32Value = HWREG(NVIC_VTABLE); in IntRegister()
176 HWREG(NVIC_VTABLE) = (uint32_t)g_pfnRAMVectors; in IntRegister()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/inc/
Dhw_nvic.h76 #define NVIC_VTABLE 0xE000ED08 // Vector Table Offset macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/inc/
Dhw_nvic.h78 #define NVIC_VTABLE 0xE000ED08 // Vector Table Offset macro
/hal_ti-latest/simplelink/source/ti/drivers/power/
DPowerCC32XX.c1198 HWREG(NVIC_VTABLE) = PowerCC32XX_contextSave.nvicRegs.vectorTable; in restoreNVICRegs()
1262 PowerCC32XX_contextSave.nvicRegs.vectorTable = HWREG(NVIC_VTABLE); in saveNVICRegs()
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/inc/
Dhw_nvic.h150 #define NVIC_VTABLE 0xE000ED08 // Vector Table Offset macro