OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getATQA
(Results
1 - 7
of
7
) sorted by null
/hardware/bsp/intel/peripheral/libupm/examples/c++/
pn532-writeurl.cxx
81
printf("ATQA: 0x%04x\n\n", nfc->
getATQA
());
pn532.cxx
87
printf("ATQA: 0x%04x\n\n", nfc->
getATQA
());
/hardware/bsp/intel/peripheral/libupm/examples/python/
pn532.py
81
print "ATQA: %04x" % myNFC.
getATQA
()
pn532-writeurl.py
86
print "ATQA: %04x" % myNFC.
getATQA
()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
pn532.js
75
console.log("ATQA: " + toHex(myNFCObj.
getATQA
(), 4));
pn532-writeurl.js
125
console.log("ATQA: " + toHex(myNFCObj.
getATQA
(), 4));
/hardware/bsp/intel/peripheral/libupm/src/pn532/
pn532.h
429
uint16_t
getATQA
() { return m_ATQA; };
Completed in 223 milliseconds