gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 7 of 7 for funcall:tm_putstring from mtkernel_3 (0.01 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: 
kernel/sysdepend/cpu/core/armv7m/exc_hdr.c - 2.6KB - 134 lines
27: #if (USE_EXCEPTION_DBG_MSG && USE_TMONITOR)
28:         #define EXCEPTION_DBG_MSG(a)   tm_putstring((UB*)a)
29: #else
kernel/sysdepend/iote_m367/sys_msg.h - 831B - 30 lines
24: #if (USE_SYSTEM_MESSAGE && USE_TMONITOR)
25: #define SYSTEM_MESSAGE(s)       tm_putstring((UB*)s)
26: #else
kernel/sysdepend/iote_rx231/sys_msg.h - 832B - 30 lines
24: #if (USE_SYSTEM_MESSAGE && USE_TMONITOR)
25: #define SYSTEM_MESSAGE(s)       tm_putstring((UB*)s)
26: #else
kernel/sysdepend/iote_rza2m/sys_msg.h - 830B - 30 lines
24: #if (USE_SYSTEM_MESSAGE && USE_TMONITOR)
25: #define SYSTEM_MESSAGE(s)       tm_putstring((UB*)s)
26: #else
kernel/sysdepend/iote_stm32l4/sys_msg.h - 834B - 30 lines
24: #if (USE_SYSTEM_MESSAGE && USE_TMONITOR)
25: #define SYSTEM_MESSAGE(s)       tm_putstring((UB*)s)
26: #else
lib/libtm/libtm_printf.c - 11.5KB - 360 lines
283:                         par->bufp[par->cnt] = '\0';
284:                         tm_putstring(par->bufp);
285:                         par->cnt = 0;
More results from libtm_printf.c