nci.h (a99903ec4566eeeaaaf611499cae00abbe844938) | nci.h (529ee06682a5691eec25991c506357caf7341c93) |
---|---|
1/* 2 * The NFC Controller Interface is the communication protocol between an 3 * NFC Controller (NFCC) and a Device Host (DH). 4 * 5 * Copyright (C) 2014 Marvell International Ltd. 6 * Copyright (C) 2011 Texas Instruments, Inc. 7 * 8 * Written by Ilan Elias <ilane@ti.com> --- 96 unchanged lines hidden (view full) --- 105/* NCI RF Interfaces */ 106#define NCI_RF_INTERFACE_NFCEE_DIRECT 0x00 107#define NCI_RF_INTERFACE_FRAME 0x01 108#define NCI_RF_INTERFACE_ISO_DEP 0x02 109#define NCI_RF_INTERFACE_NFC_DEP 0x03 110 111/* NCI Configuration Parameter Tags */ 112#define NCI_PN_ATR_REQ_GEN_BYTES 0x29 | 1/* 2 * The NFC Controller Interface is the communication protocol between an 3 * NFC Controller (NFCC) and a Device Host (DH). 4 * 5 * Copyright (C) 2014 Marvell International Ltd. 6 * Copyright (C) 2011 Texas Instruments, Inc. 7 * 8 * Written by Ilan Elias <ilane@ti.com> --- 96 unchanged lines hidden (view full) --- 105/* NCI RF Interfaces */ 106#define NCI_RF_INTERFACE_NFCEE_DIRECT 0x00 107#define NCI_RF_INTERFACE_FRAME 0x01 108#define NCI_RF_INTERFACE_ISO_DEP 0x02 109#define NCI_RF_INTERFACE_NFC_DEP 0x03 110 111/* NCI Configuration Parameter Tags */ 112#define NCI_PN_ATR_REQ_GEN_BYTES 0x29 |
113#define NCI_LN_ATR_RES_GEN_BYTES 0x61 |
|
113#define NCI_LA_SEL_INFO 0x32 114#define NCI_LF_PROTOCOL_TYPE 0x50 115#define NCI_LF_CON_BITR_F 0x54 116 117/* NCI Configuration Parameters masks */ 118#define NCI_LA_SEL_INFO_ISO_DEP_MASK 0x20 119#define NCI_LA_SEL_INFO_NFC_DEP_MASK 0x40 120#define NCI_LF_PROTOCOL_TYPE_NFC_DEP_MASK 0x02 --- 312 unchanged lines hidden --- | 114#define NCI_LA_SEL_INFO 0x32 115#define NCI_LF_PROTOCOL_TYPE 0x50 116#define NCI_LF_CON_BITR_F 0x54 117 118/* NCI Configuration Parameters masks */ 119#define NCI_LA_SEL_INFO_ISO_DEP_MASK 0x20 120#define NCI_LA_SEL_INFO_NFC_DEP_MASK 0x40 121#define NCI_LF_PROTOCOL_TYPE_NFC_DEP_MASK 0x02 --- 312 unchanged lines hidden --- |