frame.h File Reference
CPU-specific stack frame handling macros. More...
#include <cpu/detect.h>#include "cfg/cfg_arch.h"#include <cfg/compiler.h>Go to the source code of this file.
Defines | |
| #define | CPU_REG_INIT_VALUE(reg) 0 |
| Default for macro not defined in the right arch section. | |
| #define | CPU_IDLE do { /* nothing */ } while (0) |
| Invoked by the scheduler to stop the CPU when idle. | |
| #define | CPU_CREATE_NEW_STACK(stack, entry, exit) |
| 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.
Define Documentation
| #define CPU_IDLE do { /* nothing */ } while (0) |
