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

#include <ec_commands.h>

Collaboration diagram for ec_response_get_pd_port_caps:
Collaboration graph

Data Fields

uint8_t pd_power_role_cap
 
uint8_t pd_try_power_role_cap
 
uint8_t pd_data_role_cap
 
uint8_t pd_port_location
 

Detailed Description

Definition at line 6340 of file ec_commands.h.

Field Documentation

◆ pd_data_role_cap

uint8_t ec_response_get_pd_port_caps::pd_data_role_cap

Definition at line 6343 of file ec_commands.h.

Referenced by google_chromeec_get_pd_port_caps().

◆ pd_port_location

uint8_t ec_response_get_pd_port_caps::pd_port_location

Definition at line 6344 of file ec_commands.h.

Referenced by google_chromeec_get_pd_port_caps().

◆ pd_power_role_cap

uint8_t ec_response_get_pd_port_caps::pd_power_role_cap

Definition at line 6341 of file ec_commands.h.

Referenced by google_chromeec_get_pd_port_caps().

◆ pd_try_power_role_cap

uint8_t ec_response_get_pd_port_caps::pd_try_power_role_cap

Definition at line 6342 of file ec_commands.h.

Referenced by google_chromeec_get_pd_port_caps().


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