ChibiOS  0.0.0
port_intctx Struct Reference

System saved context. More...

#include <chcore.h>

Collaboration diagram for port_intctx:
Collaboration graph

Detailed Description

System saved context.

This structure represents the inner stack frame during a context switching.

Note
R2 and R13 are not saved because those are assumed to be immutable during the system life cycle.
LR is stored in the caller context so it is not present in this structure.

Definition at line 177 of file chcore.h.