Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/common/
A Dusb_log.h102 #define ___is_print(ch) ((unsigned int)((ch) - ' ') < 127u - ' ') macro
126 CONFIG_USB_PRINTF("%c", ___is_print(buf[i + j]) ? buf[i + j] : '.'); in usb_hexdump()

Completed in 3 milliseconds