Searched refs:DBG_LogLine (Results 1 – 1 of 1) sorted by relevance
| /bsp/tae32f5300/board/dbg/ |
| A D | tae32f53xx_dbg.h | 150 #define DBG_LogLine(lvl_name, color, fmt, ...) \ macro 186 #define DBG_LogLine(lvl_name, color, fmt, ...) 196 #define LOG_D(fmt, ...) DBG_LogLine("D", CLEAR_ALL, fmt, ##__VA_ARGS__) 202 #define LOG_I(fmt, ...) DBG_LogLine("I", GREEN, fmt, ##__VA_ARGS__) 208 #define LOG_W(fmt, ...) DBG_LogLine("W", YELLOW, fmt, ##__VA_ARGS__) 214 #define LOG_E(fmt, ...) DBG_LogLine("E", RED, fmt, ##__VA_ARGS__)
|
Completed in 5 milliseconds