Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/
Dfs.h188 _i32 ErrorNumber;
359 _i32 sl_FsOpen(const _u8 *pFileName,const _u32 AccessModeAndMaxSize,_u32 *pToken);
394 _i16 sl_FsClose(const _i32 FileHdl,const _u8* pCeritificateFileName,const _u8* pSignature,const _u3…
418 _i32 sl_FsRead(const _i32 FileHdl,_u32 Offset ,_u8* pData,_u32 Len);
442 _i32 sl_FsWrite(const _i32 FileHdl,_u32 Offset,_u8* pData,_u32 Len);
615 _i32 sl_FsCtl( SlFsCtl_e Command, _u32 Token, _u8 *pFileName, const _u8 *pData, _u16 DataLen, …
748 _i32 sl_FsProgram(const _u8* pData , _u16 Len , const _u8 * pKey , _u32 Flags );
835 _i32 sl_FsGetFileList(_i32* pIndex, _u8 Count, _u8 MaxEntryLen , _u8* pBuff, SlFileListFlags_t Fla…
Deventreg.c55 typedef _i32 (*_pSlPropogationDeviceFatalErrorEvtHdlr_t)(SlDeviceFatal_t *pSlFatalErrorEvent);
56 typedef _i32 (*_pSlPropogationDeviceGeneralEvtHdlr_t)(SlDeviceEvent_t *pSlDeviceEvent);
57 typedef _i32 (*_pSlPropogationWlanEvtHdlr)(SlWlanEvent_t* pSlWlanEvent);
58 typedef _i32 (*_pSlPropogationNetAppEvtHdlr)(SlNetAppEvent_t* pSlNetAppEvent);
59 typedef _i32 (*_pSlPropogationSockEvtHdlr)(SlSockEvent_t* pSlSockEvent);
60 typedef _i32 (*_pSlPropogationNetAppHttpServerHdlr)(SlNetAppHttpServerEvent_t *pSlHttpServerEvent, …
61 typedef _i32 (*_pSlPropogationNetAppRequestHdlr)(SlNetAppRequest_t *pNetAppRequest, SlNetAppRespons…
62 typedef _i32 (*_pSlPropogationNetAppRequestMemFree)(_u8 *buffer);
63 typedef _i32 (*_pSlPropogationSocketTriggerEventHandler)(SlSockTriggerEvent_t* pSlSockTriggerEvent);
73 _i32 _SlIsEventRegistered(SlEventHandler_e EventHandlerType) in _SlIsEventRegistered()
[all …]
Deventreg.h94 _i32 sl_RegisterEventHandler(SlEventHandler_e EventHandlerType , void* EventHandler);
98 _i32 _SlIsEventRegistered(SlEventHandler_e EventHandlerType);
111 _i32 sl_RegisterLibsEventHandler(SlEventHandler_e EventHandlerType , SlEventsListNode_t* EventHandl…
125 _i32 sl_UnregisterLibsEventHandler(SlEventHandler_e EventHandlerType , SlEventsListNode_t* EventHan…
Dsl_socket.h260_i32 RxIpNoBoundaryEnabled; /* 0 = keep IP boundary; 1 = don`t keep ip boundary; default = 0; */
439 typedef _i32 SlTime_t;
440 typedef _i32 SlSuseconds_t;
Dnetutil.h295 _i32 sl_NetUtilSet(const _u16 Option, const _u32 ObjID, const _u8 *pValues, const _u16 ValueLen);
Ddevice.h810 _i32 sl_WifiConfig();
Dwlan.h793 _i32 RssiThreshold;
799 _i32 RssiThreshold;
805 _i32 RssiThreshold;
Dsimplelink.h238 #define _i32 signed long macro
/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/source/
Dfs.c157 _i32 sl_FsOpen(const _u8 *pFileName,const _u32 ModeAndMaxSize, _u32 *pToken) in sl_FsOpen()
162 _i32 FileHandle; in sl_FsOpen()
221 FileHandle = (_i32)Msg.Rsp.FileHandle; in sl_FsOpen()
250 _i16 sl_FsClose(const _i32 FileHdl, const _u8* pCeritificateFileName,const _u8* pSignature ,const… in sl_FsClose()
305 _i32 sl_FsRead(const _i32 FileHdl,_u32 Offset, _u8* pData,_u32 Len) in sl_FsRead()
311 _i32 RetCount = 0; in sl_FsRead()
341 RetCount += (_i32)Msg.Rsp.status; in sl_FsRead()
357 return (_i32)RetCount; in sl_FsRead()
379 _i32 sl_FsWrite(const _i32 FileHdl,_u32 Offset, _u8* pData,_u32 Len) in sl_FsWrite()
385 _i32 RetCount = 0; in sl_FsWrite()
[all …]
Dwlanconfig.c46 _i32 sl_WifiConfig() in sl_WifiConfig()
50 _i32 RetVal = -1; in sl_WifiConfig()
51 _i32 RetVal_stop = -1; in sl_WifiConfig()
52 _i32 Mode = -1; in sl_WifiConfig()
Dprotocol.h436 _i32 Status;
437 _i32 ChipId;
438 _i32 MoreData;
576 _i32 RssiThershold;
577 _i32 SnrThershold;
578 _i32 DefaultTXPower;
1238 _i32 Status;
1252 _i32 Status;
1266 _i32 Status;
1271 _i32 Index; /* start point is -1 */
[all …]
Dspawn.c99 g_SlInternalSpawnCB.ThreadId = (_i32)sl_GetThreadID(); in _SlInternalSpawnTaskEntry()
Ddevice.c49 static _i16 _SlDeviceGetStartResponseConvert(_i32 Status);
92 static _i16 _SlDeviceGetStartResponseConvert(_i32 Status) in _SlDeviceGetStartResponseConvert()
Ddriver.h201 _i32 Total10MSecUnits;
Dnetapp.c213 _i32 retVal= 0; in sl_NetAppGetServiceList()
Dsl_socket.c1302 _i32 delta = (g_pCB->MultiSelectCB.SelectEntry[Found]->TimeStamp - time_now); in _SlDrvGetNextTimeoutValue()
Ddriver.c2315 _u32 ThreadId = (_i32)sl_GetThreadID(); in _SlDrvIsSpawnOwnGlobalLock()