Home | History | Annotate | Download | only in src

Lines Matching refs:psTransInfo

1017         (void)memcpy((void *)(gpphLibContext->psTransInfo), 
1024 ( gpphLibContext->psTransInfo->cmd.MfCmd != phHal_eMifareRaw ) &&
1025 ( gpphLibContext->psTransInfo->cmd.MfCmd != phHal_eMifareAuthentA ) &&
1026 ( gpphLibContext->psTransInfo->cmd.MfCmd != phHal_eMifareAuthentB ) &&
1027 ( gpphLibContext->psTransInfo->cmd.MfCmd != phHal_eMifareRead16 ) &&
1028 ( gpphLibContext->psTransInfo->cmd.MfCmd != phHal_eMifareRead ) &&
1029 ( gpphLibContext->psTransInfo->cmd.MfCmd != phHal_eMifareWrite16 ) &&
1030 ( gpphLibContext->psTransInfo->cmd.MfCmd != phHal_eMifareWrite4 ) &&
1031 ( gpphLibContext->psTransInfo->cmd.MfCmd != phHal_eMifareDec ) &&
1032 ( gpphLibContext->psTransInfo->cmd.MfCmd != phHal_eMifareTransfer ) &&
1033 ( gpphLibContext->psTransInfo->cmd.MfCmd != phHal_eMifareRestore ) &&
1034 ( gpphLibContext->psTransInfo->cmd.MfCmd != phHal_eMifareReadSector ) &&
1035 ( gpphLibContext->psTransInfo->cmd.MfCmd != phHal_eMifareWriteSector ))
1046 (phHal_eMifareAuthentA == gpphLibContext->psTransInfo->cmd.MfCmd))
1074 gpphLibContext->psTransInfo->sSendData.length);
1084 gpphLibContext->psTransInfo->sRecvData.length);
1088 (phHal_sTransceiveInfo_t*)gpphLibContext->psTransInfo,
1133 trans_resp = &gpphLibContext->psTransInfo->sRecvData;