Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
abx500_fg_parameters Struct Reference

#include <abx500.h>

Data Fields

int recovery_sleep_timer
 
int recovery_total_time
 
int init_timer
 
int init_discard_time
 
int init_total_time
 
int high_curr_time
 
int accu_charging
 
int accu_high_curr
 
int high_curr_threshold
 
int lowbat_threshold
 
int overbat_threshold
 
int battok_falling_th_sel0
 
int battok_raising_th_sel1
 
int user_cap_limit
 
int maint_thres
 

Detailed Description

struct abx500_fg_parameters - Fuel gauge algorithm parameters, in seconds if not specified : Time between measurements while recovering : Total recovery time : Measurement interval during startup : Time we discard voltage measurement at startup : Total init time during startup : Time current has to be high to go to recovery : FG accumulation time while charging : FG accumulation time in high current mode : High current threshold, in mA : Low battery threshold, in mV : Over battery threshold, in mV Threshold in mV for battOk signal sel0 Resolution in 50 mV step. Threshold in mV for battOk signal sel1 Resolution in 50 mV step. Capacity reported from user must be within this limit to be considered as sane, in percentage points. This is the threshold where we stop reporting battery full while in maintenance, in per cent

Definition at line 93 of file abx500.h.

Field Documentation

int accu_charging

Definition at line 100 of file abx500.h.

int accu_high_curr

Definition at line 101 of file abx500.h.

int battok_falling_th_sel0

Definition at line 105 of file abx500.h.

int battok_raising_th_sel1

Definition at line 106 of file abx500.h.

int high_curr_threshold

Definition at line 102 of file abx500.h.

int high_curr_time

Definition at line 99 of file abx500.h.

int init_discard_time

Definition at line 97 of file abx500.h.

int init_timer

Definition at line 96 of file abx500.h.

int init_total_time

Definition at line 98 of file abx500.h.

int lowbat_threshold

Definition at line 103 of file abx500.h.

int maint_thres

Definition at line 108 of file abx500.h.

int overbat_threshold

Definition at line 104 of file abx500.h.

int recovery_sleep_timer

Definition at line 94 of file abx500.h.

int recovery_total_time

Definition at line 95 of file abx500.h.

int user_cap_limit

Definition at line 107 of file abx500.h.


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