OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CMD_PING
(Results
1 - 5
of
5
) sorted by null
/external/walt/arduino/walt/
walt.ino
24
#define
CMD_PING
'P' // Ping/Pong with a single byte
263
} else if (cmd ==
CMD_PING
) {
264
send_ack(
CMD_PING
);
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
WaltDevice.java
41
static final char
CMD_PING
= 'P'; // Ping with a single byte
MainActivity.java
354
waltDevice.command(WaltDevice.
CMD_PING
);
/external/walt/pywalt/pywalt/
walt.py
82
CMD_PING
= 'P'
732
self.walt.ser.write(Walt.
CMD_PING
)
/external/u-boot/
Kconfig
75
select
CMD_PING
if CMD_NET
Completed in 72 milliseconds