µOS++ IIIe Reference 7.0.0
The third edition of µOS++, a POSIX inspired open source framework, written in C++
Loading...
Searching...
No Matches
exception_stack_frame_s Struct Reference

#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
 

Detailed Description

Definition at line 64 of file exception-handlers.h.

Member Data Documentation

◆ lr

uint32_t exception_stack_frame_s::lr

Definition at line 71 of file exception-handlers.h.

◆ pc

uint32_t exception_stack_frame_s::pc

Definition at line 72 of file exception-handlers.h.

◆ psr

uint32_t exception_stack_frame_s::psr

Definition at line 73 of file exception-handlers.h.

◆ r0

uint32_t exception_stack_frame_s::r0

Definition at line 66 of file exception-handlers.h.

◆ r1

uint32_t exception_stack_frame_s::r1

Definition at line 67 of file exception-handlers.h.

◆ r12

uint32_t exception_stack_frame_s::r12

Definition at line 70 of file exception-handlers.h.

◆ r2

uint32_t exception_stack_frame_s::r2

Definition at line 68 of file exception-handlers.h.

◆ r3

uint32_t exception_stack_frame_s::r3

Definition at line 69 of file exception-handlers.h.


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