|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|

宏定义 | |
| #define | MAX_PRINT_STR_SIZE 256 |
函数 | |
| STATIC void | soc_param_init (soc_log_param_t *param) |
| void | soc_log_print (uint32_t level, uint32_t module_id, const char *fn_name, uint32_t line_num, const char *format,...) |
| void | soc_log_simple_print (const char *format,...) |
| errcode_t | soc_log_register_write_impl (dfx_write_data_interface_t *impl) |
| #define MAX_PRINT_STR_SIZE 256 |
| void soc_log_print | ( | uint32_t | level, |
| uint32_t | module_id, | ||
| const char * | fn_name, | ||
| uint32_t | line_num, | ||
| const char * | format, | ||
| ... | |||
| ) |
Just only debug output, MUST BE NOT calling it. CNcomment: 调试输出信息接口,不推荐直接调用此接口CNend
| errcode_t soc_log_register_write_impl | ( | dfx_write_data_interface_t * | impl | ) |
| void soc_log_simple_print | ( | const char * | format, |
| ... | |||
| ) |
CNcomment: 调试输出信息接口,是输出信息,不换行,不建议直接使用CNend
| STATIC void soc_param_init | ( | soc_log_param_t * | param | ) |