Searched defs:_ERROR_LOG (Results 1 – 1 of 1) sorted by relevance
101 typedef struct _ERROR_LOG { struct102 uint8_t Status; /* ERROR_STATUS */103 uint8_t Os; /* OS_ID */104 uint8_t Type; /* H=hardware S=software */105 uint8_t Severity; /* S=servere E=Error */106 uint32_t ErrDT[2]; /* date and time from RTC */107 uint8_t code[8]; /* error code */108 union {110 } data;