OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sendCommandCheckAck
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/pn532/
pn532.cxx
159
if (!
sendCommandCheckAck
(pn532_packetbuffer, 1))
196
bool PN532::
sendCommandCheckAck
(uint8_t *cmd, uint8_t cmdlen,
239
if (!
sendCommandCheckAck
(pn532_packetbuffer, 4))
271
if (!
sendCommandCheckAck
(pn532_packetbuffer, 5))
300
if (!
sendCommandCheckAck
(pn532_packetbuffer, 3, timeout))
412
if (!
sendCommandCheckAck
(pn532_packetbuffer,sendLength+2,1000)) {
495
if (!
sendCommandCheckAck
(pn532_packetbuffer,3,1000)) {
779
if (!
sendCommandCheckAck
(pn532_packetbuffer, 10+m_uidLen))
839
if (!
sendCommandCheckAck
(pn532_packetbuffer, 4))
904
if (!
sendCommandCheckAck
(pn532_packetbuffer, 20)
[
all
...]
pn532.h
237
bool
sendCommandCheckAck
(uint8_t *cmd, uint8_t cmdlen,
Completed in 799 milliseconds