Searched refs:hex_buf (Results 1 – 2 of 2) sorted by relevance
| /components/utilities/ulog/ |
| A D | ulog.h | 95 void ulog_voutput(rt_uint32_t level, const char *tag, rt_bool_t newline, const rt_uint8_t *hex_buf,
|
| A D | ulog.c | 644 void ulog_voutput(rt_uint32_t level, const char *tag, rt_bool_t newline, const rt_uint8_t *hex_buf,… argument 652 RT_ASSERT((format && !hex_buf) || (!format && hex_buf)); 692 if ((ulog_voutput_recursion == RT_TRUE) && (hex_buf == RT_NULL)) 705 if (hex_buf == RT_NULL) 717 log_len = ulog_hex_formater(log_buf, tag, hex_buf, hex_size, hex_width, hex_addr);
|
Completed in 8 milliseconds