![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
Go to the source code of this file.
Functions | |
int | tfm_log_printf (const char *fmt,...) |
Prints log messages. More... | |
int tfm_log_printf | ( | const char * | fmt, |
... | |||
) |
Prints log messages.
[in] | fmt | Formatted string |
[in] | ... | Viriable length argument |
The following output formats are supported. s - string d - decimal signed integer (same for i) u - decimal unsigned integer x - hex in lowercase X - hex in uppercase p - hex address of a pointer in lowercase c - character %% - the '' symbol
Definition at line 161 of file tfm_log_raw.c.