|
distortos
v0.7.0
object-oriented C++ RTOS for microcontrollers
|
initializeStack() declaration More...
#include <utility>#include <cstddef>Go to the source code of this file.
Namespaces | |
| distortos | |
| Top-level namespace of distortos project. | |
| distortos::internal | |
| Internals of distortos project - should not be used directly! | |
| distortos::architecture | |
| Architecture-related code of distortos project. | |
Functions | |
| std::pair< int, void * > | distortos::architecture::initializeStack (void *buffer, size_t size, internal::RunnableThread &runnableThread) |
| Architecture-specific stack initialization. More... | |
initializeStack() declaration