TuyaOS
宏定义
tuya_hal_output.h 文件参考

Common process - Initialization 更多...

#include "tkl_output.h"
tuya_hal_output.h 的引用(Include)关系图:

浏览源代码.

宏定义

#define tuya_hal_log_close()   tkl_log_close()
 Close log port 更多...
 
#define tuya_hal_log_open()   tkl_log_open()
 Open log port 更多...
 
#define tuya_hal_output_log   tkl_log_output
 Output log information 更多...
 

详细描述

Common process - Initialization

版本
0.1
日期
2020-11-09

宏定义说明

◆ tuya_hal_log_close

#define tuya_hal_log_close ( )    tkl_log_close()

Close log port

参数
VOID
注解
This API is used for closing log port.
返回
OPRT_OK on success. Others on error, please refer to tuya_error_code.h

◆ tuya_hal_log_open

#define tuya_hal_log_open ( )    tkl_log_open()

Open log port

参数
VOID
注解
This API is used for openning log port.
返回
OPRT_OK on success. Others on error, please refer to tuya_error_code.h

◆ tuya_hal_output_log

#define tuya_hal_output_log   tkl_log_output

Output log information

参数
[in]strlog information
注解
This API is used for outputing log information
返回
OPRT_OK on success. Others on error, please refer to tuya_error_code.h