Home
last modified time | relevance | path

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

/include/
A Drtdbg.h103 #define _DBG_COLOR(n) rt_kprintf("\033["#n"m")
105 rt_kprintf("\033["#color_n"m[" lvl_name "/" DBG_SECTION_NAME "] ")
107 rt_kprintf("\033[0m\n")
111 rt_kprintf("[" lvl_name "/" DBG_SECTION_NAME "] ")
113 rt_kprintf("\n")
120 rt_kprintf(fmt, ##__VA_ARGS__); \
125 #define dbg_raw(...) rt_kprintf(__VA_ARGS__);
A Drtthread.h773 #define rt_kprintf(...) macro
776 int rt_kprintf(const char *fmt, ...);
824 rt_kprintf("Function[%s] shall not be used in ISR\n", __FUNCTION__); \
839 rt_kprintf("Function[%s] shall not be used before scheduler start\n", \
859 rt_kprintf("Function[%s]: scheduler is not available\n", \

Completed in 5 milliseconds