Home
last modified time | relevance | path

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

/u-boot/tools/
A Dimg2srec.c166 static char ByteToHex[] = "0123456789ABCDEF"; in WriteHex() local
170 *pa++ = ByteToHex[temp]; in WriteHex()
172 *pa++ = ByteToHex[temp]; in WriteHex()

Completed in 2 milliseconds