prd_typec_18092_anticollision_default_parameters.h
来自「读RF卡的源代码」· C头文件 代码 · 共 67 行
H
67 行
//=============================================================================
// 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 : PRD_ISO14443A_ANTICOLLISION_DEFAULT_PARAMETERS.H
// Platform dev : Keil 礦ision 3 (IDE ) + Keil ARM Compiler
// Target : GENERIC
// Language : C ANSI
// Revision : 1.1
// Description :
//=============================================================================
#ifndef __PRD_TYPEC_18092_ANTICOLLISION_DEFAULT_PARAMETERS_H__
#define __PRD_TYPEC_18092_ANTICOLLISION_DEFAULT_PARAMETERS_H__
#ifndef P0_DEFAULT
#define P0_DEFAULT 0x00 //Must be set to 0x00
#endif
#ifndef P1_DEFAULT
#define P1_DEFAULT P1_FS128
#endif
#ifndef SONY0_DEFAULT
#define SONY0_DEFAULT SONY0_TSN1
#endif
#ifndef SONY1_DEFAULT
#define SONY1_DEFAULT SONY1_RETRY3
#endif
#ifndef TO_SONYDEFAULT
#define TO_SONYDEFAULT TO_9MS67 //TO_4MS83
#endif
#endif //__PRD_TYPEC_18092_ANTICOLLISION_DEFAULT_PARAMETERS_H__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?