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

struct definition for plausibility values of an AFE More...

#include <afe_plausibility.h>

Data Fields

const int16_t maximumPlausibleVoltage_mV
 
const int16_t minimumPlausibleVoltage_mV
 

Detailed Description

struct definition for plausibility values of an AFE

This struct has to be implemented in a variable by each AFE and passed to AFE_PlausibilityCheckVoltageMeasurementRange().

Definition at line 72 of file afe_plausibility.h.

Field Documentation

◆ maximumPlausibleVoltage_mV

const int16_t AFE_PLAUSIBILITY_VALUES_s::maximumPlausibleVoltage_mV

largest cell voltage value that is considered plausible in mV

This value should be the maximum operating limit of the AFE.

Definition at line 77 of file afe_plausibility.h.

◆ minimumPlausibleVoltage_mV

const int16_t AFE_PLAUSIBILITY_VALUES_s::minimumPlausibleVoltage_mV

smallest cell voltage value that is considered plausible in mV

This value should be the minimum operating limit of the AFE.

Definition at line 82 of file afe_plausibility.h.


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