Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/pn532/
Dpn532.cxx41 #define PN532_PACKBUFFSIZ 64 macro
42 static uint8_t pn532_packetbuffer[PN532_PACKBUFFSIZ];
397 if (sendLength > PN532_PACKBUFFSIZ-2) { in inDataExchange()