📄 prd_common_anticollision_parameters.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 : PRD_COMMOM_ANTICOLLISION_PARAMETERS.h
// Platform dev : Keil 礦ision 3 (IDE ) + Keil ARM Compiler
// Target : LPC2129 (ARM7TDMI Core)
// Language : C ANSI
// Revision : 1.0
// Description : Definition of Reader parameters.
//=============================================================================
// When Who Ver What
// 06-04-24 MCY 1.1 Added #ifndef __CONFIG_DEFINES_H
//=============================================================================
#ifndef __PRD_COMMOM_ANTICOLLISION_PARAMETERS_H__
#define __PRD_COMMOM_ANTICOLLISION_PARAMETERS_H__
//=====================================
// TIMEOUT
//=====================================
#define TO_302US 0x00
#define TO_604US 0x01
#define TO_1MS21 0x02
#define TO_2MS42 0x03
#define TO_4MS83 0x04
#define TO_9MS67 0x05
#define TO_19MS3 0x06
#define TO_38MS7 0x07
#define TO_77MS3 0x08
#define TO_154MS 0x09
#define TO_309MS 0x0A
#define TO_618MS 0x0B
#define TO_1S237 0x0C
#define TO_2S475 0x0D
#define TO_4S949 0x0E
#define USE_CHIP_TO 0x10 // Use timeout requested by chip
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -