gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:tm_printf from mtkernel_3/kernel/sysdepend/cpu/core/rxv2/exc_hdr.c (0.00 seconds)
mtkernel_3
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
84: #if (USE_EXCEPTION_DBG_MSG && USE_TMONITOR) 85: tm_printf((UB*)"Un-defined Interrupt %d\n",intno); 86: #endif