ChibiOS 21.11.4
|
Platform dependent part of the thread_t
structure.
More...
#include <chcore.h>
Data Fields | |
struct port_intctx * | sp |
Platform dependent part of the thread_t
structure.
This structure usually contains just the saved stack pointer defined as a pointer to a port_intctx
structure.
struct port_intctx* port_context::sp |