foxBMS  1.3.0
The foxBMS Battery Management System API Documentation
DATA_BLOCK_ALL_GPIO_VOLTAGES_s Struct Reference

#include <database_cfg.h>

Collaboration diagram for DATA_BLOCK_ALL_GPIO_VOLTAGES_s:

Data Fields

DATA_BLOCK_HEADER_s header
 
uint8_t state
 
uint16_t gpioVoltages_mV [BS_NR_OF_STRINGS][BS_NR_OF_MODULES_PER_STRING *BS_NR_OF_GPIOS_PER_MODULE]
 
uint16_t invalidGpioVoltages [BS_NR_OF_STRINGS][BS_NR_OF_MODULES_PER_STRING]
 

Detailed Description

data block struct of GPIO voltage

Definition at line 311 of file database_cfg.h.

Field Documentation

◆ gpioVoltages_mV

uint16_t DATA_BLOCK_ALL_GPIO_VOLTAGES_s::gpioVoltages_mV[BS_NR_OF_STRINGS][BS_NR_OF_MODULES_PER_STRING *BS_NR_OF_GPIOS_PER_MODULE]

unit: mV

Definition at line 317 of file database_cfg.h.

◆ header

DATA_BLOCK_HEADER_s DATA_BLOCK_ALL_GPIO_VOLTAGES_s::header

Data block header

Definition at line 315 of file database_cfg.h.

◆ invalidGpioVoltages

uint16_t DATA_BLOCK_ALL_GPIO_VOLTAGES_s::invalidGpioVoltages[BS_NR_OF_STRINGS][BS_NR_OF_MODULES_PER_STRING]

bitmask if voltages are valid. 0->valid, 1->invalid

Definition at line 320 of file database_cfg.h.

◆ state

uint8_t DATA_BLOCK_ALL_GPIO_VOLTAGES_s::state

for future use

Definition at line 316 of file database_cfg.h.


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