modm API documentation
modm_context_t Struct Reference

The fiber context stores information about the stack. More...

#include <modm/processing/fiber/context.h>

Public Attributes

uintptr_t * sp
 Stored stack pointer, only valid when not running!
 
uintptr_t * bottom
 Bottom of stack.
 
uintptr_t * top
 Top of stack, one word beyond stack!
 

Detailed Description

The fiber context stores information about the stack.


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