Maxim Integrated / max17055

Fork of max17055 by Central Applications - Mbed Code repo

Embed: (wiki syntax)

« Back to documentation index

MAX17055::platform_data Struct Reference

MAX17055::platform_data Struct Reference

Saved Platform Data for Fuel Gauge Model. More...

#include <max17055.h>

Data Fields

uint16_t designcap
uint16_t ichgterm
uint16_t vempty
int vcharge
uint16_t learncfg
uint16_t relaxcfg
uint16_t config
uint16_t config2
uint16_t fullsocthr
uint16_t tgain
uint16_t toff
uint16_t curve
uint16_t rcomp0
uint16_t tempco
unsigned int rsense
 rsense in miliOhms.
int volt_min
 in mV
int volt_max
 in mV
int temp_min
 in DegreC
int temp_max
 in DegreeC
int soc_max
 in percent
int soc_min
 in percent
int curr_max
 in mA
int curr_min
 in mA

Detailed Description

Saved Platform Data for Fuel Gauge Model.

Struct with fuel Gauge Platform Data for Fuel Gauge Model based on the final design.

Definition at line 205 of file max17055.h.


Field Documentation

uint16_t config

struct value 1

Definition at line 213 of file max17055.h.

uint16_t config2

struct value 1

Definition at line 214 of file max17055.h.

int curr_max

in mA

Definition at line 244 of file max17055.h.

int curr_min

in mA

Definition at line 245 of file max17055.h.

uint16_t curve

struct value 1

Definition at line 218 of file max17055.h.

uint16_t designcap

struct value 1

Definition at line 206 of file max17055.h.

uint16_t fullsocthr

struct value 1

Definition at line 215 of file max17055.h.

uint16_t ichgterm

struct value 2

Definition at line 207 of file max17055.h.

uint16_t learncfg

struct value 1

Definition at line 211 of file max17055.h.

uint16_t rcomp0

struct value 1

Definition at line 219 of file max17055.h.

uint16_t relaxcfg

struct value 1

Definition at line 212 of file max17055.h.

unsigned int rsense

rsense in miliOhms.

default 10 (if rsense = 0) as it is the recommended value by the datasheet although it can be changed by board designers.

Definition at line 237 of file max17055.h.

int soc_max

in percent

Definition at line 242 of file max17055.h.

int soc_min

in percent

Definition at line 243 of file max17055.h.

int temp_max

in DegreeC

Definition at line 241 of file max17055.h.

int temp_min

in DegreC

Definition at line 240 of file max17055.h.

uint16_t tempco

struct value 1

Definition at line 220 of file max17055.h.

uint16_t tgain

struct value 1

Definition at line 216 of file max17055.h.

uint16_t toff

struct value 1

Definition at line 217 of file max17055.h.

int vcharge

struct value 1

Definition at line 209 of file max17055.h.

uint16_t vempty

struct value 3

Definition at line 208 of file max17055.h.

int volt_max

in mV

Definition at line 239 of file max17055.h.

int volt_min

in mV

Definition at line 238 of file max17055.h.