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

#include <spi_flash_internal.h>

Collaboration diagram for spi_flash_ops_descriptor:
Collaboration graph

Data Fields

uint8_t erase_cmd
 
uint8_t status_cmd
 
uint8_t pp_cmd
 
uint8_t wren_cmd
 
struct spi_flash_ops ops
 

Detailed Description

Definition at line 83 of file spi_flash_internal.h.

Field Documentation

◆ erase_cmd

uint8_t spi_flash_ops_descriptor::erase_cmd

Definition at line 84 of file spi_flash_internal.h.

Referenced by fill_spi_flash().

◆ ops

struct spi_flash_ops spi_flash_ops_descriptor::ops

Definition at line 87 of file spi_flash_internal.h.

Referenced by fill_spi_flash().

◆ pp_cmd

uint8_t spi_flash_ops_descriptor::pp_cmd

Definition at line 86 of file spi_flash_internal.h.

Referenced by fill_spi_flash().

◆ status_cmd

uint8_t spi_flash_ops_descriptor::status_cmd

Definition at line 85 of file spi_flash_internal.h.

Referenced by fill_spi_flash().

◆ wren_cmd

uint8_t spi_flash_ops_descriptor::wren_cmd

Definition at line 87 of file spi_flash_internal.h.

Referenced by fill_spi_flash().


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