gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 5 of 5 for funcall:DSP_S (0.01 seconds)
tkernel_2
monitor/cmdsvc/src/armv6/register.c - 15.0KB - 430 lines
295:                 if (n != 0 && (rid & R_GAP)) DSP_LF;
296:                 if (n++ & 0x0f) DSP_S("  ");
297:                 for (j = 0; j < L_REGNM; j++) DSP_CH(regTab[i].name[j]);
monitor/cmdsvc/src/command.c - 44.6KB - 1,274 lines
170: {
171:         if (msg) DSP_S(msg);                   // display prompt
172:         memset(lineBuf, 0, sizeof(lineBuf));   // clear buffer
More results from command.c
monitor/cmdsvc/src/helpmsg.c - 9.5KB - 392 lines
36: {
37:         DSP_S(help->msg);
38: }
More results from helpmsg.c
monitor/driver/flash/src/main.c - 6.5KB - 159 lines
57:         if ( reset && msg != 0 ) {
58:                 DSP_S("Update Monitor Area, ");
59:                 if (msg > 0) {
More results from main.c
monitor/hwdepend/tef_em1d/src/config.c - 21.7KB - 669 lines
413: 
414:         DSP_S("Abort Switch (SW1) Pressed");
415:         return 1;