ChibiOS 21.11.4
port_context Struct Reference

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

#include <chcore.h>

Collaboration diagram for port_context:
Collaboration graph

Data Fields

struct port_intctxsp

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 169 of file chcore.h.

Field Documentation

◆ sp

struct port_intctx* port_context::sp

Definition at line 170 of file chcore.h.