Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dinterrupt.c91 uint32_t tmpVtor; in IntRegister() local
104 tmpVtor = SCB->VTOR; in IntRegister()
107 ramVectorTable[idx] = (void (*)(void))HWREG((idx * 4) + tmpVtor); in IntRegister()