Choco OS  V.0.16.9.0
Join to the chocolate world
oC_StackData_t Struct Reference

stores stack data More...

#include <oc_mcs.h>

Data Fields

void * StackPointer
 
void * Buffer
 
oC_Int_t BufferSize
 

Detailed Description

The type is for storing informations about stack.

Definition at line 208 of file oc_mcs.h.

Field Documentation

void* Buffer

Pointer to start of the stack (minimum address in stack)

Definition at line 211 of file oc_mcs.h.

oC_Int_t BufferSize

Size of the stack buffer

Definition at line 212 of file oc_mcs.h.

void* StackPointer

Current stack pointer

Definition at line 210 of file oc_mcs.h.


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