Home
last modified time | relevance | path

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

/bsp/airm2m/air105/libraries/HAL_Driver/Src/
A Dbsp_common.c223 uint32_t CmdParseParam(int8_t* pStr, CmdParam *CP, int8_t Cut) in CmdParseParam() argument
225 uint32_t paramStrLen = strlen((char *)pStr); in CmdParseParam()
230 while ((pStr[index] != '\r') in CmdParseParam()
233 if (pStr[index] == Cut) { in CmdParseParam()
239 if (pStr[index] != '"') in CmdParseParam()
245 CP->param_str[paramIndex * CP->param_max_len + paramCharIndex] = pStr[index]; in CmdParseParam()
/bsp/simulator/pcap/Include/
A DPacket32.h337 BOOLEAN PacketGetAdapterNames(PTSTR pStr,PULONG BufferSize);
/bsp/airm2m/air105/libraries/HAL_Driver/Inc/
A Dbsp_common.h215 uint32_t CmdParseParam(int8_t* pStr, CmdParam *CmdParam, int8_t Cut);

Completed in 8 milliseconds