Searched refs:currIsr (Results 1 – 2 of 2) sorted by relevance
129 cy_israddress currIsr; in Cy_SysInt_GetVector() local133 currIsr = (cy_israddress)__vector_table_rw_ptr[CY_INT_IRQ_BASE + (uint32_t)IRQn]; in Cy_SysInt_GetVector()139 currIsr = NULL; in Cy_SysInt_GetVector()142 return (currIsr); in Cy_SysInt_GetVector()
357 cy_israddress currIsr; in Cy_SysInt_GetVector() local362 currIsr = __ramVectors[CY_INT_IRQ_BASE + (uint32_t)IRQn]; in Cy_SysInt_GetVector()366 currIsr = __Vectors[CY_INT_IRQ_BASE + (uint32_t)IRQn]; in Cy_SysInt_GetVector()369 return (currIsr); in Cy_SysInt_GetVector()