firmware
IEM Firmware Documentation
|
task. h
Retrieve pointers to a statically created task's data structure buffer and stack buffer. These are the same buffers that are supplied at the time of creation.
xTask | The task for which to retrieve the buffers. |
ppuxStackBuffer | Used to return a pointer to the task's stack buffer. |
ppxTaskBuffer | Used to return a pointer to the task's data structure buffer. |