RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
载入中...
搜索中...
未找到

#include <rtdef.h>

成员变量

const char * name
 
rt_uint8_t type
 
rt_uint8_t flag
 
void * module_id
 
rt_list_t list
 

详细描述

Base structure of Kernel object

在文件 rtdef.h280 行定义.

结构体成员变量说明

◆ name

const char* rt_object::name

static name of kernel object

在文件 rtdef.h285 行定义.

◆ type

rt_uint8_t rt_object::type

type of kernel object

在文件 rtdef.h287 行定义.

◆ flag

rt_uint8_t rt_object::flag

flag of kernel object

在文件 rtdef.h288 行定义.

◆ module_id

void* rt_object::module_id

id of application module

在文件 rtdef.h291 行定义.

◆ list

rt_list_t rt_object::list

list node of kernel object

在文件 rtdef.h298 行定义.