Searched refs:ulog_hexdump (Results 1 – 3 of 3) sorted by relevance
| /components/utilities/ulog/ |
| A D | ulog.h | 90 void ulog_hexdump(const char *tag, rt_size_t width, const rt_uint8_t *buf, rt_size_t size, ...);
|
| A D | ulog_def.h | 98 #define ulog_hex(TAG, width, buf, size) ulog_hexdump(TAG, width, buf, size)
|
| A D | ulog.c | 827 void ulog_hexdump(const char *tag, rt_size_t width, const rt_uint8_t *buf, rt_size_t size, ...) function
|
Completed in 10 milliseconds