⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 paypass_ttal1_comm.h

📁 读RF卡的源代码
💻 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 ISO15693-3 READER
// Project Name : APPLICATION NOTE
// Module Name  : PTTAL1_Comm.h
// Platform dev : Keil 礦ision 3 (IDE ) + Keil ARM Compiler
// Target       : LPC2129 (ARM7TDMI Core)
// Language     : C ANSI
// Revision     : 1.0
// Description  : Low level communication protocol with Picoread RF chip
//=============================================================================
// When		Who	Ver		What
// 06-04-24	MCY	1.1		creation
//=============================================================================

#ifndef __TTAL1_COMM_H__
#define __TTAL1_COMM_H__

extern void 	v_fnReceivedFromHostHelp				(void);
extern void 	v_fnReceivedFromHostVersion				(void);
extern void 	v_fnReceivedFromHostCarrierOn			(void);	
extern void 	v_fnReceivedFromHostCarrierOff			(void);	
extern void 	v_fnReceivedFromHostPolling				(void);		
extern void 	v_fnReceivedFromHostReset				(void);		
extern void 	v_fnReceivedFromHostWUPA				(void);			
extern void 	v_fnReceivedFromHostWUPB				(void);			
extern void 	v_fnReceivedFromHostHLTA				(void);			
extern void 	v_fnReceivedFromHostHLTB				(void);			
extern void 	v_fnReceivedFromHostRATS				(void);			
extern void 	v_fnReceivedFromHostATTRIB				(void);		
extern void 	v_fnReceivedFromHostUnknown				(void);		
extern void 	v_fnReceivedFromHostLoopBack			(void);
extern void 	v_fnReceivedFromHostFullAnticollision	(void);
extern void 	v_fnReceivedFromHostSendAPDU			(void);
extern void 	v_fnReceivedFromHostAbort				(void);
extern void		v_fnReceiveFromHostDisplayP6			(void);
extern void 	v_fnReceiveFromHostModifyP6A			(void);
extern void 	v_fnReceiveFromHostModifyP6B			(void);
extern void 	v_fnReceivedFromHostWUPATransparent		(void);			
extern void	 	v_fnReceivedFromHostWUPBTransparent		(void);
extern void 	v_fnReceivedFromHostMX_Polling_Activate	(void);
extern void 	v_fnReceivedFromHostMX_Connect			(void);
extern void 	v_fnSendToHostEcho						(char* p_acString);
extern void 	v_fnSendToHostDone						();

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -