|
ChibiOS/RT
2.6.0 |
Platform dependent part of the Thread structure.
This structure usually contains just the saved stack pointer defined as a pointer to a intctx structure.
In this port the structure just holds a pointer to the intctx structure representing the stack pointer at context switch time.
In the AVR port this structure just holds a pointer to the intctx structure representing the stack pointer at the time of the context switch.
Definition at line 138 of file kernel/templates/chcore.h.
#include <chcore.h>
