EE445M RTOS
Taken at the University of Texas Spring 2015
swcontext Struct Reference

#include <os.h>

Collaboration diagram for swcontext:
Collaboration graph

Data Fields

uint32_t r4
 
uint32_t r5
 
uint32_t r6
 
uint32_t r7
 
uint32_t r8
 
uint32_t r9
 
uint32_t r10
 
uint32_t r11
 
uint32_t lr
 

Detailed Description

The contents of the stack during a context switch.

Definition at line 63 of file os.h.

Field Documentation

uint32_t swcontext::lr

Definition at line 72 of file os.h.

Referenced by _os_reset_thread_stack().

uint32_t swcontext::r10

Definition at line 70 of file os.h.

Referenced by _os_reset_thread_stack().

uint32_t swcontext::r11

Definition at line 71 of file os.h.

Referenced by _os_reset_thread_stack().

uint32_t swcontext::r4

Definition at line 64 of file os.h.

Referenced by _os_reset_thread_stack().

uint32_t swcontext::r5

Definition at line 65 of file os.h.

Referenced by _os_reset_thread_stack().

uint32_t swcontext::r6

Definition at line 66 of file os.h.

Referenced by _os_reset_thread_stack().

uint32_t swcontext::r7

Definition at line 67 of file os.h.

Referenced by _os_reset_thread_stack().

uint32_t swcontext::r8

Definition at line 68 of file os.h.

Referenced by _os_reset_thread_stack().

uint32_t swcontext::r9

Definition at line 69 of file os.h.

Referenced by _os_reset_thread_stack().


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