Searched refs:putDebugChar (Results 1 – 3 of 3) sorted by relevance
269 putDebugChar('-'); /* failed checksum */ in getpacket()271 putDebugChar('+'); /* successful transfer */ in getpacket()274 putDebugChar(buffer[0]); in getpacket()275 putDebugChar(buffer[1]); in getpacket()296 putDebugChar('$'); in putpacket()301 putDebugChar(ch); in putpacket()306 putDebugChar('#'); in putpacket()307 putDebugChar(hexchars[checksum >> 4]); in putpacket()308 putDebugChar(hexchars[checksum & 0xf]); in putpacket()
25 void putDebugChar(int c) in putDebugChar() function
63 extern void putDebugChar(int);
Completed in 3 milliseconds