NFC ZigBee 3.0 Modules and Libraries: nfc.h Source File

NFC ZigBee 3.0

NFC ZigBee 3.0 Modules and Libraries
NFC Commissioning using ZigBee Installation Codes
nfc.h
Go to the documentation of this file.
1 /*****************************************************************************
2  *
3  * MODULE: NFC
4  *
5  * COMPONENT: nfc.h
6  *
7  * AUTHOR: Martin Looker
8  *
9  * DESCRIPTION: Common macros used by all NFC libraries
10  *
11  * $HeadURL: https://www.collabnet.nxp.com/svn/lprf_sware/Projects/Components/NFC/Tags/+v1000/Include/nfc.h $
12  *
13  * $Revision: 86319 $
14  *
15  * $LastChangedBy: nxp29761 $
16  *
17  * $LastChangedDate: 2017-01-19 11:56:21 +0000 (Thu, 19 Jan 2017) $
18  *
19  * $Id: nfc.h 86319 2017-01-19 11:56:21Z nxp29761 $
20  *
21  ****************************************************************************
22  *
23  * This software is owned by NXP B.V. and/or its supplier and is protected
24  * under applicable copyright laws. All rights are reserved. We grant You,
25  * and any third parties, a license to use this software solely and
26  * exclusively on NXP products [NXP Microcontrollers such as JN5168, JN5179].
27  * You, and any third parties must reproduce the copyright and warranty notice
28  * and any other legend of ownership on each copy or partial copy of the
29  * software.
30  *
31  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
32  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
33  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
34  * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
35  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
36  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
37  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
38  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
39  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
40  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
41  * POSSIBILITY OF SUCH DAMAGE.
42  *
43  * Copyright NXP B.V. 2016. All rights reserved
44  *
45  ***************************************************************************/
52 #ifndef NFC_H_
53 #define NFC_H_
54 
55 /****************************************************************************/
56 /*** Include Files ***/
57 /****************************************************************************/
58 #include <jendefs.h>
59 
60 /****************************************************************************/
61 /*** Macro Definitions ***/
62 /****************************************************************************/
63 /* NFC data sizes */
64 #define NFC_HEADER_SIZE 16
65 #define NFC_VERSION_SIZE 8
67 /* NTAG part number defines */
68 #define NFC_NTAG_UNKNOWN 0
69 #define NFC_NTAG_NT3H1101 31101
70 #define NFC_NTAG_NT3H1201 31201
71 #define NFC_NTAG_NT3H2111 32111
72 #define NFC_NTAG_NT3H2211 32211
74 #endif /* NFC_H_ */
75 /****************************************************************************/
76 /*** END OF FILE ***/
77 /****************************************************************************/
Generated by   doxygen 1.8.13