RTEMS
5.0.0
|
#include <stack.h>
Data Fields | |
size_t | size |
void * | area |
The following defines the control block used to manage each stack.
void* Stack_Control::area |
This is the low memory address of stack.
size_t Stack_Control::size |
This is the stack size.