Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
 4.2.99
k_obj_core Struct Reference

Object core structure. More...

#include <zephyr/kernel/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: