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

#include <ec_commands.h>

Collaboration diagram for ec_params_typec_control:
Collaboration graph

Data Fields

uint8_t port
 
uint8_t command
 
uint16_t reserved
 
union {
   uint32_t   clear_events_mask
 
   uint8_t   mode_to_enter
 
   uint8_t   tbt_ufp_reply
 
   uint8_t   placeholder [128]
 
}; 
 

Detailed Description

Definition at line 6646 of file ec_commands.h.

Field Documentation

◆ 

union { ... }

◆ clear_events_mask

uint32_t ec_params_typec_control::clear_events_mask

Definition at line 6658 of file ec_commands.h.

◆ command

uint8_t ec_params_typec_control::command

Definition at line 6648 of file ec_commands.h.

◆ mode_to_enter

uint8_t ec_params_typec_control::mode_to_enter

Definition at line 6660 of file ec_commands.h.

◆ placeholder

uint8_t ec_params_typec_control::placeholder[128]

Definition at line 6663 of file ec_commands.h.

◆ port

uint8_t ec_params_typec_control::port

Definition at line 6647 of file ec_commands.h.

Referenced by google_chromeec_typec_control_enter_dp_mode().

◆ reserved

uint16_t ec_params_typec_control::reserved

Definition at line 6649 of file ec_commands.h.

◆ tbt_ufp_reply

uint8_t ec_params_typec_control::tbt_ufp_reply

Definition at line 6662 of file ec_commands.h.


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