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

#include <ec_commands.h>

Collaboration diagram for ec_result_keyscan_seq_ctrl:
Collaboration graph

Data Fields

union {
   struct __ec_todo_unpacked {
      uint8_t   num_items
 
      struct ec_collect_item   item [0]
 
   }   collect
 
}; 
 

Detailed Description

Definition at line 3765 of file ec_commands.h.

Field Documentation

◆ 

union { ... }

◆ 

struct { ... } ::__ec_todo_unpacked ec_result_keyscan_seq_ctrl::collect

◆ item

struct ec_collect_item ec_result_keyscan_seq_ctrl::item[0]

Definition at line 3768 of file ec_commands.h.

◆ num_items

uint8_t ec_result_keyscan_seq_ctrl::num_items

Definition at line 3768 of file ec_commands.h.


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