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

#include <ec_commands.h>

Collaboration diagram for ec_params_charge_control:
Collaboration graph

Data Fields

uint32_t mode
 
uint8_t cmd
 
uint8_t reserved
 
struct {
   int8_t   lower
 
   int8_t   upper
 
sustain_soc
 

Detailed Description

Definition at line 4316 of file ec_commands.h.

Field Documentation

◆ cmd

uint8_t ec_params_charge_control::cmd

Definition at line 4320 of file ec_commands.h.

◆ lower

int8_t ec_params_charge_control::lower

Definition at line 4331 of file ec_commands.h.

◆ mode

uint32_t ec_params_charge_control::mode

Definition at line 4317 of file ec_commands.h.

◆ reserved

uint8_t ec_params_charge_control::reserved

Definition at line 4321 of file ec_commands.h.

◆ 

struct { ... } ec_params_charge_control::sustain_soc

◆ upper

int8_t ec_params_charge_control::upper

Definition at line 4332 of file ec_commands.h.


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