Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/common/
A Dusb_log.h33 #define _USB_DBG_COLOR(n) CONFIG_USB_PRINTF("\033[" #n "m")
37 CONFIG_USB_PRINTF("\033[0m")
41 CONFIG_USB_PRINTF("[" lvl_name "/" USB_DBG_TAG "] ")
48 CONFIG_USB_PRINTF(fmt, ##__VA_ARGS__); \
76 #define USB_LOG_RAW(...) CONFIG_USB_PRINTF(__VA_ARGS__)
111 CONFIG_USB_PRINTF("%08x:", i); in usb_hexdump()
116 CONFIG_USB_PRINTF(" "); in usb_hexdump()
119 CONFIG_USB_PRINTF("%02X ", buf[i + j]); in usb_hexdump()
121 CONFIG_USB_PRINTF(" "); in usb_hexdump()
122 CONFIG_USB_PRINTF(" "); in usb_hexdump()
[all …]
/components/drivers/usb/cherryusb/
A Dcherryusb_config_template.h14 #define CONFIG_USB_PRINTF(...) rt_kprintf(__VA_ARGS__) macro
16 #define CONFIG_USB_PRINTF(...) printf(__VA_ARGS__) macro
/components/drivers/usb/cherryusb/port/pusb2/rt-thread/
A Dusb_config.h19 #define CONFIG_USB_PRINTF(...) rt_kprintf(__VA_ARGS__) macro
/components/drivers/usb/cherryusb/port/xhci/phytium/rt-thread/
A Dusb_config.h18 #define CONFIG_USB_PRINTF(...) rt_kprintf(__VA_ARGS__) macro

Completed in 5 milliseconds