RTEMS CPU Kit with SuperCore
4.11.3
|
The following defines the control block used to manage each stack. More...
#include <stack.h>
Data Fields | |
size_t | size |
This is the stack size. More... | |
void * | area |
This is the low memory address of stack. More... | |
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.
Referenced by rtems_capture_record_task().