Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/
Ddevice.h299 typedef void (*P_INIT_CALLBACK)(_u32 Status, SlDeviceInitInfo_t *DeviceInitInfo); typedef
429 _i16 sl_Start(const void* pIfHdl, _i8* pDevName, const P_INIT_CALLBACK pInitCallBack);
/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/source/
Ddriver.h372 P_INIT_CALLBACK pInitCallback;
Ddevice.c119 _i16 sl_Start(const void* pIfHdl, _i8* pDevName, const P_INIT_CALLBACK pInitCallBack) in sl_Start()