RTEMS CPU Kit with SuperCore  4.11.2
Data Structures | Macros | Variables
stack.h File Reference

Information About the Thread Stack Handler. More...

#include <rtems/score/basedefs.h>
Include dependency graph for stack.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

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

Macros

#define STACK_MINIMUM_SIZE   CPU_STACK_MINIMUM_SIZE
 The following constant defines the minimum stack size which every thread must exceed.
 

Variables

uint32_t rtems_minimum_stack_size
 This variable contains the the minimum stack size;. More...
 

Detailed Description

Information About the Thread Stack Handler.

This include file contains all information about the thread Stack Handler. This Handler provides mechanisms which can be used to initialize and utilize stacks.