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

📄 14443.h

📁 基于ST ARM处理器的USB通信的演示
💻 H
字号:
/******************** (C) COPYRIGHT 2003 STMicroelectronics ********************
* File Name          : 6301.h
* Author             : MCD Application Team
* Date First Issued  : 05/13/2007
* Description        : This file contains all the functions prototypes for the
*                      TIM software library.
********************************************************************************
* History:
*  13/01/2006 : V3.1
*  24/05/2005 : V3.0
*  30/11/2004 : V2.0
*  14/07/2004 : V1.3
*  01/01/2004 : V1.2
*******************************************************************************
 THE PRESENT SOFTWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS WITH
 CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME.
 AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT, INDIRECT
 OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE CONTENT
*******************************************************************************/
/*==============================================================================
p1.0 P1.1 P1.2 P1.3 P1.4 P1.5 P1.6 P1.7   P1.8         P1.9    P1.10  P1.11 P1.12 P1.13 P1.14 P1.15
   |    |    |    |    |    |    |    |    |           |        |
  D0    D1   D2   D3   D4   D5   D6   D7   DATA_CLK    EN2      EN

===============================================================================*/
//=======TRF definitions=========================
//Reader addresses
#define ChipStateControl	0x00
#define ISOControl		0x01
#define ISO14443Boptions	0x02
#define ISO14443Aoptions	0x03
#define TXtimerEPChigh		0x04
#define TXtimerEPClow		0x05
#define TXPulseLenghtControl	0x06
#define RXNoResponseWaitTime	0x07
#define RXWaitTime		0x08
#define ModulatorControl	0x09
#define RXSpecialSettings	0x0A
#define RegulatorControl	0x0B
#define IRQStatus		0x0C
#define IRQMask			0x0D
#define	CollisionPosition	0x0E
#define RSSILevels		0x0F
#define RAMStartAddress		0x10	//RAM is 7 bytes long (0x10 - 0x16)
#define TestSetting1		0x1A
#define TestSetting2		0x1B
#define FIFOStatus		0x1C
#define TXLenghtByte1		0x1D
#define TXLenghtByte2		0x1E
#define FIFO			0x1F

//Reader commands-------------------------------------------
#define Idle			0x00
#define SoftInit		0x03
#define InitialRFCollision	0x04
#define ResponseRFCollisionN	0x05
#define ResponseRFCollision0	0x06
#define	Reset			0x0F
#define TransmitNoCRC		0x10
#define TransmitCRC		0x11
#define DelayTransmitNoCRC	0x12
#define DelayTransmitCRC	0x13
#define TransmitNextSlot	0x14
#define CloseSlotSequence	0x15
#define StopDecoders		0x16
#define RunDecoders		0x17
#define ChectInternalRF		0x18
#define CheckExternalRF		0x19
#define AdjustGain		0x1A
//==========================================================

⌨️ 快捷键说明

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