gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:putHex2 (0.00 seconds)
tkernel_2
monitor/cmdsvc/src/console.c - 8.9KB - 293 lines
114: {
115:         if (putHex2(val >> 8) < 0) return -1;
116:         if (putHex2(val >> 0) < 0) return -1;
More results from console.c
monitor/include/tmonitor.h - 12.5KB - 395 lines
40: #define DSP_CH(c)       putChar(c)
41: #define DSP_02X(x)      putHex2(x)
42: #define DSP_04X(x)      putHex4(x)