Skip to content

Struct SYN_ErrEntry

ClassList > 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

uint8_t SYN_ErrEntry::_pad;

Padding for alignment


variable boot_count

uint32_t SYN_ErrEntry::boot_count;

Boot number when error occurred


variable code

uint16_t SYN_ErrEntry::code;

Application-defined error code


variable context

uint32_t SYN_ErrEntry::context;

Application-defined context value


variable severity

uint8_t SYN_ErrEntry::severity;

SYN_ErrSeverity


variable timestamp

uint32_t SYN_ErrEntry::timestamp;

Tick at time of error



The documentation for this class was generated from the following file src/syntropic/system/syn_errlog.h