Nil RTOS
Public Attributes | List of all members
port_intctx Struct Reference

System saved context. More...

#include <nilcore.h>

Public Attributes

uint8_t _next
 
uint8_t pch
 
uint8_t pcl
 
uint8_t r10
 
uint8_t r11
 
uint8_t r12
 
uint8_t r13
 
uint8_t r14
 
uint8_t r15
 
uint8_t r16
 
uint8_t r17
 
uint8_t r2
 
uint8_t r28
 
uint8_t r29
 
uint8_t r3
 
uint8_t r4
 
uint8_t r5
 
uint8_t r6
 
uint8_t r7
 
uint8_t r8
 
uint8_t r9
 

Detailed Description

System saved context.

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

Note
The field _next is not part of the context, it represents the offset of the structure relative to the stack pointer.

The documentation for this struct was generated from the following file: