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

#include <ec_commands.h>

Collaboration diagram for ec_response_gpio_get_v1:
Collaboration graph

Data Fields

union {
   struct __ec_align1 {
      uint8_t   val
 
   }   get_value_by_name
 
   struct __ec_align1 {
      uint8_t   val
 
   }   get_count
 
   struct __ec_todo_unpacked {
      uint8_t   val
 
      char   name [32]
 
      uint32_t   flags
 
   }   get_info
 
}; 
 

Detailed Description

Definition at line 4234 of file ec_commands.h.

Field Documentation

◆ 

union { ... }

◆ flags

uint32_t ec_response_gpio_get_v1::flags

Definition at line 4242 of file ec_commands.h.

◆ 

struct { ... } ::__ec_align1 ec_response_gpio_get_v1::get_count

◆ 

struct { ... } ::__ec_todo_unpacked ec_response_gpio_get_v1::get_info

◆ 

struct { ... } ::__ec_align1 ec_response_gpio_get_v1::get_value_by_name

◆ name

char ec_response_gpio_get_v1::name[32]

Definition at line 4241 of file ec_commands.h.

◆ val

uint8_t ec_response_gpio_get_v1::val

Definition at line 4237 of file ec_commands.h.


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