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

#include <ec_commands.h>

Collaboration diagram for ec_response_power_info_v1:
Collaboration graph

Data Fields

uint8_t system_power_source
 
uint8_t battery_soc
 
uint8_t ac_adapter_100pct
 
uint8_t ac_adapter_10ms
 
uint8_t battery_1cd
 
uint8_t rop_avg
 
uint8_t rop_peak
 
uint8_t nominal_charger_eff
 
uint8_t rop_avg_eff
 
uint8_t rop_peak_eff
 
uint8_t soc_avg_eff
 
uint8_t soc_peak_eff
 
struct {
   uint8_t   batt_dbpt_support_level
 
   uint8_t   batt_dbpt_max_peak_power
 
   uint8_t   batt_dbpt_sus_peak_power
 
intel
 

Detailed Description

Definition at line 4461 of file ec_commands.h.

Field Documentation

◆ ac_adapter_100pct

uint8_t ec_response_power_info_v1::ac_adapter_100pct

Definition at line 4467 of file ec_commands.h.

◆ ac_adapter_10ms

uint8_t ec_response_power_info_v1::ac_adapter_10ms

Definition at line 4469 of file ec_commands.h.

◆ batt_dbpt_max_peak_power

uint8_t ec_response_power_info_v1::batt_dbpt_max_peak_power

Definition at line 4494 of file ec_commands.h.

◆ batt_dbpt_support_level

uint8_t ec_response_power_info_v1::batt_dbpt_support_level

Definition at line 4489 of file ec_commands.h.

◆ batt_dbpt_sus_peak_power

uint8_t ec_response_power_info_v1::batt_dbpt_sus_peak_power

Definition at line 4499 of file ec_commands.h.

◆ battery_1cd

uint8_t ec_response_power_info_v1::battery_1cd

Definition at line 4471 of file ec_commands.h.

◆ battery_soc

uint8_t ec_response_power_info_v1::battery_soc

Definition at line 4465 of file ec_commands.h.

◆ 

struct { ... } ec_response_power_info_v1::intel

◆ nominal_charger_eff

uint8_t ec_response_power_info_v1::nominal_charger_eff

Definition at line 4477 of file ec_commands.h.

◆ rop_avg

uint8_t ec_response_power_info_v1::rop_avg

Definition at line 4473 of file ec_commands.h.

◆ rop_avg_eff

uint8_t ec_response_power_info_v1::rop_avg_eff

Definition at line 4479 of file ec_commands.h.

◆ rop_peak

uint8_t ec_response_power_info_v1::rop_peak

Definition at line 4475 of file ec_commands.h.

◆ rop_peak_eff

uint8_t ec_response_power_info_v1::rop_peak_eff

Definition at line 4481 of file ec_commands.h.

◆ soc_avg_eff

uint8_t ec_response_power_info_v1::soc_avg_eff

Definition at line 4483 of file ec_commands.h.

◆ soc_peak_eff

uint8_t ec_response_power_info_v1::soc_peak_eff

Definition at line 4485 of file ec_commands.h.

◆ system_power_source

uint8_t ec_response_power_info_v1::system_power_source

Definition at line 4463 of file ec_commands.h.


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