SYS/BIOS  7.00
Data Fields
HeapCallback_Params Struct Reference

#include <ti/sysbios/heaps/HeapCallback.h>

Data Fields

uintptr_t arg
 User supplied argument for the user supplied create function. More...
 

Field Documentation

§ arg

uintptr_t HeapCallback_Params::arg

User supplied argument for the user supplied create function.

This user supplied argument will be passed back as an argument to the createInstFxn function. It can be used by the createInstFxn function at runtime to differentiate between the multiple Heap instances configured in the user config script.

The user can skip configuring this argument. In such a case, the default value 0 will be passed back as an argument to the createInstFxn function.


The documentation for this struct was generated from the following file:
© Copyright 1995-2021, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale