Searched refs:sFrameInfo (Results 1 – 2 of 2) sorted by relevance
992 sFrameInfo_t sFrameInfo; in TransceiveProcess() local1011 sFrameInfo.sFrameType = RESYNCH_REQ; in TransceiveProcess()1012 status = phNxpEseProto7816_SendSFrame(sFrameInfo); in TransceiveProcess()1015 sFrameInfo.sFrameType = INTF_RESET_REQ; in TransceiveProcess()1016 status = phNxpEseProto7816_SendSFrame(sFrameInfo); in TransceiveProcess()1019 sFrameInfo.sFrameType = PROP_END_APDU_REQ; in TransceiveProcess()1020 status = phNxpEseProto7816_SendSFrame(sFrameInfo); in TransceiveProcess()1023 sFrameInfo.sFrameType = WTX_RSP; in TransceiveProcess()1024 status = phNxpEseProto7816_SendSFrame(sFrameInfo); in TransceiveProcess()
139 typedef struct sFrameInfo { struct