TuyaOS
结构体 | 函数 | 常量
tkl_init_system.h 文件参考

Common process - tkl init system object descption 更多...

#include "tuya_cloud_types.h"
#include "tkl_system.h"
#include "tkl_memory.h"
#include "tkl_thread.h"
#include "tkl_mutex.h"
#include "tkl_semaphore.h"
#include "tkl_output.h"
#include "tkl_fs.h"
#include "tkl_queue.h"
#include "tkl_ota.h"
#include "tkl_sleep.h"
tkl_init_system.h 的引用(Include)关系图:

浏览源代码.

结构体

struct  TKL_FS_T
 the description of tuya kernel adapter layer file system 更多...
 

函数

TKL_FS_Ttkl_fs_desc_get (VOID_T)
 get file system description 更多...
 
TKL_OS_Ttkl_os_desc_get (VOID_T)
 get system os description 更多...
 

常量

CONST TKL_FS_T TKL_FS
 
CONST TKL_OS_T TKL_OS
 

详细描述

Common process - tkl init system object descption

版本
0.1
日期
2021-08-06

函数说明

◆ tkl_fs_desc_get()

TKL_FS_T * tkl_fs_desc_get ( VOID_T  )

get file system description

返回
TKL_FS instance

◆ tkl_os_desc_get()

TKL_OS_T * tkl_os_desc_get ( VOID_T  )

get system os description

返回
TKL_OS instance