Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/common/
A Dusb_util.h138 #ifndef BCD
139 #define BCD(x) ((((x) / 10) << 4) | ((x) % 10)) macro

Completed in 2 milliseconds