RTEMS
Public Attributes | List of all members
Stack_Control Struct Reference

#include <stack.h>

Public Attributes

size_t size
 
void * area
 

Detailed Description

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

Definition at line 53 of file stack.h.

Member Data Documentation

◆ area

void* Stack_Control::area

This is the low memory address of stack.

Definition at line 57 of file stack.h.

◆ size

size_t Stack_Control::size

This is the stack size.

Definition at line 55 of file stack.h.


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