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

#include <ec_commands.h>

Collaboration diagram for ec_params_i2c_control:
Collaboration graph

Data Fields

uint8_t port
 
uint8_t cmd
 
union {
   uint16_t   speed_khz
 
cmd_params
 

Detailed Description

Definition at line 7041 of file ec_commands.h.

Field Documentation

◆ cmd

uint8_t ec_params_i2c_control::cmd

Definition at line 7043 of file ec_commands.h.

◆ 

union { ... } ec_params_i2c_control::cmd_params

◆ port

uint8_t ec_params_i2c_control::port

Definition at line 7042 of file ec_commands.h.

◆ speed_khz

uint16_t ec_params_i2c_control::speed_khz

Definition at line 7045 of file ec_commands.h.


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