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

#include <ec_commands.h>

Collaboration diagram for ec_params_gpio_get_v1:
Collaboration graph

Data Fields

uint8_t subcmd
 
union {
   struct __ec_align1 {
      char   name [32]
 
      uint8_t   index
 
   }   get_value_by_name
 
   struct __ec_align1 {
      char   name [32]
 
      uint8_t   index
 
   }   get_info
 
}; 
 

Detailed Description

Definition at line 4222 of file ec_commands.h.

Field Documentation

◆ 

union { ... }

◆ 

struct { ... } ::__ec_align1 ec_params_gpio_get_v1::get_info

◆ 

struct { ... } ::__ec_align1 ec_params_gpio_get_v1::get_value_by_name

◆ index

uint8_t ec_params_gpio_get_v1::index

Definition at line 4229 of file ec_commands.h.

◆ name

char ec_params_gpio_get_v1::name[32]

Definition at line 4226 of file ec_commands.h.

◆ subcmd

uint8_t ec_params_gpio_get_v1::subcmd

Definition at line 4223 of file ec_commands.h.


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