RTEMS CPU Kit with SuperCore  4.11.3
Data Fields
Stack_Control Struct Reference

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...
 

Detailed Description

The following defines the control block used to manage each stack.

Field Documentation

◆ area

void* Stack_Control::area

This is the low memory address of stack.

◆ size

size_t Stack_Control::size

This is the stack size.

Referenced by rtems_capture_record_task().


The documentation for this struct was generated from the following file: