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

#include <ec_commands.h>

Collaboration diagram for ec_param_ec_codec_i2s_rx:
Collaboration graph

Data Fields

uint8_t cmd
 
uint8_t reserved [3]
 
union {
   struct ec_param_ec_codec_i2s_rx_set_sample_depth   set_sample_depth_param
 
   struct ec_param_ec_codec_i2s_rx_set_daifmt   set_daifmt_param
 
   struct ec_param_ec_codec_i2s_rx_set_bclk   set_bclk_param
 
}; 
 

Detailed Description

Definition at line 5254 of file ec_commands.h.

Field Documentation

◆ 

union { ... }

◆ cmd

uint8_t ec_param_ec_codec_i2s_rx::cmd

Definition at line 5255 of file ec_commands.h.

◆ reserved

uint8_t ec_param_ec_codec_i2s_rx::reserved[3]

Definition at line 5256 of file ec_commands.h.

◆ set_bclk_param

struct ec_param_ec_codec_i2s_rx_set_bclk ec_param_ec_codec_i2s_rx::set_bclk_param

Definition at line 5256 of file ec_commands.h.

◆ set_daifmt_param

struct ec_param_ec_codec_i2s_rx_set_daifmt ec_param_ec_codec_i2s_rx::set_daifmt_param

Definition at line 5256 of file ec_commands.h.

◆ set_sample_depth_param

struct ec_param_ec_codec_i2s_rx_set_sample_depth ec_param_ec_codec_i2s_rx::set_sample_depth_param

Definition at line 5256 of file ec_commands.h.


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