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

#include <ec_commands.h>

Collaboration diagram for ec_response_fp_info_v0:
Collaboration graph

Data Fields

uint32_t vendor_id
 
uint32_t product_id
 
uint32_t model_id
 
uint32_t version
 
uint32_t frame_size
 
uint32_t pixel_format
 
uint16_t width
 
uint16_t height
 
uint16_t bpp
 
uint16_t errors
 

Detailed Description

Definition at line 7164 of file ec_commands.h.

Field Documentation

◆ bpp

uint16_t ec_response_fp_info_v0::bpp

Definition at line 7175 of file ec_commands.h.

◆ errors

uint16_t ec_response_fp_info_v0::errors

Definition at line 7176 of file ec_commands.h.

◆ frame_size

uint32_t ec_response_fp_info_v0::frame_size

Definition at line 7171 of file ec_commands.h.

◆ height

uint16_t ec_response_fp_info_v0::height

Definition at line 7174 of file ec_commands.h.

◆ model_id

uint32_t ec_response_fp_info_v0::model_id

Definition at line 7168 of file ec_commands.h.

◆ pixel_format

uint32_t ec_response_fp_info_v0::pixel_format

Definition at line 7172 of file ec_commands.h.

◆ product_id

uint32_t ec_response_fp_info_v0::product_id

Definition at line 7167 of file ec_commands.h.

◆ vendor_id

uint32_t ec_response_fp_info_v0::vendor_id

Definition at line 7166 of file ec_commands.h.

◆ version

uint32_t ec_response_fp_info_v0::version

Definition at line 7169 of file ec_commands.h.

◆ width

uint16_t ec_response_fp_info_v0::width

Definition at line 7173 of file ec_commands.h.


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