Home
last modified time | relevance | path

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

/hal_infineon-3.7.0/mtb-template-cat1/files/templates/cat1c/COMPONENT_MTB/COMPONENT_CM7/
Dsystem_cm7.c38 CY_NOINIT cy_israddress Cy_SystemIrqUserTable[CPUSS_SYSTEM_INT_NR] ; variable
137 Cy_SystemIrqUserTable[i] = DEFAULT_HANDLER_NAME; in SystemIrqInit()
140 Cy_SysInt_SystemIrqUserTableRamPointer = Cy_SystemIrqUserTable; in SystemIrqInit()
232 handler = Cy_SystemIrqUserTable[system_int_idx]; in CM7_CpuIntr_Handler()
240 handler = Cy_SystemIrqUserTable[system_int_idx]; in CM7_CpuIntr_Handler()
/hal_infineon-3.7.0/mtb-template-cat1/files/templates/cat1c/COMPONENT_MTB/COMPONENT_CM0P/
Dsystem_cm0plus.c58 CY_NOINIT cy_israddress Cy_SystemIrqUserTable[CPUSS_SYSTEM_INT_NR] ; variable
336 Cy_SystemIrqUserTable[i] = DEFAULT_HANDLER_NAME; in SystemIrqInit()
339 Cy_SysInt_SystemIrqUserTableRamPointer = Cy_SystemIrqUserTable; in SystemIrqInit()
614 handler = Cy_SystemIrqUserTable[system_int_idx]; in CM0P_CpuIntr_HandlerInline()