foxBMS  1.2.1
The foxBMS Battery Management System API Documentation
N775_DATAPTR_s Struct Reference

#include <n775_defs.h>

Collaboration diagram for N775_DATAPTR_s:

Data Fields

DATA_BLOCK_CELL_VOLTAGE_scellvoltage
 
DATA_BLOCK_CELL_TEMPERATURE_scelltemperature
 
DATA_BLOCK_MIN_MAX_sminmax
 
DATA_BLOCK_BALANCING_FEEDBACK_sbalancing_feedback
 
DATA_BLOCK_USER_MUX_suser_mux
 
DATA_BLOCK_BALANCING_CONTROL_sbalancing_control
 
DATA_BLOCK_SLAVE_CONTROL_suser_io_control
 
DATA_BLOCK_OPEN_WIRE_sopenWire_check
 
int * openWire_buffer
 
uint8_t * spi_TX_withPEC
 
uint8_t * spi_RX_withPEC
 
uint16_t * GPIOVoltages
 
uint16_t * valid_GPIOPECs
 

Detailed Description

This struct contains pointer to used data buffers

Definition at line 156 of file n775_defs.h.

Field Documentation

◆ balancing_control

DATA_BLOCK_BALANCING_CONTROL_s* N775_DATAPTR_s::balancing_control

Definition at line 162 of file n775_defs.h.

◆ balancing_feedback

DATA_BLOCK_BALANCING_FEEDBACK_s* N775_DATAPTR_s::balancing_feedback

Definition at line 160 of file n775_defs.h.

◆ celltemperature

DATA_BLOCK_CELL_TEMPERATURE_s* N775_DATAPTR_s::celltemperature

Definition at line 158 of file n775_defs.h.

◆ cellvoltage

DATA_BLOCK_CELL_VOLTAGE_s* N775_DATAPTR_s::cellvoltage

Definition at line 157 of file n775_defs.h.

◆ GPIOVoltages

uint16_t* N775_DATAPTR_s::GPIOVoltages

Definition at line 168 of file n775_defs.h.

◆ minmax

DATA_BLOCK_MIN_MAX_s* N775_DATAPTR_s::minmax

Definition at line 159 of file n775_defs.h.

◆ openWire_buffer

int* N775_DATAPTR_s::openWire_buffer

Definition at line 165 of file n775_defs.h.

◆ openWire_check

DATA_BLOCK_OPEN_WIRE_s* N775_DATAPTR_s::openWire_check

Definition at line 164 of file n775_defs.h.

◆ spi_RX_withPEC

uint8_t* N775_DATAPTR_s::spi_RX_withPEC

Definition at line 167 of file n775_defs.h.

◆ spi_TX_withPEC

uint8_t* N775_DATAPTR_s::spi_TX_withPEC

Definition at line 166 of file n775_defs.h.

◆ user_io_control

DATA_BLOCK_SLAVE_CONTROL_s* N775_DATAPTR_s::user_io_control

Definition at line 163 of file n775_defs.h.

◆ user_mux

DATA_BLOCK_USER_MUX_s* N775_DATAPTR_s::user_mux

Definition at line 161 of file n775_defs.h.

◆ valid_GPIOPECs

uint16_t* N775_DATAPTR_s::valid_GPIOPECs

Definition at line 169 of file n775_defs.h.


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