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

#include <ec_commands.h>

Collaboration diagram for ec_response_charge_control:
Collaboration graph

Data Fields

uint32_t mode
 
struct {
   int8_t   lower
 
   int8_t   upper
 
sustain_soc
 
uint16_t reserved
 

Detailed Description

Definition at line 4337 of file ec_commands.h.

Field Documentation

◆ lower

int8_t ec_response_charge_control::lower

Definition at line 4340 of file ec_commands.h.

◆ mode

uint32_t ec_response_charge_control::mode

Definition at line 4338 of file ec_commands.h.

◆ reserved

uint16_t ec_response_charge_control::reserved

Definition at line 4343 of file ec_commands.h.

◆ 

struct { ... } ec_response_charge_control::sustain_soc

◆ upper

int8_t ec_response_charge_control::upper

Definition at line 4341 of file ec_commands.h.


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