Struct SYN_ErrEntry¶
Error log entry — code + severity + context + timestamps.
#include <syn_errlog.h>
Public Attributes¶
| Type | Name |
|---|---|
| uint8_t | _pad |
| uint32_t | boot_count |
| uint16_t | code |
| uint32_t | context |
| uint8_t | severity |
| uint32_t | timestamp |
Public Attributes Documentation¶
variable _pad¶
Padding for alignment
variable boot_count¶
Boot number when error occurred
variable code¶
Application-defined error code
variable context¶
Application-defined context value
variable severity¶
SYN_ErrSeverity
variable timestamp¶
Tick at time of error
The documentation for this class was generated from the following file src/syntropic/system/syn_errlog.h