gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for fundef:EXCEPTION_DBG_MSG (0.00 seconds)
mtkernel_3
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
27: #if (USE_EXCEPTION_DBG_MSG && USE_TMONITOR)
28:         #define EXCEPTION_DBG_MSG(a)   tm_putstring((UB*)a)
29: #else
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