modm API documentation
modm::fiber::Stack< Size > Class Template Reference

#include <modm/processing/fiber/stack.hpp>

Friends

class Task
 
class Scheduler
 

Detailed Description

template<size_t Size = StackSizeDefault>
class modm::fiber::Stack< Size >

Stack captures a memory area used as fiber stack with alignment and minimal size requirements. The stack is stored in the .bss section by default, but may be placed in a .noinit section using modm_section(".noinit"). For available sections on your device, see modm:platform:core.

Author
Erik Henriksson

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