RT-Thread RTOS  1.2.0
An open source embedded real-time operating system
rt_object Struct Reference

#include <rtdef.h>

Data Fields

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

Detailed Description

Base structure of Kernel object

Field Documentation

◆ name

const char* rt_object::name

static name of kernel object

◆ type

rt_uint8_t rt_object::type

type of kernel object

◆ flag

rt_uint8_t rt_object::flag

flag of kernel object

◆ module_id

void* rt_object::module_id

id of application module

◆ list

rt_list_t rt_object::list

list node of kernel object