Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/common/
A Dusb_log.h45 #define usb_dbg_log_line(lvl, color_n, fmt, ...) \ macro
53 #define USB_LOG_DBG(fmt, ...) usb_dbg_log_line("D", 0, fmt, ##__VA_ARGS__)
59 #define USB_LOG_INFO(fmt, ...) usb_dbg_log_line("I", 32, fmt, ##__VA_ARGS__)
65 #define USB_LOG_WRN(fmt, ...) usb_dbg_log_line("W", 33, fmt, ##__VA_ARGS__)
71 #define USB_LOG_ERR(fmt, ...) usb_dbg_log_line("E", 31, fmt, ##__VA_ARGS__)

Completed in 3 milliseconds