Searched refs:PN532 (Results 1 – 8 of 8) sorted by relevance
/hardware/bsp/intel/peripheral/libupm/src/pn532/ |
D | pn532.cxx | 47 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 …]
|
D | pn532.h | 74 class PN532 { 205 PN532(int irq, int reset, int bus=PN532_I2C_BUS, 211 ~PN532();
|
/hardware/bsp/intel/peripheral/libupm/examples/python/ |
D | pn532-writeurl.py | 29 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)):
|
D | pn532.py | 29 myNFC = upmPn532.PN532(3, 2) 72 if (myNFC.readPassiveTargetID(upmPn532.PN532.BAUD_MIFARE_ISO14443A,
|
/hardware/bsp/intel/peripheral/libupm/examples/javascript/ |
D | pn532-writeurl.js | 33 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,
|
D | pn532.js | 33 var myNFCObj = new pn532.PN532(3, 2); 62 if (myNFCObj.readPassiveTargetID(pn532.PN532.BAUD_MIFARE_ISO14443A,
|
/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
D | pn532.cxx | 49 upm::PN532 *nfc = new upm::PN532(3, 2); in main()
|
D | pn532-writeurl.cxx | 42 upm::PN532 *nfc = new upm::PN532(3, 2); in main()
|