Home
last modified time | relevance | path

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

/components/utilities/ulog/
A Dulog.h95 void ulog_voutput(rt_uint32_t level, const char *tag, rt_bool_t newline, const rt_uint8_t *hex_buf,
A Dulog.c644 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