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

struct ec_params_flash_erase_v1 - Parameters for the flash erase command, v1. More...

#include <ec_commands.h>

Collaboration diagram for ec_params_flash_erase_v1:
Collaboration graph

Data Fields

uint8_t cmd
 
uint8_t reserved
 
uint16_t flag
 
struct ec_params_flash_erase params
 

Detailed Description

struct ec_params_flash_erase_v1 - Parameters for the flash erase command, v1.

@cmd: One of ec_flash_erase_cmd. @reserved: Pad byte; currently always contains 0. @flag: No flags defined yet; set to 0. @params: Same as v0 parameters.

Definition at line 1724 of file ec_commands.h.

Field Documentation

◆ cmd

uint8_t ec_params_flash_erase_v1::cmd

Definition at line 1725 of file ec_commands.h.

◆ flag

uint16_t ec_params_flash_erase_v1::flag

Definition at line 1727 of file ec_commands.h.

◆ params

struct ec_params_flash_erase ec_params_flash_erase_v1::params

Definition at line 1727 of file ec_commands.h.

◆ reserved

uint8_t ec_params_flash_erase_v1::reserved

Definition at line 1726 of file ec_commands.h.


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