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

#include <os.h>

Collaboration diagram for hwcontext:
Collaboration graph

Data Fields

uint32_t r0
 
uint32_t r1
 
uint32_t r2
 
uint32_t r3
 
uint32_t r12
 
uint32_t lr
 
uint32_t pc
 
uint32_t psr
 

Detailed Description

The contents of the stack immediately after a function call.

Definition at line 51 of file os.h.

Field Documentation

uint32_t hwcontext::lr

Definition at line 57 of file os.h.

uint32_t hwcontext::pc

Definition at line 58 of file os.h.

Referenced by _os_reset_thread_stack().

uint32_t hwcontext::psr

Definition at line 59 of file os.h.

Referenced by _os_reset_thread_stack().

uint32_t hwcontext::r0

Definition at line 52 of file os.h.

Referenced by _os_reset_thread_stack().

uint32_t hwcontext::r1

Definition at line 53 of file os.h.

Referenced by _os_reset_thread_stack().

uint32_t hwcontext::r12

Definition at line 56 of file os.h.

uint32_t hwcontext::r2

Definition at line 54 of file os.h.

Referenced by _os_reset_thread_stack().

uint32_t hwcontext::r3

Definition at line 55 of file os.h.

Referenced by _os_reset_thread_stack().


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