Home
last modified time | relevance | path

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

/hal_ti-2.7.6/simplelink/source/ti/drivers/net/wifi/porting/
Dcc_pal.c126 HwiP_Handle g_intHandle = 0; variable
298 HwiP_delete(g_intHandle); in NwpRegisterInterruptHandler()
306 g_intHandle = HwiP_create(INT_NWPIC , (HwiP_Fxn)(InterruptHdl) , &nwp_iParams); in NwpRegisterInterruptHandler()
308 if(!g_intHandle) in NwpRegisterInterruptHandler()