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

struct ec_params_read_test - Parameters for the read test command. More...

#include <ec_commands.h>

Collaboration diagram for ec_params_read_test:
Collaboration graph

Data Fields

uint32_t offset
 
uint32_t size
 

Detailed Description

struct ec_params_read_test - Parameters for the read test command.

@offset: Starting value for read buffer. @size: Size to read in bytes.

Definition at line 1193 of file ec_commands.h.

Field Documentation

◆ offset

uint32_t ec_params_read_test::offset

Definition at line 1194 of file ec_commands.h.

◆ size

uint32_t ec_params_read_test::size

Definition at line 1195 of file ec_commands.h.


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