gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 5 of 5 for funcall:tm_printf from mtkernel_3 (0.00 seconds)
mtkernel_3
app_sample/app_main.c - 2.6KB - 105 lines
37: {
38:         tm_printf(str, err);
39: }
More results from app_main.c
kernel/inittask/inittask.c - 3.5KB - 140 lines
118: #if (USE_SYSTEM_MESSAGE && USE_TMONITOR)
119:                 tm_printf((UB*)"\n\nmicroT-Kernel Version %x.%02x\n\n", VER_MAJOR, VER_MINOR);
120: #endif
kernel/sysdepend/cpu/core/armv7a/exc_hdl.c - 1.9KB - 99 lines
27: #if USE_EXCEPTION_DBG_MSG
28:         #define EXCEPTION_DBG_MSG(a)   tm_printf((UB*)a)
29: #else
kernel/sysdepend/cpu/core/armv7m/exc_hdr.c - 2.6KB - 134 lines
60:                 cfsr = *(_UW*)SCB_CFSR;
61:                 tm_printf((UB*)"*** Hard fault ***  ctxtsk:%d  HFSR:%x  CFSR:%x\n", ctskid, hfsr, cfsr);
62:         } else {
More results from exc_hdr.c
kernel/sysdepend/cpu/core/rxv2/exc_hdr.c - 1.8KB - 91 lines
26: #if (USE_EXCEPTION_DBG_MSG && USE_TMONITOR)
27:         #define EXCEPTION_DBG_MSG(a)   tm_printf((UB*)a)
28: #else
More results from exc_hdr.c