RTEMS CPU Kit with SuperCore  4.11.3
Data Fields
rtems_rtl_ptr_chain_s Struct Reference

A chain of indirect pointers for users to chain in applications. More...

#include <rtl-indirect-ptr.h>

Collaboration diagram for rtems_rtl_ptr_chain_s:
Collaboration graph
[legend]

Data Fields

rtems_chain_node node
 Chain of indirect pointers. More...
 
rtems_rtl_ptr_t ptr
 The indirect pointer. More...
 

Detailed Description

A chain of indirect pointers for users to chain in applications.

Note
The chain the pointer is on is internal to the allocator and cannot be used by applications.

Field Documentation

◆ node

rtems_chain_node rtems_rtl_ptr_chain_s::node

Chain of indirect pointers.

◆ ptr

rtems_rtl_ptr_t rtems_rtl_ptr_chain_s::ptr

The indirect pointer.


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