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

Table generated by gperf, these objects are retrieved via k_object_find(). More...

#include <kobject_internal.h>

Data Fields

void * name
 
uint8_t perms [CONFIG_MAX_THREAD_BYTES]
 
uint8_t type
 
uint8_t flags
 
union k_object_data data
 

Detailed Description

Table generated by gperf, these objects are retrieved via k_object_find().

Note
This is an internal API. Do not use unless you are extending functionality in the Zephyr tree.

Field Documentation

◆ data

union k_object_data k_object::data

◆ flags

uint8_t k_object::flags

◆ name

void* k_object::name

◆ perms

uint8_t k_object::perms[CONFIG_MAX_THREAD_BYTES]

◆ type

uint8_t k_object::type

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