MPLAB® Harmony Graphics Suite
|
Initializes a variable heap object struct.
leResult leVariableHeap_Init( leVariableHeap* heap, void* data, uint32_t size );
Parameters |
Description |
leVariableHeap* heap |
pointer to the heap object |
uint32_t size |
the size of the heap in bytes |
uint8_t* data |
pointer to the data buffer to use for the heap |
leResult
MPLAB® Harmony Graphics Suite
|