Battery_struct Struct Reference
#include <structs.h>
Detailed Description
Holds control data for a battery.
Definition at line 61 of file structs.h.
|
Data Fields |
| unsigned char | ChargeInhibit: 1 |
| | Inhibit charging. (TRUE/FALSE).
|
| unsigned char | DisconnectAllowed: 1 |
| | Disconnect allowed. (TRUE/FALSE).
|
| unsigned char | Enabled: 1 |
| | Battery valid, enabling allowed. (TRUE/FALSE).
|
Field Documentation
Disconnect allowed. (TRUE/FALSE).
Definition at line 67 of file structs.h.
Battery valid, enabling allowed. (TRUE/FALSE).
Definition at line 64 of file structs.h.
Referenced by HaltNow().