Home
last modified time | relevance | path

Searched refs:PN532 (Results 1 – 8 of 8) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/pn532/
Dpn532.cxx47 PN532::PN532(int irq, int reset, int bus, uint8_t address): in PN532() function in PN532
77 PN532::~PN532() in ~PN532()
83 bool PN532::init() in init()
153 uint32_t PN532::getFirmwareVersion() in getFirmwareVersion()
196 bool PN532::sendCommandCheckAck(uint8_t *cmd, uint8_t cmdlen, in sendCommandCheckAck()
232 bool PN532::SAMConfig(void) in SAMConfig()
259 bool PN532::setPassiveActivationRetries(uint8_t maxRetries) in setPassiveActivationRetries()
292 bool PN532::readPassiveTargetID(BAUD_T cardbaudrate, uint8_t * uid, in readPassiveTargetID()
394 bool PN532::inDataExchange(uint8_t * send, uint8_t sendLength, in inDataExchange()
484 bool PN532::inListPassiveTarget() in inListPassiveTarget()
[all …]
Dpn532.h74 class PN532 {
205 PN532(int irq, int reset, int bus=PN532_I2C_BUS,
211 ~PN532();
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dpn532-writeurl.py29 myNFC = upmPn532.PN532(3, 2)
77 if (myNFC.readPassiveTargetID(upmPn532.PN532.BAUD_MIFARE_ISO14443A,
100 if (not myNFC.ntag2xx_WriteNDEFURI(upmPn532.PN532.NDEF_URIPREFIX_HTTP, url, 48)):
Dpn532.py29 myNFC = upmPn532.PN532(3, 2)
72 if (myNFC.readPassiveTargetID(upmPn532.PN532.BAUD_MIFARE_ISO14443A,
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dpn532-writeurl.js33 var myNFCObj = new pn532.PN532(3, 2);
47 if (!myNFCObj.ntag2xx_WriteNDEFURI(pn532.PN532.NDEF_URIPREFIX_HTTP,
112 if (myNFCObj.readPassiveTargetID(pn532.PN532.BAUD_MIFARE_ISO14443A,
Dpn532.js33 var myNFCObj = new pn532.PN532(3, 2);
62 if (myNFCObj.readPassiveTargetID(pn532.PN532.BAUD_MIFARE_ISO14443A,
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dpn532.cxx49 upm::PN532 *nfc = new upm::PN532(3, 2); in main()
Dpn532-writeurl.cxx42 upm::PN532 *nfc = new upm::PN532(3, 2); in main()