rusEFI
The most advanced open source ECU
|
#include <error_handling.h>
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] |
Definition at line 101 of file error_handling.h.
ErrorCookie backupErrorState::Cookie |
Definition at line 102 of file error_handling.h.
Referenced by errorHandlerInit(), errorHandlerIsStartFromError(), errorHandlerShowBootReasonAndErrors(), and errorHandlerWriteReportFile().
uint32_t backupErrorState::Csfr |
Definition at line 110 of file error_handling.h.
Referenced by errorHandlerInit().
uint32_t backupErrorState::FaultAddress |
Definition at line 109 of file error_handling.h.
Referenced by errorHandlerInit().
port_extctx backupErrorState::FaultCtx |
Definition at line 107 of file error_handling.h.
uint32_t backupErrorState::FaultType |
Definition at line 108 of file error_handling.h.
Referenced by errorHandlerInit().
critical_msg_t backupErrorState::file |
Definition at line 105 of file error_handling.h.
int backupErrorState::line |
Definition at line 106 of file error_handling.h.
critical_msg_t backupErrorState::msg |
Definition at line 104 of file error_handling.h.
uint32_t backupErrorState::sp |
Definition at line 111 of file error_handling.h.
Referenced by errorHandlerSaveStack().
uint32_t backupErrorState::stack[ERROR_STACK_DEPTH] |
Definition at line 112 of file error_handling.h.
Referenced by errorHandlerSaveStack().