coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
cper_timestamp Struct Reference

#include <cper.h>

Collaboration diagram for cper_timestamp:
Collaboration graph

Data Fields

u8 sec
 
u8 min
 
u8 hour
 
u8 precise
 
u8 day
 
u8 month
 
u8 year
 
u8 century
 

Detailed Description

Definition at line 21 of file cper.h.

Field Documentation

◆ century

u8 cper_timestamp::century

Definition at line 29 of file cper.h.

Referenced by cper_timestamp().

◆ day

u8 cper_timestamp::day

Definition at line 26 of file cper.h.

Referenced by cper_timestamp().

◆ hour

u8 cper_timestamp::hour

Definition at line 24 of file cper.h.

Referenced by cper_timestamp().

◆ min

u8 cper_timestamp::min

Definition at line 23 of file cper.h.

Referenced by cper_timestamp().

◆ month

u8 cper_timestamp::month

Definition at line 27 of file cper.h.

Referenced by cper_timestamp().

◆ precise

u8 cper_timestamp::precise

Definition at line 25 of file cper.h.

Referenced by cper_timestamp().

◆ sec

u8 cper_timestamp::sec

Definition at line 22 of file cper.h.

Referenced by cper_timestamp().

◆ year

u8 cper_timestamp::year

Definition at line 28 of file cper.h.

Referenced by cper_timestamp().


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