Lines Matching defs:msg
38 #define SPMLOG_DBGMSGVAL(msg, val) spm_log_msgval(msg, sizeof(msg), val) argument
39 #define SPMLOG_DBGMSG(msg) tfm_hal_output_spm_log(msg, sizeof(msg)) argument
41 #define SPMLOG_DBGMSGVAL(msg, val) argument
42 #define SPMLOG_DBGMSG(msg) argument
46 #define SPMLOG_INFMSGVAL(msg, val) spm_log_msgval(msg, sizeof(msg), val) argument
47 #define SPMLOG_INFMSG(msg) tfm_hal_output_spm_log(msg, sizeof(msg)) argument
49 #define SPMLOG_INFMSGVAL(msg, val) argument
50 #define SPMLOG_INFMSG(msg) argument
54 #define SPMLOG_ERRMSGVAL(msg, val) spm_log_msgval(msg, sizeof(msg), val) argument
55 #define SPMLOG_ERRMSG(msg) tfm_hal_output_spm_log(msg, sizeof(msg)) argument
57 #define SPMLOG_ERRMSGVAL(msg, val) argument
58 #define SPMLOG_ERRMSG(msg) argument