Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
min_heap_handle Struct Reference

Embeddable heap position handle. More...

#include <zephyr/sys/min_heap_ref.h>

Data Fields

uint16_t idx
 1-based storage index; 0 means not in heap

Detailed Description

Embeddable heap position handle.

Embed in the user struct, recover the containing struct with CONTAINER_OF().

Field Documentation

◆ idx

uint16_t min_heap_handle::idx

1-based storage index; 0 means not in heap


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