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

#include <ec_commands.h>

Collaboration diagram for ec_response_usb_pd_control_v2:
Collaboration graph

Data Fields

uint8_t enabled
 
uint8_t role
 
uint8_t polarity
 
char state [32]
 
uint8_t cc_state
 
uint8_t dp_mode
 
uint8_t reserved
 
uint8_t control_flags
 
uint8_t cable_speed
 
uint8_t cable_gen
 

Detailed Description

Definition at line 5589 of file ec_commands.h.

Field Documentation

◆ cable_gen

uint8_t ec_response_usb_pd_control_v2::cable_gen

Definition at line 5599 of file ec_commands.h.

◆ cable_speed

uint8_t ec_response_usb_pd_control_v2::cable_speed

Definition at line 5598 of file ec_commands.h.

◆ cc_state

uint8_t ec_response_usb_pd_control_v2::cc_state

Definition at line 5594 of file ec_commands.h.

Referenced by google_chromeec_usb_pd_get_info().

◆ control_flags

uint8_t ec_response_usb_pd_control_v2::control_flags

Definition at line 5597 of file ec_commands.h.

Referenced by google_chromeec_usb_pd_get_info().

◆ dp_mode

uint8_t ec_response_usb_pd_control_v2::dp_mode

Definition at line 5595 of file ec_commands.h.

Referenced by google_chromeec_usb_pd_get_info().

◆ enabled

uint8_t ec_response_usb_pd_control_v2::enabled

Definition at line 5590 of file ec_commands.h.

◆ polarity

uint8_t ec_response_usb_pd_control_v2::polarity

Definition at line 5592 of file ec_commands.h.

◆ reserved

uint8_t ec_response_usb_pd_control_v2::reserved

Definition at line 5596 of file ec_commands.h.

◆ role

uint8_t ec_response_usb_pd_control_v2::role

Definition at line 5591 of file ec_commands.h.

◆ state

char ec_response_usb_pd_control_v2::state[32]

Definition at line 5593 of file ec_commands.h.


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