distortos  v0.7.0
object-oriented C++ RTOS for microcontrollers
initializeStack.hpp File Reference

initializeStack() declaration More...

#include <utility>
#include <cstddef>
Include dependency graph for initializeStack.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

initializeStack() declaration

Author
Copyright (C) 2014-2017 Kamil Szczygiel http://www.distortec.com http://www.freddiechopin.info
License
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.