NFC ZigBee 3.0 Modules and Libraries
NFC Commissioning using ZigBee Installation Codes
|
nci.h
Go to the documentation of this file.
11 * $HeadURL: https://www.collabnet.nxp.com/svn/lprf_sware/Projects/Components/NFC/Tags/+v1000/Include/nci.h $
PUBLIC uint8 * NCI_pu8Version(void)
Returns the 8 version information bytes for the NTAG in the reader's field.
PUBLIC void NCI_vRegCbEvent(tprNciCbEvent prRegCbEvent)
Registers callback for NCI events.
PUBLIC bool_t NCI_bRead(uint32 u32ReadAddress, uint32 u32ReadLength, uint8 *pu8ReadData)
Requests read of data from NTAG in reader's field.
Definition: nci.h:167
PUBLIC bool_t NCI_bWrite(uint32 u32WriteAddress, uint32 u32WriteLength, uint8 *pu8WriteData)
Requests write of data to NTAG in reader's field.
PUBLIC uint32 NCI_u32Session(void)
Returns the byte address of the session registers of the NTAG in the reader's field.
PUBLIC bool_t NCI_bReadVersion(uint32 u32ReadLength, uint8 *pu8ReadData)
Requests read of version data from NTAG in reader's field.
Definition: nci.h:164
void(* tprNciCbEvent)(teNciEvent eNciEvent, uint32 u32Address, uint32 u32Length, uint8 *pu8Data)
Definition: nci.h:172
PUBLIC uint8 * NCI_pu8Header(void)
Returns the 16 header bytes of the memory of the NTAG in the reader's field.
Definition: nci.h:165
Definition: nci.h:168
Definition: nci.h:163
PUBLIC uint32 NCI_u32Config(void)
Returns the byte address of the configuration registers of the NTAG in the reader's field...
PUBLIC void NCI_vInitialise(uint8 u8Address, bool_t bLocation, uint32 u32FrequencyHz, uint8 u8InputVen, uint8 u8InputIrq)
Initialises NCI data and hardware.
PUBLIC uint32 NCI_u32Sram(void)
Returns the byte address of the SRAM data of the NTAG in the reader's field.
Definition: nci.h:166
Generated by 1.8.13