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

#include <ec_commands.h>

Collaboration diagram for ec_response_get_next_data_v1:
Collaboration graph

Data Structures

struct  __ec_todo_unpacked
 

Data Fields

uint8_t key_matrix [16]
 
uint32_t host_event
 
uint64_t host_event64
 
struct ec_response_get_next_data_v1::__ec_todo_unpacked sensor_fifo
 
uint32_t buttons
 
uint32_t switches
 
uint32_t fp_events
 
uint32_t sysrq
 
uint32_t cec_events
 
uint8_t cec_message [16]
 

Detailed Description

Definition at line 3869 of file ec_commands.h.

Field Documentation

◆ buttons

uint32_t ec_response_get_next_data_v1::buttons

Definition at line 3882 of file ec_commands.h.

◆ cec_events

uint32_t ec_response_get_next_data_v1::cec_events

Definition at line 3891 of file ec_commands.h.

◆ cec_message

uint8_t ec_response_get_next_data_v1::cec_message[16]

Definition at line 3893 of file ec_commands.h.

◆ fp_events

uint32_t ec_response_get_next_data_v1::fp_events

Definition at line 3886 of file ec_commands.h.

◆ host_event

uint32_t ec_response_get_next_data_v1::host_event

Definition at line 3873 of file ec_commands.h.

◆ host_event64

uint64_t ec_response_get_next_data_v1::host_event64

Definition at line 3874 of file ec_commands.h.

◆ key_matrix

uint8_t ec_response_get_next_data_v1::key_matrix[16]

Definition at line 3870 of file ec_commands.h.

◆ sensor_fifo

struct ec_response_get_next_data_v1::__ec_todo_unpacked ec_response_get_next_data_v1::sensor_fifo

◆ switches

uint32_t ec_response_get_next_data_v1::switches

Definition at line 3884 of file ec_commands.h.

◆ sysrq

uint32_t ec_response_get_next_data_v1::sysrq

Definition at line 3888 of file ec_commands.h.


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