#include <battery.h>
Definition at line 75 of file battery.h.
Data Fields | |
unsigned int | Capacity |
Associated battery capacity, in mAh. | |
unsigned int | High |
Highest acceptable ADC value. | |
unsigned int | Icharge |
Associated initial charge current, in mA. | |
unsigned int | ICutOff |
Associated cut-off current, in mA. | |
unsigned int | Low |
Lowest acceptable ADC value. | |
unsigned int | Resistance |
RID resistance, in Ohms. | |
unsigned int | tCutOff |
Associated cut-off time, in minutes. |
unsigned int RID_Lookup_struct::Capacity |
Associated battery capacity, in mAh.
Definition at line 79 of file battery.h.
Referenced by RIDLookUp().
unsigned int RID_Lookup_struct::High |
unsigned int RID_Lookup_struct::Icharge |
Associated initial charge current, in mA.
Definition at line 80 of file battery.h.
Referenced by RIDLookUp().
unsigned int RID_Lookup_struct::ICutOff |
Associated cut-off current, in mA.
Definition at line 82 of file battery.h.
Referenced by RIDLookUp().
unsigned int RID_Lookup_struct::Low |
unsigned int RID_Lookup_struct::Resistance |
unsigned int RID_Lookup_struct::tCutOff |
Associated cut-off time, in minutes.
Definition at line 81 of file battery.h.
Referenced by RIDLookUp().