ChibiOS  19.1.4
port_context Struct Reference

Platform dependent part of the thread_t structure. More...

#include <chcore.h>

Collaboration diagram for port_context:
Collaboration graph

Detailed Description

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.

Definition at line 185 of file chcore.h.