RTEMS  5.1
Data Fields
Stack_Control Struct Reference

#include <stack.h>

Data Fields

size_t size
 
void * area
 

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.


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