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