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

struct ec_response_cec_get - CEC parameters get response @val: in case cmd was CEC_CMD_ENABLE, this field will 0 if CEC is disabled or 1 if CEC functionality is enabled, in case cmd was CEC_CMD_LOGICAL_ADDRESS, this will encode the configured logical address between 0 and 15 or 0xff if unregistered More...

#include <ec_commands.h>

Collaboration diagram for ec_response_cec_get:
Collaboration graph

Data Fields

uint8_t val
 

Detailed Description

struct ec_response_cec_get - CEC parameters get response @val: in case cmd was CEC_CMD_ENABLE, this field will 0 if CEC is disabled or 1 if CEC functionality is enabled, in case cmd was CEC_CMD_LOGICAL_ADDRESS, this will encode the configured logical address between 0 and 15 or 0xff if unregistered

Definition at line 5066 of file ec_commands.h.

Field Documentation

◆ val

uint8_t ec_response_cec_get::val

Definition at line 5067 of file ec_commands.h.


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