Zephyr API Documentation 4.0.0-rc2
A Scalable Open Source RTOS
|
Object type structure. More...
#include <obj_core.h>
Data Fields | |
sys_snode_t | node |
Node within list of object types. | |
sys_slist_t | list |
List of objects of this object type. | |
uint32_t | id |
Unique type ID. | |
size_t | obj_core_offset |
Offset to obj_core field. | |
Object type structure.
uint32_t k_obj_type::id |
Unique type ID.
sys_slist_t k_obj_type::list |
List of objects of this object type.
sys_snode_t k_obj_type::node |
Node within list of object types.
size_t k_obj_type::obj_core_offset |
Offset to obj_core field.