gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:tm_printf from mtkernel_3/app_sample/app_main.c (0.00 seconds)
mtkernel_3
app_sample/app_main.c - 2.6KB - 105 lines
37: {
38:         tm_printf(str, err);
39: }
90: #if USE_TMONITOR 91: tm_printf((UB*)"Make Code: %04x Product ID: %04x\n", rver.maker, rver.prid); 92: tm_printf((UB*)"Product Ver. %04x\nProduct Num. %04x %04x %04x %04x\n", 93: rver.prver, rver.prno[0],rver.prno[1],rver.prno[2],rver.prno[3]);