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

struct ec_response_battery_dynamic_info - Battery dynamic info response @actual_voltage: Battery voltage (mV) @actual_current: Battery current (mA); negative=discharging @remaining_capacity: Remaining capacity (mAh) @full_capacity: Capacity (mAh, might change occasionally) @flags: Flags, see EC_BATT_FLAG_* @desired_voltage: Charging voltage desired by battery (mV) @desired_current: Charging current desired by battery (mA) More...

#include <ec_commands.h>

Collaboration diagram for ec_response_battery_dynamic_info:
Collaboration graph

Data Fields

int16_t actual_voltage
 
int16_t actual_current
 
int16_t remaining_capacity
 
int16_t full_capacity
 
int16_t flags
 
int16_t desired_voltage
 
int16_t desired_current
 

Detailed Description

struct ec_response_battery_dynamic_info - Battery dynamic info response @actual_voltage: Battery voltage (mV) @actual_current: Battery current (mA); negative=discharging @remaining_capacity: Remaining capacity (mAh) @full_capacity: Capacity (mAh, might change occasionally) @flags: Flags, see EC_BATT_FLAG_* @desired_voltage: Charging voltage desired by battery (mV) @desired_current: Charging current desired by battery (mA)

Definition at line 7446 of file ec_commands.h.

Field Documentation

◆ actual_current

int16_t ec_response_battery_dynamic_info::actual_current

Definition at line 7448 of file ec_commands.h.

◆ actual_voltage

int16_t ec_response_battery_dynamic_info::actual_voltage

Definition at line 7447 of file ec_commands.h.

◆ desired_current

int16_t ec_response_battery_dynamic_info::desired_current

Definition at line 7453 of file ec_commands.h.

◆ desired_voltage

int16_t ec_response_battery_dynamic_info::desired_voltage

Definition at line 7452 of file ec_commands.h.

◆ flags

int16_t ec_response_battery_dynamic_info::flags

Definition at line 7451 of file ec_commands.h.

◆ full_capacity

int16_t ec_response_battery_dynamic_info::full_capacity

Definition at line 7450 of file ec_commands.h.

◆ remaining_capacity

int16_t ec_response_battery_dynamic_info::remaining_capacity

Definition at line 7449 of file ec_commands.h.


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