HaltParameters_struct Struct Reference
#include <structs.h>
Detailed Description
Holds the parameters for
HaltNow();.
Definition at line 124 of file structs.h.
|
Data Fields |
unsigned int | CurrentMin |
| Minimum limit for output current, in mA.
|
unsigned char | HaltFlags |
| Contains flags for what to evaluate.
|
unsigned int | LastNTC |
| Used to detect temperature rise.
|
signed int | TemperatureMax |
| Maximum limit for battery temperature, in degrees centigrade.
|
signed int | TemperatureMin |
| Minimum limit for battery temperature, in degrees centigrade.
|
unsigned int | TemperatureRise |
| Maximum limit for temperature to rise, in degrees centigrade per minute.
|
unsigned int | VBATMax |
| Contains highest VBAT measured, used to calculate voltage drop.
|
unsigned int | VoltageDrop |
| Maximum drop in voltage before halting, in mV.
|
unsigned int | VoltageMax |
| Maximum limit for output voltage, in mV.
|
Field Documentation
Maximum limit for temperature to rise, in degrees centigrade per minute.
Definition at line 145 of file structs.h.
Referenced by HaltNow().
Contains highest VBAT measured, used to calculate voltage drop.
- Note:
- Must be manually reset.
Definition at line 149 of file structs.h.
Referenced by HaltNow().
Maximum drop in voltage before halting, in mV.
Definition at line 130 of file structs.h.
Referenced by HaltNow().