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

#include <ec_commands.h>

Collaboration diagram for ec_param_ec_codec_wov:
Collaboration graph

Data Fields

uint8_t cmd
 
uint8_t reserved [3]
 
union {
   struct ec_param_ec_codec_wov_set_lang   set_lang_param
 
   struct ec_param_ec_codec_wov_set_lang_shm   set_lang_shm_param
 
}; 
 

Detailed Description

Definition at line 5304 of file ec_commands.h.

Field Documentation

◆ 

union { ... }

◆ cmd

uint8_t ec_param_ec_codec_wov::cmd

Definition at line 5305 of file ec_commands.h.

◆ reserved

uint8_t ec_param_ec_codec_wov::reserved[3]

Definition at line 5306 of file ec_commands.h.

◆ set_lang_param

struct ec_param_ec_codec_wov_set_lang ec_param_ec_codec_wov::set_lang_param

Definition at line 5306 of file ec_commands.h.

◆ set_lang_shm_param

struct ec_param_ec_codec_wov_set_lang_shm ec_param_ec_codec_wov::set_lang_shm_param

Definition at line 5306 of file ec_commands.h.


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