Home | History | Annotate | Download | only in Ctrl

Lines Matching refs:eStatus

650     TI_STATUS        eStatus;
666 eStatus = cmdBld_CfgPsRxStreaming (hCmdBld, pPsRxStreaming, NULL, NULL);
667 if (eStatus != TI_OK)
669 return eStatus;
675 eStatus = TI_NOK;
680 eStatus = cmdBld_CfgPsRxStreaming (hCmdBld, pPsRxStreaming, (void *)cmdBld_ConfigSeq, hCmdBld);
681 if (eStatus != TI_OK)
683 return eStatus;
687 return eStatus;
694 TI_STATUS eStatus;
700 eStatus = cmdBld_CfgIeEnableRxDataFilter (hCmdBld,
705 if (eStatus != TI_OK)
707 return eStatus;
720 eStatus = cmdBld_CfgIeRxDataFilter (hCmdBld,
729 if (eStatus != TI_OK)
731 return eStatus;
737 eStatus = TI_NOK;
742 eStatus = cmdBld_CfgIeRxDataFilter (hCmdBld,
751 if (eStatus != TI_OK)
753 return eStatus;
757 return eStatus;