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

#include <ec_commands.h>

Collaboration diagram for ec_response_get_next_data:
Collaboration graph

Data Structures

struct  __ec_todo_unpacked
 

Data Fields

uint8_t key_matrix [13]
 
uint32_t host_event
 
uint64_t host_event64
 
struct ec_response_get_next_data::__ec_todo_unpacked sensor_fifo
 
uint32_t buttons
 
uint32_t switches
 
uint32_t fp_events
 
uint32_t sysrq
 
uint32_t cec_events
 

Detailed Description

Definition at line 3844 of file ec_commands.h.

Field Documentation

◆ buttons

uint32_t ec_response_get_next_data::buttons

Definition at line 3857 of file ec_commands.h.

◆ cec_events

uint32_t ec_response_get_next_data::cec_events

Definition at line 3866 of file ec_commands.h.

◆ fp_events

uint32_t ec_response_get_next_data::fp_events

Definition at line 3861 of file ec_commands.h.

◆ host_event

uint32_t ec_response_get_next_data::host_event

Definition at line 3848 of file ec_commands.h.

◆ host_event64

uint64_t ec_response_get_next_data::host_event64

Definition at line 3849 of file ec_commands.h.

◆ key_matrix

uint8_t ec_response_get_next_data::key_matrix[13]

Definition at line 3845 of file ec_commands.h.

◆ sensor_fifo

struct ec_response_get_next_data::__ec_todo_unpacked ec_response_get_next_data::sensor_fifo

◆ switches

uint32_t ec_response_get_next_data::switches

Definition at line 3859 of file ec_commands.h.

◆ sysrq

uint32_t ec_response_get_next_data::sysrq

Definition at line 3863 of file ec_commands.h.


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