Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_sysint.c35 __WEAK cy_israddress * Cy_SysInt_SystemIrqUserTableRamPointer = NULL;
524 if (Cy_SysInt_SystemIrqUserTableRamPointer != NULL) in Cy_SysInt_SetSystemIrqVector()
526 Cy_SysInt_SystemIrqUserTableRamPointer[sysIntSrc] = userIsr; in Cy_SysInt_SetSystemIrqVector()
534 if (Cy_SysInt_SystemIrqUserTableRamPointer != NULL) in Cy_SysInt_GetSystemIrqVector()
536 userIsr = Cy_SysInt_SystemIrqUserTableRamPointer[sysIntSrc]; in Cy_SysInt_GetSystemIrqVector()
/hal_infineon-latest/mtb-template-cat1/files/templates/cat1c/COMPONENT_MTB/COMPONENT_CM7/
Dsystem_cm7.c40 CY_NOINIT cy_israddress * Cy_SysInt_SystemIrqUserTableRamPointer ; variable
140 Cy_SysInt_SystemIrqUserTableRamPointer = Cy_SystemIrqUserTable; in SystemIrqInit()
/hal_infineon-latest/mtb-template-cat1/files/templates/cat1c/COMPONENT_MTB/COMPONENT_CM0P/
Dsystem_cm0plus.c60 CY_NOINIT cy_israddress * Cy_SysInt_SystemIrqUserTableRamPointer ; variable
339 Cy_SysInt_SystemIrqUserTableRamPointer = Cy_SystemIrqUserTable; in SystemIrqInit()