|
EE445M RTOS
Taken at the University of Texas Spring 2015
|
#include <os.h>

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 |
| 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::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().