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

#include <ec_commands.h>

Collaboration diagram for ec_param_ec_codec:
Collaboration graph

Data Fields

uint8_t cmd
 
uint8_t reserved [3]
 
union {
   struct ec_param_ec_codec_get_shm_addr   get_shm_addr_param
 
   struct ec_param_ec_codec_set_shm_addr   set_shm_addr_param
 
}; 
 

Detailed Description

Definition at line 5127 of file ec_commands.h.

Field Documentation

◆ 

union { ... }

◆ cmd

uint8_t ec_param_ec_codec::cmd

Definition at line 5128 of file ec_commands.h.

◆ get_shm_addr_param

struct ec_param_ec_codec_get_shm_addr ec_param_ec_codec::get_shm_addr_param

Definition at line 5129 of file ec_commands.h.

◆ reserved

uint8_t ec_param_ec_codec::reserved[3]

Definition at line 5129 of file ec_commands.h.

◆ set_shm_addr_param

struct ec_param_ec_codec_set_shm_addr ec_param_ec_codec::set_shm_addr_param

Definition at line 5129 of file ec_commands.h.


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