RT-Thread RTOS
1.2.0
An open source embedded real-time operating system
|
#include <rtdef.h>
Data Fields | |
const char * | name |
rt_uint8_t | type |
rt_uint8_t | flag |
void * | module_id |
rt_list_t | list |
Base structure of Kernel object
const char* rt_object::name |
static name of kernel object
rt_uint8_t rt_object::type |
type of kernel object
rt_uint8_t rt_object::flag |
flag of kernel object
void* rt_object::module_id |
id of application module
rt_list_t rt_object::list |
list node of kernel object