firmware
IEM Firmware Documentation
|
BMS configuration. More...
Go to the source code of this file.
Data Structures | |
struct | BMSConfigStructTypedef |
struct | CellData |
Macros | |
#define | NUM_CELLS 144 |
#define | NUM_BOARDS 12 |
#define | NUM_TEMPS 4 |
#define | CELL_DISCONNECT_MASK (0x001) |
#define | CELL_PEC_FAIL_MASK (0x01 << 1) |
#define | CELL_DCFAULT_MASK (0x01 << 3) |
#define | CELL_TEMP_FAIL_MASK (0x01 << 4) |
Functions | |
void | loadConfig (BMSConfigStructTypedef *config) |
BMS configuration.
#define CELL_DCFAULT_MASK (0x01 << 3) |
#define CELL_DISCONNECT_MASK (0x001) |
#define CELL_PEC_FAIL_MASK (0x01 << 1) |
#define CELL_TEMP_FAIL_MASK (0x01 << 4) |
#define NUM_BOARDS 12 |
#define NUM_CELLS 144 |
#define NUM_TEMPS 4 |
void loadConfig | ( | BMSConfigStructTypedef * | config | ) |