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

#include <ec_commands.h>

Collaboration diagram for ec_params_vstore_write:
Collaboration graph

Data Fields

uint8_t slot
 
uint8_t data [EC_VSTORE_SLOT_SIZE]
 

Detailed Description

Definition at line 3408 of file ec_commands.h.

Field Documentation

◆ data

uint8_t ec_params_vstore_write::data[EC_VSTORE_SLOT_SIZE]

Definition at line 3410 of file ec_commands.h.

Referenced by google_chromeec_vstore_write().

◆ slot

uint8_t ec_params_vstore_write::slot

Definition at line 3409 of file ec_commands.h.

Referenced by google_chromeec_vstore_write().


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