Home
last modified time | relevance | path

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

/include/
A Ddebug_uart.h162 static inline void printhex(unsigned int value, int digits) \
170 printhex(value, 2); \
175 printhex(value, 4); \
180 printhex(value, 8); \
208 #define printhex(value, digits) do { (void)(value); (void)(digits); } while(0) macro

Completed in 5 milliseconds