Home
last modified time | relevance | path

Searched refs:TAE_DBG_PRINT (Results 1 – 2 of 2) sorted by relevance

/bsp/tae32f5300/board/dbg/
A Dtae32f53xx_dbg.h111 #ifndef TAE_DBG_PRINT
112 #define TAE_DBG_PRINT(fmt, ...) macro
131 #define _DBG_COLOR(color) TAE_DBG_PRINT("\033["#color"m")
133 #define _DBG_LOG_END() TAE_DBG_PRINT("\033[0m")
137 #define _DBG_LOG_END() TAE_DBG_PRINT("")
141 #define DBG_LogRaw(...) TAE_DBG_PRINT(__VA_ARGS__)
146 TAE_DBG_PRINT(fmt, ##__VA_ARGS__); \
153 TAE_DBG_PRINT(fmt, ##__VA_ARGS__); \
161 TAE_DBG_PRINT("Here is %s:%d", __FUNCTION__, \
170 TAE_DBG_PRINT("Enter function %s", __FUNCTION__); \
[all …]
/bsp/tae32f5300/board/
A Dtae32f53xx_dbg_conf.h74 #define TAE_DBG_PRINT(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
76 #define TAE_DBG_PRINT(fmt, ...)

Completed in 6 milliseconds