📄 prd_iso14443a_commands.h
字号:
//=============================================================================
// Copyright (C) INSIDE Contactless 1998-2005
//
// INSIDE Contactless reserves the right to make changes, without notice,
// to any product (including application note) herein to improve
// reliability, functionality, or design. INSIDE Contactless advises its
// customers to obtain the latest version of device data sheets to verify,
// before placing orders, that the information being relied upon by the
// customer is current.
//
// INSIDE Contactless makes no warranty that the use will not infringe any
// third party patent, copyright or trademark.
//
// Information furnished by INSIDE Contactless is believed to be accurate
// and reliable. However, INSIDE Contactless does not assume any liability
// resulting from the application or use of any product described within.
//
// All rights are reserved. Reproduction in whole or in part is prohibited
// without the written consent of the copyright owner.
//
// Bat 11a,
// Parc Club du Golf,
// Z.A.C. du Pichaury Tel : +33 (0)4.42.39.33.00
// 13856 Aix-en-Provence Cedex 3 Fax : +33 (0)4.42.39.63.19
// FRANCE Email : info@insidefr.com
//
//-----------------------------------------------------------------------------
// Project Code : PICOREAD_RF C LIBRARY
// Project Name : PICOREAD_RF C LIBRARY
// Module Name : PRD_ISO14443A_COMMANDS.H
// Platform dev : Keil 礦ision 3 (IDE ) + Keil ARM Compiler
// Target : LPC2129 (ARM7TDMI Core)
// Language : C ANSI
// Revision : 1.1
// Description : Low level communication protocol with Picoread RF chip
//=============================================================================
// When Who Ver What
// 06-04-24 MCY 1.1 Added #ifndef __TARGET_FUNCTION_H
//=============================================================================
#ifndef __PRD_ISO14443A_COMMANDS_H__
#define __PRD_ISO14443A_COMMANDS_H__
// ISOA COMMANDS
#define _ISOA_WUPA 0x52 // 52
#define _ISOA_REQA 0x26 // 26
#define _ISOA_ANTICOL 0x93 // 93 20
#define _ISOA_SELECT 0x93 // 93 70 xx xx xx xx LRC
#define _ISOA_HALT_0 0x50 // 50 00
#define _ISOA_HALT_1 0x00 // 50 00
#define _ISOA_RATS 0xE0
#define _ISOA_PPS 0xD0
#define _ISOA_PPS_0 0x11
#define _ISOA_DESELECT 0xC2
extern unsigned char b_fnSendReceiveREQAWUPA(unsigned char p_pcmd,unsigned char* p_pabBuffer,StructReader* p_pStructReader, unsigned short* p_bATQALength );
extern void v_fnSendHALTA(StructReader* p_pStructReader);
extern unsigned char b_fnSendReceiveANTICOLLISION_ISOA(unsigned char p_pSEL,unsigned char* p_pabBuffer,StructReader* p_pStructReader);
extern unsigned char b_fnSendReceiveSELECT_ISOA(unsigned char p_pSEL,unsigned char* p_pabBuffer,StructReader* p_pStructReader);
#endif // __PRD_ISO14443A_COMMANDS_H__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -