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

#include <ec_commands.h>

Collaboration diagram for ec_response_regulator_get_info:
Collaboration graph

Data Fields

char name [EC_REGULATOR_NAME_MAX_LEN]
 
uint16_t num_voltages
 
uint16_t voltages_mv [EC_REGULATOR_VOLTAGE_MAX_COUNT]
 

Detailed Description

Definition at line 6523 of file ec_commands.h.

Field Documentation

◆ name

char ec_response_regulator_get_info::name[EC_REGULATOR_NAME_MAX_LEN]

Definition at line 6524 of file ec_commands.h.

◆ num_voltages

uint16_t ec_response_regulator_get_info::num_voltages

Definition at line 6525 of file ec_commands.h.

◆ voltages_mv

uint16_t ec_response_regulator_get_info::voltages_mv[EC_REGULATOR_VOLTAGE_MAX_COUNT]

Definition at line 6526 of file ec_commands.h.


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