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

struct ec_params_flash_read - Parameters for the flash read command. More...

#include <ec_commands.h>

Collaboration diagram for ec_params_flash_read:
Collaboration graph

Data Fields

uint32_t offset
 
uint32_t size
 

Detailed Description

struct ec_params_flash_read - Parameters for the flash read command.

@offset: Byte offset to read. @size: Size to read in bytes.

Definition at line 1658 of file ec_commands.h.

Field Documentation

◆ offset

uint32_t ec_params_flash_read::offset

Definition at line 1659 of file ec_commands.h.

◆ size

uint32_t ec_params_flash_read::size

Definition at line 1660 of file ec_commands.h.


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