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

#include <ec_commands.h>

Collaboration diagram for ec_param_ec_codec_dmic:
Collaboration graph

Data Fields

uint8_t cmd
 
uint8_t reserved [3]
 
union {
   struct ec_param_ec_codec_dmic_set_gain_idx   set_gain_idx_param
 
   struct ec_param_ec_codec_dmic_get_gain_idx   get_gain_idx_param
 
}; 
 

Detailed Description

Definition at line 5185 of file ec_commands.h.

Field Documentation

◆ 

union { ... }

◆ cmd

uint8_t ec_param_ec_codec_dmic::cmd

Definition at line 5186 of file ec_commands.h.

◆ get_gain_idx_param

struct ec_param_ec_codec_dmic_get_gain_idx ec_param_ec_codec_dmic::get_gain_idx_param

Definition at line 5187 of file ec_commands.h.

◆ reserved

uint8_t ec_param_ec_codec_dmic::reserved[3]

Definition at line 5187 of file ec_commands.h.

◆ set_gain_idx_param

struct ec_param_ec_codec_dmic_set_gain_idx ec_param_ec_codec_dmic::set_gain_idx_param

Definition at line 5187 of file ec_commands.h.


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