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

#include <ec_commands.h>

Collaboration diagram for ec_response_typec_status:
Collaboration graph

Data Fields

uint8_t pd_enabled
 
uint8_t dev_connected
 
uint8_t sop_connected
 
uint8_t source_cap_count
 
uint8_t power_role
 
uint8_t data_role
 
uint8_t vconn_role
 
uint8_t sink_cap_count
 
uint8_t polarity
 
uint8_t cc_state
 
uint8_t dp_pin
 
uint8_t mux_state
 
char tc_state [32]
 
uint32_t events
 
uint16_t sop_revision
 
uint16_t sop_prime_revision
 
uint32_t source_cap_pdos [7]
 
uint32_t sink_cap_pdos [7]
 

Detailed Description

Definition at line 6843 of file ec_commands.h.

Field Documentation

◆ cc_state

uint8_t ec_response_typec_status::cc_state

Definition at line 6855 of file ec_commands.h.

◆ data_role

uint8_t ec_response_typec_status::data_role

Definition at line 6850 of file ec_commands.h.

◆ dev_connected

uint8_t ec_response_typec_status::dev_connected

Definition at line 6845 of file ec_commands.h.

◆ dp_pin

uint8_t ec_response_typec_status::dp_pin

Definition at line 6856 of file ec_commands.h.

◆ events

uint32_t ec_response_typec_status::events

Definition at line 6861 of file ec_commands.h.

◆ mux_state

uint8_t ec_response_typec_status::mux_state

Definition at line 6857 of file ec_commands.h.

◆ pd_enabled

uint8_t ec_response_typec_status::pd_enabled

Definition at line 6844 of file ec_commands.h.

◆ polarity

uint8_t ec_response_typec_status::polarity

Definition at line 6854 of file ec_commands.h.

◆ power_role

uint8_t ec_response_typec_status::power_role

Definition at line 6849 of file ec_commands.h.

◆ sink_cap_count

uint8_t ec_response_typec_status::sink_cap_count

Definition at line 6852 of file ec_commands.h.

◆ sink_cap_pdos

uint32_t ec_response_typec_status::sink_cap_pdos[7]

Definition at line 6878 of file ec_commands.h.

◆ sop_connected

uint8_t ec_response_typec_status::sop_connected

Definition at line 6846 of file ec_commands.h.

◆ sop_prime_revision

uint16_t ec_response_typec_status::sop_prime_revision

Definition at line 6874 of file ec_commands.h.

◆ sop_revision

uint16_t ec_response_typec_status::sop_revision

Definition at line 6873 of file ec_commands.h.

◆ source_cap_count

uint8_t ec_response_typec_status::source_cap_count

Definition at line 6847 of file ec_commands.h.

◆ source_cap_pdos

uint32_t ec_response_typec_status::source_cap_pdos[7]

Definition at line 6876 of file ec_commands.h.

◆ tc_state

char ec_response_typec_status::tc_state[32]

Definition at line 6859 of file ec_commands.h.

◆ vconn_role

uint8_t ec_response_typec_status::vconn_role

Definition at line 6851 of file ec_commands.h.


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