Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/secure_fw/spm/include/
Dtfm_spm_log.h39 #define SPMLOG_DBGMSG(msg) tfm_hal_output_spm_log(msg, sizeof(msg))
47 #define SPMLOG_INFMSG(msg) tfm_hal_output_spm_log(msg, sizeof(msg))
55 #define SPMLOG_ERRMSG(msg) tfm_hal_output_spm_log(msg, sizeof(msg))
/trusted-firmware-m-latest/secure_fw/spm/core/
Dspm_log.c42 result_msg = tfm_hal_output_spm_log(msg, len); in spm_log_msgval()
50 result_val = tfm_hal_output_spm_log(value_str, in spm_log_msgval()
Dstack_watermark.c19 #define SPMLOG(x) tfm_hal_output_spm_log((x), sizeof(x))
Dtfm_svcalls.c231 svc_args[0] = tfm_hal_output_spm_log((const char *)svc_args[0], svc_args[1]); in handle_spm_svc_requests()
/trusted-firmware-m-latest/platform/ext/common/
Dtfm_hal_spm_logdev.h22 int32_t tfm_hal_output_spm_log(const char *str, uint32_t len);
Dtfm_hal_spm_logdev_peripheral.c11 int32_t tfm_hal_output_spm_log(const char *str, uint32_t len) in tfm_hal_output_spm_log() function
/trusted-firmware-m-latest/docs/design_docs/
Dtfm_log_system_design_document.rst80 * 'tfm_hal_output_spm_log' to output the formatted string.
124 int32_t tfm_hal_output_spm_log(const char *str, uint32_t len);
131 #define SPMLOG_DBGMSG(msg) tfm_hal_output_spm_log(msg, sizeof(msg))
/trusted-firmware-m-latest/docs/design_docs/software/
Dhardware_abstraction_layer.rst610 tfm_hal_output_spm_log()
616 int32_t tfm_hal_output_spm_log(const unsigned char *str, uint32_t len)