iPXE
Data Fields
ucode_date Struct Reference

A microcode date. More...

#include <ucode.h>

Data Fields

uint8_t year
 Year (BCD) More...
 
uint8_t century
 Century (BCD) More...
 
uint8_t day
 Day (BCD) More...
 
uint8_t month
 Month (BCD) More...
 

Detailed Description

A microcode date.

Definition at line 101 of file ucode.h.

Field Documentation

◆ year

uint8_t ucode_date::year

Year (BCD)

Definition at line 103 of file ucode.h.

◆ century

uint8_t ucode_date::century

Century (BCD)

Definition at line 105 of file ucode.h.

◆ day

uint8_t ucode_date::day

Day (BCD)

Definition at line 107 of file ucode.h.

◆ month

uint8_t ucode_date::month

Month (BCD)

Definition at line 109 of file ucode.h.


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