Home
last modified time | relevance | path

Searched defs:CONFIG_USB_PRINTF (Results 1 – 3 of 3) sorted by relevance

/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 15 milliseconds