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

#include <ec_commands.h>

Collaboration diagram for ec_params_usb_pd_rw_hash_entry:
Collaboration graph

Data Fields

uint16_t dev_id
 
uint8_t dev_rw_hash [PD_RW_HASH_SIZE]
 
uint8_t reserved
 
uint32_t current_image
 

Detailed Description

Definition at line 5687 of file ec_commands.h.

Field Documentation

◆ current_image

uint32_t ec_params_usb_pd_rw_hash_entry::current_image

Definition at line 5695 of file ec_commands.h.

◆ dev_id

uint16_t ec_params_usb_pd_rw_hash_entry::dev_id

Definition at line 5688 of file ec_commands.h.

◆ dev_rw_hash

uint8_t ec_params_usb_pd_rw_hash_entry::dev_rw_hash[PD_RW_HASH_SIZE]

Definition at line 5689 of file ec_commands.h.

◆ reserved

uint8_t ec_params_usb_pd_rw_hash_entry::reserved

Definition at line 5690 of file ec_commands.h.


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