Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/libese-spi/p73/lib/
DphNxpEseProto7816_3.cpp992 sFrameInfo_t sFrameInfo; in TransceiveProcess() local
1011 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()
DphNxpEseProto7816_3.h139 typedef struct sFrameInfo { struct