#include <exception-handlers.h>
Public Attributes | |
uint32_t | lr |
uint32_t | pc |
uint32_t | psr |
uint32_t | r0 |
uint32_t | r1 |
uint32_t | r12 |
uint32_t | r2 |
uint32_t | r3 |
Definition at line 79 of file exception-handlers.h.
uint32_t exception_stack_frame_s::lr |
Definition at line 86 of file exception-handlers.h.
uint32_t exception_stack_frame_s::pc |
Definition at line 87 of file exception-handlers.h.
uint32_t exception_stack_frame_s::psr |
Definition at line 88 of file exception-handlers.h.
uint32_t exception_stack_frame_s::r0 |
Definition at line 81 of file exception-handlers.h.
uint32_t exception_stack_frame_s::r1 |
Definition at line 82 of file exception-handlers.h.
uint32_t exception_stack_frame_s::r12 |
Definition at line 85 of file exception-handlers.h.
uint32_t exception_stack_frame_s::r2 |
Definition at line 83 of file exception-handlers.h.
uint32_t exception_stack_frame_s::r3 |
Definition at line 84 of file exception-handlers.h.