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

struct ec_params_cec_set - CEC parameters set @cmd: parameter type, can be CEC_CMD_ENABLE or CEC_CMD_LOGICAL_ADDRESS @val: in case cmd is CEC_CMD_ENABLE, this field can be 0 to disable CEC or 1 to enable CEC functionality, in case cmd is CEC_CMD_LOGICAL_ADDRESS, this field encodes the requested logical address between 0 and 15 or 0xff to unregister More...

#include <ec_commands.h>

Collaboration diagram for ec_params_cec_set:
Collaboration graph

Data Fields

uint8_t cmd
 
uint8_t val
 

Detailed Description

struct ec_params_cec_set - CEC parameters set @cmd: parameter type, can be CEC_CMD_ENABLE or CEC_CMD_LOGICAL_ADDRESS @val: in case cmd is CEC_CMD_ENABLE, this field can be 0 to disable CEC or 1 to enable CEC functionality, in case cmd is CEC_CMD_LOGICAL_ADDRESS, this field encodes the requested logical address between 0 and 15 or 0xff to unregister

Definition at line 5043 of file ec_commands.h.

Field Documentation

◆ cmd

uint8_t ec_params_cec_set::cmd

Definition at line 5044 of file ec_commands.h.

◆ val

uint8_t ec_params_cec_set::val

Definition at line 5045 of file ec_commands.h.


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