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

#include <ec_commands.h>

Collaboration diagram for ec_flash_bank:
Collaboration graph

Data Fields

uint16_t count
 
uint8_t size_exp
 
uint8_t write_size_exp
 
uint8_t erase_size_exp
 
uint8_t protect_size_exp
 
uint8_t reserved [2]
 

Detailed Description

Definition at line 1617 of file ec_commands.h.

Field Documentation

◆ count

uint16_t ec_flash_bank::count

Definition at line 1619 of file ec_commands.h.

◆ erase_size_exp

uint8_t ec_flash_bank::erase_size_exp

Definition at line 1625 of file ec_commands.h.

◆ protect_size_exp

uint8_t ec_flash_bank::protect_size_exp

Definition at line 1627 of file ec_commands.h.

◆ reserved

uint8_t ec_flash_bank::reserved[2]

Definition at line 1629 of file ec_commands.h.

◆ size_exp

uint8_t ec_flash_bank::size_exp

Definition at line 1621 of file ec_commands.h.

◆ write_size_exp

uint8_t ec_flash_bank::write_size_exp

Definition at line 1623 of file ec_commands.h.


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