Searched refs:InterruptHdl (Results 1 – 3 of 3) sorted by relevance
632 #define sl_IfRegIntHdlr(InterruptHdl , pValue) NwpRegisterInterruptHandler(InterruptHdl , … argument
287 int NwpRegisterInterruptHandler(P_EVENT_HANDLER InterruptHdl , void* pValue) in NwpRegisterInterruptHandler() argument296 if(!InterruptHdl) in NwpRegisterInterruptHandler()306 g_intHandle = HwiP_create(INT_NWPIC , (HwiP_Fxn)(InterruptHdl) , &nwp_iParams); in NwpRegisterInterruptHandler()
212 int NwpRegisterInterruptHandler(P_EVENT_HANDLER InterruptHdl , void* pValue);