foxBMS  1.6.0
The foxBMS Battery Management System API Documentation
MXM_DATA_STORAGE_s Struct Reference

#include <mxm_basic_defines.h>

Data Fields

uint16_t cellVoltages_mV [MXM_MAXIMUM_NR_OF_MODULES *MXM_MAXIMUM_NR_OF_CELLS_PER_MODULE]
 
uint16_t auxVoltages_mV [MXM_MAXIMUM_NR_OF_MODULES *MXM_MAXIMUM_NR_OF_AUX_PER_MODULE]
 
uint16_t blockVoltages [MXM_MAXIMUM_NR_OF_MODULES]
 

Detailed Description

struct that summarizes all types of measurement values of the monitoring IC

Definition at line 159 of file mxm_basic_defines.h.

Field Documentation

◆ auxVoltages_mV

uint16_t MXM_DATA_STORAGE_s::auxVoltages_mV[MXM_MAXIMUM_NR_OF_MODULES *MXM_MAXIMUM_NR_OF_AUX_PER_MODULE]

array of all voltages measured by the driver on the AUX inputs

Definition at line 163 of file mxm_basic_defines.h.

◆ blockVoltages

uint16_t MXM_DATA_STORAGE_s::blockVoltages[MXM_MAXIMUM_NR_OF_MODULES]

array of all measured block voltages

Definition at line 165 of file mxm_basic_defines.h.

◆ cellVoltages_mV

uint16_t MXM_DATA_STORAGE_s::cellVoltages_mV[MXM_MAXIMUM_NR_OF_MODULES *MXM_MAXIMUM_NR_OF_CELLS_PER_MODULE]

array of all cell voltages measured by the driver

Definition at line 161 of file mxm_basic_defines.h.


The documentation for this struct was generated from the following file: