Search | Google it | Results 1 - 1 of 1 for funcall:memset from tkernel_2/monitor/cmdsvc/src/command.c (0.01 seconds) |
171: if (msg) DSP_S(msg); // display prompt 172: memset(lineBuf, 0, sizeof(lineBuf)); // clear buffer 173: return getString(lptr = lineBuf); // input a line and initialize the line pointer 445: n += tokenLen; 446: if ((k -= tokenLen) > 0) memset(&buf[n], 0, k); 447: n += k; 1104: DSP_S("Fill Loading RAM Area with 0xFF\n"); 1105: memset((void*)addr[0], 0xFF, i); 1106: } else {