rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Data Fields
backupErrorState Struct Reference

#include <error_handling.h>

Collaboration diagram for backupErrorState:
Collaboration graph
[legend]

Data Fields

ErrorCookie Cookie
 
critical_msg_t msg
 
critical_msg_t file
 
int line
 
port_extctx FaultCtx
 
uint32_t FaultType
 
uint32_t FaultAddress
 
uint32_t Csfr
 
uint32_t sp
 
uint32_t stack [ERROR_STACK_DEPTH]
 

Detailed Description

Definition at line 101 of file error_handling.h.

Field Documentation

◆ Cookie

ErrorCookie backupErrorState::Cookie

◆ Csfr

uint32_t backupErrorState::Csfr

Definition at line 110 of file error_handling.h.

Referenced by errorHandlerInit().

◆ FaultAddress

uint32_t backupErrorState::FaultAddress

Definition at line 109 of file error_handling.h.

Referenced by errorHandlerInit().

◆ FaultCtx

port_extctx backupErrorState::FaultCtx

Definition at line 107 of file error_handling.h.

◆ FaultType

uint32_t backupErrorState::FaultType

Definition at line 108 of file error_handling.h.

Referenced by errorHandlerInit().

◆ file

critical_msg_t backupErrorState::file

Definition at line 105 of file error_handling.h.

◆ line

int backupErrorState::line

Definition at line 106 of file error_handling.h.

◆ msg

critical_msg_t backupErrorState::msg

Definition at line 104 of file error_handling.h.

◆ sp

uint32_t backupErrorState::sp

Definition at line 111 of file error_handling.h.

Referenced by errorHandlerSaveStack().

◆ stack

uint32_t backupErrorState::stack[ERROR_STACK_DEPTH]

Definition at line 112 of file error_handling.h.

Referenced by errorHandlerSaveStack().


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