205 lines
6.4 KiB
Plaintext
205 lines
6.4 KiB
Plaintext
/*
|
|
* Copyright (c), NXP Semiconductors Gratkorn / Austria
|
|
*
|
|
* (C)NXP Semiconductors
|
|
* All rights are reserved. Reproduction in whole or in part is
|
|
* prohibited without the written consent of the copyright owner.
|
|
* NXP reserves the right to make changes without notice at any time.
|
|
* NXP makes no warranty, expressed, implied or statutory, including but
|
|
* not limited to any implied warranty of merchantability or fitness for any
|
|
*particular purpose, or that the use will not infringe any third party patent,
|
|
* copyright or trademark. NXP must not be liable for any loss or damage
|
|
* arising from its use.
|
|
*/
|
|
|
|
/** \file
|
|
* Software ISO14443-3A Component of Reader Library Framework.
|
|
* $Author$
|
|
* $Revision$ (v07.10.00)
|
|
* $Date$
|
|
*
|
|
* History:
|
|
* RSn: Generated 21. October 2009
|
|
*
|
|
*/
|
|
|
|
#ifndef PHPALSLI15693_SW_H
|
|
#define PHPALSLI15693_SW_H
|
|
|
|
#include <ph_Status.h>
|
|
|
|
#ifdef NXPBUILD__PHPAL_SLI15693_SW
|
|
|
|
phStatus_t phpalSli15693_Sw_Inventory(
|
|
phpalSli15693_Sw_DataParams_t * pDataParams,
|
|
uint8_t bFlags,
|
|
uint8_t bAfi,
|
|
uint8_t * pMask,
|
|
uint8_t bMaskBitLength,
|
|
uint8_t * pDsfid,
|
|
uint8_t * pUid
|
|
);
|
|
phStatus_t phpalSli15693_Sw_SendEof(
|
|
phpalSli15693_Sw_DataParams_t * pDataParams,
|
|
uint8_t bOption,
|
|
uint8_t * pDsfid,
|
|
uint8_t * pUid,
|
|
uint8_t * pUidLength,
|
|
uint8_t * pData,
|
|
uint16_t * pDataLength
|
|
);
|
|
|
|
phStatus_t phpalSli15693_Sw_StayQuiet(
|
|
phpalSli15693_Sw_DataParams_t * pDataParams
|
|
);
|
|
|
|
phStatus_t phpalSli15693_Sw_Select(
|
|
phpalSli15693_Sw_DataParams_t * pDataParams
|
|
);
|
|
|
|
phStatus_t phpalSli15693_Sw_ResetToReady(
|
|
phpalSli15693_Sw_DataParams_t * pDataParams
|
|
);
|
|
|
|
phStatus_t phpalSli15693_Sw_Exchange(
|
|
phpalSli15693_Sw_DataParams_t * pDataParams,
|
|
uint16_t wOption,
|
|
uint8_t * pTxBuffer,
|
|
uint16_t wTxLength,
|
|
uint8_t ** ppRxBuffer,
|
|
uint16_t * pRxLength
|
|
);
|
|
|
|
phStatus_t phpalSli15693_Sw_ActivateCard(
|
|
phpalSli15693_Sw_DataParams_t * pDataParams,
|
|
uint8_t bOption,
|
|
uint8_t bFlags,
|
|
uint8_t bAfi,
|
|
uint8_t * pMask,
|
|
uint8_t bMaskBitLength,
|
|
uint8_t * pDsfid,
|
|
uint8_t * pUid,
|
|
uint8_t * pMoreCardsAvailable
|
|
);
|
|
|
|
phStatus_t phpalSli15693_Sw_GetSerialNo(
|
|
phpalSli15693_Sw_DataParams_t * pDataParams,
|
|
uint8_t * pUid,
|
|
uint8_t * pUidLength
|
|
);
|
|
|
|
phStatus_t phpalSli15693_Sw_SetSerialNo(
|
|
phpalSli15693_Sw_DataParams_t * pDataParams,
|
|
uint8_t * pUid,
|
|
uint8_t bUidLength
|
|
);
|
|
|
|
phStatus_t phpalSli15693_Sw_SetConfig(
|
|
phpalSli15693_Sw_DataParams_t * pDataParams,
|
|
uint16_t wConfig,
|
|
uint16_t wValue
|
|
);
|
|
|
|
phStatus_t phpalSli15693_Sw_GetConfig(
|
|
phpalSli15693_Sw_DataParams_t * pDataParams,
|
|
uint16_t wConfig,
|
|
uint16_t * pValue
|
|
);
|
|
|
|
phStatus_t phpalSli15693_Sw_InventoryRead(
|
|
phpalSli15693_Sw_DataParams_t * pDataParams,
|
|
uint8_t bFlags,
|
|
uint8_t bAfi,
|
|
uint8_t * pMask,
|
|
uint8_t bMaskBitLength,
|
|
uint8_t bBlockNo,
|
|
uint16_t wNoOfBlocks,
|
|
uint8_t * pUid,
|
|
uint8_t * bUidLength,
|
|
uint8_t * pData,
|
|
uint16_t * wLength
|
|
);
|
|
|
|
phStatus_t phpalSli15693_Sw_InventoryReadExtended(
|
|
phpalSli15693_Sw_DataParams_t * pDataParams,
|
|
uint8_t bFlags,
|
|
uint8_t bAfi,
|
|
uint8_t * pMask,
|
|
uint8_t bMaskBitLength,
|
|
uint8_t bExtendedOptions,
|
|
uint8_t * pCID,
|
|
uint8_t bBlockNo,
|
|
uint16_t wNoOfBlocks,
|
|
uint8_t * pCidOut,
|
|
uint8_t * pUid,
|
|
uint8_t * pUidLength,
|
|
uint8_t * pData,
|
|
uint16_t * wLength
|
|
);
|
|
|
|
phStatus_t phpalSli15693_Sw_FastInventoryRead(
|
|
phpalSli15693_Sw_DataParams_t * pDataParams,
|
|
uint8_t bFlags,
|
|
uint8_t bAfi,
|
|
uint8_t * pMask,
|
|
uint8_t bMaskBitLength,
|
|
uint8_t bBlockNo,
|
|
uint16_t wNoOfBlocks,
|
|
uint8_t * pUid,
|
|
uint8_t * pUidLength,
|
|
uint8_t * pData,
|
|
uint16_t * pDataLength
|
|
);
|
|
|
|
phStatus_t phpalSli15693_Sw_FastInventoryReadExtended(
|
|
phpalSli15693_Sw_DataParams_t * pDataParams,
|
|
uint8_t bFlags,
|
|
uint8_t bAfi,
|
|
uint8_t * pMask,
|
|
uint8_t bMaskBitLength,
|
|
uint8_t bExtendedOptions,
|
|
uint8_t * pCID,
|
|
uint8_t bBlockNo,
|
|
uint16_t wNoOfBlocks,
|
|
uint8_t * pCidOut,
|
|
uint8_t * pUid,
|
|
uint8_t * bUidLength,
|
|
uint8_t * pData,
|
|
uint16_t * wLength
|
|
);
|
|
|
|
phStatus_t phpalSli15693_Sw_InventoryPageRead(
|
|
phpalSli15693_Sw_DataParams_t * pDataParams,
|
|
uint8_t bFlags,
|
|
uint8_t bAfi,
|
|
uint8_t * pMask,
|
|
uint8_t bMaskBitLength,
|
|
uint8_t bPageNo,
|
|
uint16_t wNoOfPages,
|
|
uint8_t * pUid,
|
|
uint8_t * pUidLength,
|
|
uint8_t * pData,
|
|
uint16_t * pDataLength
|
|
);
|
|
|
|
phStatus_t phpalSli15693_Sw_FastInventoryPageRead(
|
|
phpalSli15693_Sw_DataParams_t * pDataParams,
|
|
uint8_t bFlags,
|
|
uint8_t bAfi,
|
|
uint8_t * pMask,
|
|
uint8_t bMaskBitLength,
|
|
uint8_t bPageNo,
|
|
uint16_t wNoOfPages,
|
|
uint8_t * pUid,
|
|
uint8_t * pUidLength,
|
|
uint8_t * pData,
|
|
uint16_t * pDataLength
|
|
);
|
|
|
|
phStatus_t phpalSli15693_Sw_StayQuietPersistent(
|
|
phpalSli15693_Sw_DataParams_t * pDataParams
|
|
);
|
|
|
|
#endif /* NXPBUILD__PHPAL_SLI15693_SW */
|
|
#endif /* PHPALSLI15693_SW_H */
|