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

#include <ec_commands.h>

Collaboration diagram for ec_response_pd_chip_info:
Collaboration graph

Data Fields

uint16_t vendor_id
 
uint16_t product_id
 
uint16_t device_id
 
union {
   uint8_t   fw_version_string [8]
 
   uint64_t   fw_version_number
 
}; 
 

Detailed Description

Definition at line 5912 of file ec_commands.h.

Field Documentation

◆ 

union { ... }

◆ device_id

uint16_t ec_response_pd_chip_info::device_id

Definition at line 5915 of file ec_commands.h.

◆ fw_version_number

uint64_t ec_response_pd_chip_info::fw_version_number

Definition at line 5918 of file ec_commands.h.

◆ fw_version_string

uint8_t ec_response_pd_chip_info::fw_version_string[8]

Definition at line 5917 of file ec_commands.h.

◆ product_id

uint16_t ec_response_pd_chip_info::product_id

Definition at line 5914 of file ec_commands.h.

◆ vendor_id

uint16_t ec_response_pd_chip_info::vendor_id

Definition at line 5913 of file ec_commands.h.


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