Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/secure_fw/partitions/lib/runtime/
Dtfm_sp_log_raw.c17 struct formatted_buffer_t { struct
27 static void _tfm_flush_formatted_buffer(struct formatted_buffer_t *pb, in _tfm_flush_formatted_buffer() argument
38 static int _tfm_string_output(struct formatted_buffer_t *pb, in _tfm_string_output()
51 static int _tfm_dec_num_output(struct formatted_buffer_t *pb, in _tfm_dec_num_output()
78 static int _tfm_hex_num_output(struct formatted_buffer_t *pb, uint32_t num, in _tfm_hex_num_output()
101 struct formatted_buffer_t outputbuf; in vprintf()