modm API documentation
|
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! | |
The fiber context stores information about the stack.