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

struct ec_params_flash_erase - Parameters for the flash erase command, v0. More...

#include <ec_commands.h>

Collaboration diagram for ec_params_flash_erase:
Collaboration graph

Data Fields

uint32_t offset
 
uint32_t size
 

Detailed Description

struct ec_params_flash_erase - Parameters for the flash erase command, v0.

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

Definition at line 1689 of file ec_commands.h.

Field Documentation

◆ offset

uint32_t ec_params_flash_erase::offset

Definition at line 1690 of file ec_commands.h.

◆ size

uint32_t ec_params_flash_erase::size

Definition at line 1691 of file ec_commands.h.

Referenced by google_chromeec_flash_erase().


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