Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A DapiHSL.c258 void M_FrHslNArgumentsMsg(MS_U32 u32Header, p_HslController _hsl, MS_U16 N, ...) in M_FrHslNArgumentsMsg()
930 MS_BOOL FrHslCommand(p_HslController _hsl, CmdInfo* const pCmd) in FrHslCommand()
945 p_HslController hsl = &gHSL[GetBufferId(u16GId)]; in M_FrHslPrintf0()
959 p_HslController hsl = &gHSL[GetBufferId(u16GId)]; in M_FrHslPrintf1()
973 p_HslController hsl = &gHSL[GetBufferId(u16GId)]; in M_FrHslPrintf2()
989 p_HslController hsl = &gHSL[GetBufferId(u16GId)]; in M_FrHslPrintf3()
1007 p_HslController hsl = &gHSL[GetBufferId(u16GId)]; in M_FrHslPrintf4()
1025 p_HslController hsl = &gHSL[GetBufferId(u16GId)]; in M_FrHslPrintf5()
1044 p_HslController hsl = &gHSL[GetBufferId(u16GId)]; in M_FrHslPrintf6()
1066 p_HslController hsl = &gHSL[GetBufferId(u16GId)]; in M_FrHslPrintf7()
[all …]
H A Dfrhsl_autotest.c141 static void CmdRecvStart(p_HslController _hsl);
149 p_HslController hsl = (p_HslController)pHsl; in InitThread()
164 MS_BOOL SendMessage(p_HslController _hsl, void *a_pBody, int a_bodySize) in SendMessage()
176 MS_BOOL RespCardStatus(p_HslController _hsl, MS_U8 *a_buffer) in RespCardStatus()
248 MS_BOOL RespHslData(p_HslController _hsl, MS_U8 *a_buffer) in RespHslData()
322 MS_U32 ProcessCmd(p_HslController _hsl, MS_U8 *a_cmdBuffer) in ProcessCmd()
478 MS_BOOL RespHslCmd(p_HslController _hsl, MS_U8 *a_buffer) in RespHslCmd()
533 MS_BOOL RespFilterMx(p_HslController _hsl, MS_U8 * a_buffer) in RespFilterMx()
586 static void CmdRecvStart(p_HslController _hsl) in CmdRecvStart()
H A Dfrhsl_cfg.h174 typedef struct ST_HSL_CONTROLLER* p_HslController; typedef
294 MS_BOOL FrHslCommand(p_HslController _hsl, CmdInfo* const pCmd);
H A Dfrhsl_ringbuffer.c318 MS_BOOL bufferSendBytes(p_HslController _hsl, const MS_U8* const pu8MessageBuffer, const MS_U32 u32… in bufferSendBytes()
344 p_HslController _hsl = (p_HslController)data; in bufferWriteThread()