foxBMS - Unit Tests
1.2.1
The foxBMS Unit Tests API Documentation
|
#include <n775_defs.h>
Data Fields | |
DATA_BLOCK_CELL_VOLTAGE_s * | cellvoltage |
DATA_BLOCK_CELL_TEMPERATURE_s * | celltemperature |
DATA_BLOCK_MIN_MAX_s * | minmax |
DATA_BLOCK_BALANCING_FEEDBACK_s * | balancing_feedback |
DATA_BLOCK_USER_MUX_s * | user_mux |
DATA_BLOCK_BALANCING_CONTROL_s * | balancing_control |
DATA_BLOCK_SLAVE_CONTROL_s * | user_io_control |
DATA_BLOCK_OPEN_WIRE_s * | openWire_check |
int * | openWire_buffer |
uint8_t * | spi_TX_withPEC |
uint8_t * | spi_RX_withPEC |
uint16_t * | GPIOVoltages |
uint16_t * | valid_GPIOPECs |
This struct contains pointer to used data buffers
Definition at line 156 of file n775_defs.h.
DATA_BLOCK_BALANCING_CONTROL_s* N775_DATAPTR_s::balancing_control |
Definition at line 162 of file n775_defs.h.
DATA_BLOCK_BALANCING_FEEDBACK_s* N775_DATAPTR_s::balancing_feedback |
Definition at line 160 of file n775_defs.h.
DATA_BLOCK_CELL_TEMPERATURE_s* N775_DATAPTR_s::celltemperature |
Definition at line 158 of file n775_defs.h.
DATA_BLOCK_CELL_VOLTAGE_s* N775_DATAPTR_s::cellvoltage |
Definition at line 157 of file n775_defs.h.
uint16_t* N775_DATAPTR_s::GPIOVoltages |
Definition at line 168 of file n775_defs.h.
DATA_BLOCK_MIN_MAX_s* N775_DATAPTR_s::minmax |
Definition at line 159 of file n775_defs.h.
int* N775_DATAPTR_s::openWire_buffer |
Definition at line 165 of file n775_defs.h.
DATA_BLOCK_OPEN_WIRE_s* N775_DATAPTR_s::openWire_check |
Definition at line 164 of file n775_defs.h.
uint8_t* N775_DATAPTR_s::spi_RX_withPEC |
Definition at line 167 of file n775_defs.h.
uint8_t* N775_DATAPTR_s::spi_TX_withPEC |
Definition at line 166 of file n775_defs.h.
DATA_BLOCK_SLAVE_CONTROL_s* N775_DATAPTR_s::user_io_control |
Definition at line 163 of file n775_defs.h.
DATA_BLOCK_USER_MUX_s* N775_DATAPTR_s::user_mux |
Definition at line 161 of file n775_defs.h.
uint16_t* N775_DATAPTR_s::valid_GPIOPECs |
Definition at line 169 of file n775_defs.h.