frame.h File Reference
CPU-specific stack frame handling macros. More...
Go to the source code of this file.
Defines | |
| #define | CPU_REG_INIT_VALUE(reg) (reg) |
| Default for macro not defined in the right arch section. | |
| #define | CPU_IDLE PAUSE |
| Invoked by the scheduler to stop the CPU when idle. | |
| #define | CPU_CREATE_NEW_STACK(stack) |
| Default macro for creating a new Process stack. | |
Detailed Description
CPU-specific stack frame handling macros.
These are mainly used by the portable part of the scheduler to work with the process stack frames.
Definition in file frame.h.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/bertos_logo.png)