Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_autotest.c166 CmdInfo rb_cmd; in SendMessage() local
168 rb_cmd.u32Pid = 0x12345678; // test in SendMessage()
169 rb_cmd.u16Cmd = (MS_U16)HSL_CMD_SEND_DATA; in SendMessage()
170 rb_cmd.u32Len = a_bodySize; in SendMessage()
171 rb_cmd.pu8Buf = a_pBody; in SendMessage()
173 return FrHslCommand(_hsl, &rb_cmd); in SendMessage()
185 CmdInfo rb_cmd; in RespCardStatus() local
194 rb_cmd.u32Pid = 0x12345678; // test -- is it still needed (TP)? in RespCardStatus()
196 rb_cmd.u16Cmd = HSL_CMD_RB_TOTAL_SIZE; in RespCardStatus()
197 rb_cmd.pu8Buf = NULL; in RespCardStatus()
[all …]