Home
last modified time | relevance | path

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

/hal_ti-3.4.0/simplelink/source/ti/drivers/net/wifi/porting/
Duser.h632 #define sl_IfRegIntHdlr(InterruptHdl , pValue) NwpRegisterInterruptHandler(InterruptHdl , … argument
Dcc_pal.c287 int NwpRegisterInterruptHandler(P_EVENT_HANDLER InterruptHdl , void* pValue) in NwpRegisterInterruptHandler() argument
296 if(!InterruptHdl) in NwpRegisterInterruptHandler()
306 g_intHandle = HwiP_create(INT_NWPIC , (HwiP_Fxn)(InterruptHdl) , &nwp_iParams); in NwpRegisterInterruptHandler()
Dcc_pal.h212 int NwpRegisterInterruptHandler(P_EVENT_HANDLER InterruptHdl , void* pValue);