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

📄 picccmdconst.h

📁 Source Code Source Code Source Code Source Code Source Code Source Code Source Code Source Code Sour
💻 H
字号:
/* +-------------------------------------------------------------------+ */
/* | Project : 1920.011 442GA01-M (Ext. Reader RFID 13,56MHz MIFARE)   | */
/* | Module  : PICCCmdConst.h                                          | */
/* | Author  : Jaime Rodriguez                                         | */
/* | Company : AVE S.p.A.                                              | */
/* | Released: October, 29 2008                                        | */
/* | Revision: YZ080.00 (FW - First Official Release)                  | */
/* | Revision: YZ081.00 (EEPROM - First Official Release)              | */
/* | Revised : --------------                                          | */
/* | Revisor : --------------                                          | */
/* | Notes   : --------------                                          | */
/* +------------------------------------------------------------------------------+ */
/* | Purpose : 	Driver Chip Mifare   										      | */
/* +------------------------------------------------------------------------------+ */
/* |           																	  | */
/* |    			Copyright (c), Philips Semiconductors Gratkorn				  | */
/* |																			  | */
/* |                 (C)PHILIPS Electronics N.V.2000							  | */
/* |                    All rights are reserved. 								  | */
/* |  Philips reserves the right to make changes without notice at any time.      | */
/* | Philips makes no warranty, expressed, implied or statutory, including but    | */
/* | not limited to any implied warranty of merchantibility or fitness for any    | */
/* |particular purpose, or that the use will not infringe any third party patent, | */
/* | copyright or trademark. Philips must not be liable for any loss or damage    | */
/* |                          arising from its use.                               | */
/* +------------------------------------------------------------------------------+ */


/*! \file PICCCmdConst.h
*
* Projekt: MF EV X00 Firmware
*
* $Workfile:: PICCCmdConst.h                                                 $
* $Modtime:: 5.12.01 6:52                                               $
* $Author:: Hb                                                          $
* $Revision:: 1                                                         $
*
*/
#ifndef PICCCMDCONST_H
#define PICCCMDCONST_H


/** \name PICC Commands
* \ingroup mifare
* Commands which are handled by the tag
*
* Each tag command is written to the reader IC and transfered via RF
*/
#define PICC_REQIDL        0x26         //!< request idle
#define PICC_REQALL        0x52         //!< request all
#define PICC_ANTICOLL1     0x93         //!< anticollision level 1 106 kBaud
#define PICC_ANTICOLL11    0x92         //!< anticollision level 1 212 kBaud
#define PICC_ANTICOLL12    0x94         //!< anticollision level 1 424 kBaud
#define PICC_ANTICOLL13    0x98         //!< anticollision level 1 848 kBaud
#define PICC_ANTICOLL2     0x95         //!< anticollision level 2
#define PICC_ANTICOLL3     0x97         //!< anticollision level 3
#define PICC_AUTHENT1A     0x60         //!< authentication using key A
#define PICC_AUTHENT1B     0x61         //!< authentication using key B
#define PICC_READ16        0x30         //!< read 16 byte block
#define PICC_WRITE16       0xA0         //!< write 16 byte block
#define PICC_WRITE4        0xA2         //!< write 4 byte block
#define PICC_DECREMENT     0xC0         //!< decrement value
#define PICC_INCREMENT     0xC1         //!< increment value
#define PICC_RESTORE       0xC2         //!< restore command code
#define PICC_TRANSFER      0xB0         //!< transfer command code
#define PICC_HALT          0x50         //!< halt

#endif // PICCCMDCONST_H


⌨️ 快捷键说明

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