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

#include <spi.h>

Collaboration diagram for em100_msg_header:
Collaboration graph

Data Fields

uint8_t spi_command
 
uint8_t reserved
 
uint8_t em100_command
 
uint32_t msg_signature
 
uint8_t msg_type
 
uint8_t msg_length
 

Detailed Description

Definition at line 41 of file spi.h.

Field Documentation

◆ em100_command

uint8_t em100_msg_header::em100_command

Definition at line 44 of file spi.h.

◆ msg_length

uint8_t em100_msg_header::msg_length

Definition at line 47 of file spi.h.

Referenced by spiconsole_tx_byte().

◆ msg_signature

uint32_t em100_msg_header::msg_signature

Definition at line 45 of file spi.h.

◆ msg_type

uint8_t em100_msg_header::msg_type

Definition at line 46 of file spi.h.

◆ reserved

uint8_t em100_msg_header::reserved

Definition at line 43 of file spi.h.

◆ spi_command

uint8_t em100_msg_header::spi_command

Definition at line 42 of file spi.h.

Referenced by spiconsole_tx_byte().


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