coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
wilco_ec_response Struct Reference
Collaboration diagram for wilco_ec_response:
Collaboration graph

Data Fields

uint8_t struct_version
 
uint8_t checksum
 
uint16_t result
 
uint16_t data_size
 
uint8_t reserved [3]
 
uint8_t data [EC_MAILBOX_DATA_SIZE]
 

Detailed Description

Definition at line 53 of file mailbox.c.

Field Documentation

◆ checksum

uint8_t wilco_ec_response::checksum

Definition at line 55 of file mailbox.c.

◆ data

uint8_t wilco_ec_response::data[EC_MAILBOX_DATA_SIZE]

Definition at line 59 of file mailbox.c.

Referenced by wilco_ec_transfer().

◆ data_size

uint16_t wilco_ec_response::data_size

Definition at line 57 of file mailbox.c.

Referenced by wilco_ec_transfer().

◆ reserved

uint8_t wilco_ec_response::reserved[3]

Definition at line 58 of file mailbox.c.

◆ result

uint16_t wilco_ec_response::result

Definition at line 56 of file mailbox.c.

Referenced by wilco_ec_transfer().

◆ struct_version

uint8_t wilco_ec_response::struct_version

Definition at line 54 of file mailbox.c.


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