Searched refs:outputbuf (Results 1 – 1 of 1) sorted by relevance
/tf-m-tests-3.4.0/log/ |
D | tfm_log_raw.c | 100 struct formatted_buffer_t outputbuf; in _tfm_log_vprintf() local 102 outputbuf.pos = 0; in _tfm_log_vprintf() 109 count += _tfm_dec_num_output(&outputbuf, in _tfm_log_vprintf() 113 count += _tfm_dec_num_output(&outputbuf, in _tfm_log_vprintf() 117 count += _tfm_hex_num_output(&outputbuf, va_arg(ap, uint32_t), in _tfm_log_vprintf() 121 count += _tfm_hex_num_output(&outputbuf, va_arg(ap, uint32_t), in _tfm_log_vprintf() 125 count += _tfm_string_output(&outputbuf, "0x"); in _tfm_log_vprintf() 126 count += _tfm_hex_num_output(&outputbuf, va_arg(ap, uint32_t), in _tfm_log_vprintf() 130 count += _tfm_string_output(&outputbuf, va_arg(ap, char*)); in _tfm_log_vprintf() 133 _tfm_flush_formatted_buffer(&outputbuf, in _tfm_log_vprintf() [all …]
|