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

#include <ec_commands.h>

Collaboration diagram for ec_response_typec_discovery:
Collaboration graph

Data Fields

uint8_t identity_count
 
uint8_t svid_count
 
uint16_t reserved
 
uint32_t discovery_vdo [6]
 
struct svid_mode_info svids [0]
 

Detailed Description

Definition at line 6615 of file ec_commands.h.

Field Documentation

◆ discovery_vdo

uint32_t ec_response_typec_discovery::discovery_vdo[6]

Definition at line 6619 of file ec_commands.h.

◆ identity_count

uint8_t ec_response_typec_discovery::identity_count

Definition at line 6616 of file ec_commands.h.

◆ reserved

uint16_t ec_response_typec_discovery::reserved

Definition at line 6618 of file ec_commands.h.

◆ svid_count

uint8_t ec_response_typec_discovery::svid_count

Definition at line 6617 of file ec_commands.h.

◆ svids

struct svid_mode_info ec_response_typec_discovery::svids[0]

Definition at line 6619 of file ec_commands.h.


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