Searched refs:digit (Results 1 – 1 of 1) sorted by relevance
156 static inline void printhex1(unsigned int digit) \158 digit &= 0xf; \159 _debug_uart_putc(digit > 9 ? digit - 10 + 'a' : digit + '0'); \207 #define printhex1(digit) (void)(digit) argument
Completed in 6 milliseconds