foxBMS
1.2.1
The foxBMS Battery Management System API Documentation
|
Driver for the measurements needed by the BMS (e.g., I,V,T). More...
Go to the source code of this file.
Functions | |
void | MEAS_Control (void) |
Control function that is called from the task every 1ms. More... | |
STD_RETURN_TYPE_e | MEAS_RequestIoWrite (uint8_t string) |
Makes the request to the AFE state machine to write to the IO port-expander. More... | |
STD_RETURN_TYPE_e | MEAS_RequestIoRead (uint8_t string) |
Makes the request to the AFE state machine to read from the IO port-expander. More... | |
STD_RETURN_TYPE_e | MEAS_RequestTemperatureRead (uint8_t string) |
Makes the request to the AFE state machine to read from the external temperature sensor on slaves. More... | |
STD_RETURN_TYPE_e | MEAS_RequestBalancingFeedbackRead (uint8_t string) |
Makes the request to the AFE state machine to read balancing feedback from the slaves. More... | |
STD_RETURN_TYPE_e | MEAS_RequestEepromRead (uint8_t string) |
Makes the request to the AFE state machine to read from the external EEPROM on slaves. More... | |
STD_RETURN_TYPE_e | MEAS_RequestEepromWrite (uint8_t string) |
Makes the request to the AFE state machine to write to the external EEPROM on slaves. More... | |
bool | MEAS_IsFirstMeasurementCycleFinished (void) |
Checks if the first AFE measurement cycle was made. More... | |
STD_RETURN_TYPE_e | MEAS_StartMeasurement (void) |
Makes the initialization request to the AFE state machine. More... | |
STD_RETURN_TYPE_e | MEAS_Initialize (void) |
STD_RETURN_TYPE_e | MEAS_RequestOpenWireCheck (uint8_t string) |
Makes the request to the AFE state machine to perform open-wire check. More... | |
Driver for the measurements needed by the BMS (e.g., I,V,T).
SPDX-License-Identifier: BSD-3-Clause
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
We kindly request you to use one or more of the following phrases to refer to foxBMS in your hardware, software, documentation or advertising materials:
Definition in file meas.c.
void MEAS_Control | ( | void | ) |
Control function that is called from the task every 1ms.
This control function or tick function is called every 1ms from the tasks. It calls the tick, trigger or control functions of the state machines belonging to the measurement module.
Definition at line 73 of file meas.c.
STD_RETURN_TYPE_e MEAS_Initialize | ( | void | ) |
bool MEAS_IsFirstMeasurementCycleFinished | ( | void | ) |
STD_RETURN_TYPE_e MEAS_RequestBalancingFeedbackRead | ( | uint8_t | string | ) |
STD_RETURN_TYPE_e MEAS_RequestEepromRead | ( | uint8_t | string | ) |
STD_RETURN_TYPE_e MEAS_RequestEepromWrite | ( | uint8_t | string | ) |
STD_RETURN_TYPE_e MEAS_RequestIoRead | ( | uint8_t | string | ) |
STD_RETURN_TYPE_e MEAS_RequestIoWrite | ( | uint8_t | string | ) |
STD_RETURN_TYPE_e MEAS_RequestOpenWireCheck | ( | uint8_t | string | ) |
STD_RETURN_TYPE_e MEAS_RequestTemperatureRead | ( | uint8_t | string | ) |
STD_RETURN_TYPE_e MEAS_StartMeasurement | ( | void | ) |