Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
k_obj_core Struct Reference

Object core structure. More...

#include <obj_core.h>

Data Fields

sys_snode_t node
 Object node within object type's list.
 
struct k_obj_typetype
 Object type to which object belongs.
 

Detailed Description

Object core structure.

Field Documentation

◆ node

sys_snode_t k_obj_core::node

Object node within object type's list.

◆ type

struct k_obj_type* k_obj_core::type

Object type to which object belongs.


The documentation for this struct was generated from the following file: