gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:tm_putstring (0.04 seconds)
mtkernel_3
app_sample/app_main.c - 2.6KB - 105 lines
33: #if USE_TMONITOR
34: #define TM_PUTSTRING(a) tm_putstring(a)
35: 
More results from mtkernel_3
tkernel_2
kernel/sysdepend/device/tef_em1d/devinit.c - 5.2KB - 185 lines
157: #if USE_KERNEL_MESSAGE
158:                 tm_putstring((UB*)"\n<< SYSTEM RESTART >>\n");
159: #endif
More results from tkernel_2
t2ex
t2ex_source/kernel/sysmain/src/usermain_t2ex.c - 6.0KB - 191 lines
95:         err = ConsoleIO(0, NULL);
96:         tm_putstring(err >= E_OK ? "ConsoleIO - OK\n" : "ConsoleIO - ERR\n");
97: #endif
More results from t2ex