ChibiOS  0.0.0
port_extctx Struct Reference

Interrupt saved context. More...

#include <chcore.h>

Collaboration diagram for port_extctx:
Collaboration graph

Detailed Description

Interrupt saved context.

This structure represents the stack frame saved during a preemption-capable interrupt handler.

Note
R2 and R13 are not saved because those are assumed to be immutable during the system life cycle.

Definition at line 165 of file chcore.h.