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

#include <ec_commands.h>

Collaboration diagram for ec_response_pd_log:
Collaboration graph

Data Fields

uint32_t timestamp
 
uint8_t type
 
uint8_t size_port
 
uint16_t data
 
uint8_t payload [0]
 

Detailed Description

Definition at line 5734 of file ec_commands.h.

Field Documentation

◆ data

uint16_t ec_response_pd_log::data

Definition at line 5738 of file ec_commands.h.

◆ payload

uint8_t ec_response_pd_log::payload[0]

Definition at line 5739 of file ec_commands.h.

◆ size_port

uint8_t ec_response_pd_log::size_port

Definition at line 5737 of file ec_commands.h.

◆ timestamp

uint32_t ec_response_pd_log::timestamp

Definition at line 5735 of file ec_commands.h.

◆ type

uint8_t ec_response_pd_log::type

Definition at line 5736 of file ec_commands.h.


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