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

#include <version.h>

Collaboration diagram for bcd_date:
Collaboration graph

Data Fields

unsigned char century
 
unsigned char year
 
unsigned char month
 
unsigned char day
 
unsigned char weekday
 

Detailed Description

Definition at line 20 of file version.h.

Field Documentation

◆ century

unsigned char bcd_date::century

Definition at line 21 of file version.h.

Referenced by cmos_reset_date().

◆ day

unsigned char bcd_date::day

Definition at line 24 of file version.h.

Referenced by cmos_reset_date(), pcf8523_set_build_date(), and rx6110sa_set_build_date().

◆ month

unsigned char bcd_date::month

Definition at line 23 of file version.h.

Referenced by cmos_reset_date(), pcf8523_set_build_date(), and rx6110sa_set_build_date().

◆ weekday

unsigned char bcd_date::weekday

Definition at line 25 of file version.h.

Referenced by cmos_reset_date(), pcf8523_set_build_date(), and rx6110sa_set_build_date().

◆ year

unsigned char bcd_date::year

Definition at line 22 of file version.h.

Referenced by cmos_reset_date(), pcf8523_set_build_date(), and rx6110sa_set_build_date().


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