Searched refs:_tfm_hex_num_output (Results 1 – 1 of 1) sorted by relevance
| /trusted-firmware-m-latest/secure_fw/partitions/lib/runtime/ |
| D | tfm_sp_log_raw.c | 78 static int _tfm_hex_num_output(struct formatted_buffer_t *pb, uint32_t num, in _tfm_hex_num_output() function 122 count += _tfm_hex_num_output(&outputbuf, va_arg(ap, uint32_t), in vprintf() 126 count += _tfm_hex_num_output(&outputbuf, va_arg(ap, uint32_t), in vprintf() 131 count += _tfm_hex_num_output(&outputbuf, va_arg(ap, uint32_t), in vprintf()
|