|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include "td_type.h"#include "log_def.h"#include "log_module_id.h"#include "soc_diag_util.h"#include "debug_print.h"

宏定义 | |
| #define | hcc_printf(fmt, arg...) |
| #define | hcc_debug(fmt, arg...) PRINT(fmt, ##arg) |
| #define | hcc_printf_err_log(fmt, arg...) uapi_diag_error_log(0, fmt, ##arg) |
| #define | hcc_dfx_print(fmt, arg...) PRINT(fmt, ##arg) |
| #define hcc_debug | ( | fmt, | |
| arg... | |||
| ) | PRINT(fmt, ##arg) |
| #define hcc_dfx_print | ( | fmt, | |
| arg... | |||
| ) | PRINT(fmt, ##arg) |
| #define hcc_printf | ( | fmt, | |
| arg... | |||
| ) |
| #define hcc_printf_err_log | ( | fmt, | |
| arg... | |||
| ) | uapi_diag_error_log(0, fmt, ##arg) |