RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
载入中...
搜索中...
未找到
finsh_syscall结构体 参考

#include <finsh.h>

成员变量

const char * name
 
const char * desc
 
syscall_func func
 

详细描述

在文件 components/finsh/finsh.h165 行定义.

结构体成员变量说明

◆ name

const char* finsh_syscall::name

在文件 components/finsh/finsh.h167 行定义.

◆ desc

const char* finsh_syscall::desc

在文件 components/finsh/finsh.h169 行定义.

◆ func

syscall_func finsh_syscall::func

在文件 components/finsh/finsh.h175 行定义.