RTEMS CPU Kit with SuperCore
4.11.2
|
Inlined Routines from the Stack Handler. More...
#include <rtems/score/stack.h>
Go to the source code of this file.
Functions | |
RTEMS_INLINE_ROUTINE void | _Stack_Initialize (Stack_Control *the_stack, void *starting_address, size_t size) |
This routine initializes the_stack record to indicate that size bytes of memory starting at starting_address have been reserved for a stack. | |
RTEMS_INLINE_ROUTINE uint32_t | _Stack_Minimum (void) |
This function returns the minimum stack size configured for this application. More... | |
RTEMS_INLINE_ROUTINE bool | _Stack_Is_enough (size_t size) |
This function returns true if size bytes is enough memory for a valid stack area on this processor, and false otherwise. More... | |
RTEMS_INLINE_ROUTINE size_t | _Stack_Ensure_minimum (size_t size) |
This function returns the appropriate stack size given the requested size. More... | |
Inlined Routines from the Stack Handler.
This file contains the static inline implementation of the inlined routines from the Stack Handler.