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

#include <database_cfg.h>

Collaboration diagram for DATA_BLOCK_SLAVE_CONTROL:

Data Fields

DATA_BLOCK_HEADER_s header
 
uint8_t state
 
uint32_t eepromReadAddressToUse
 
uint32_t eepromReadAddressLastUsed
 
uint32_t eepromWriteAddressToUse
 
uint32_t eepromWriteAddressLastUsed
 
uint8_t ioValueOut [BS_NR_OF_MODULES]
 
uint8_t ioValueIn [BS_NR_OF_MODULES]
 
uint8_t eepromValueWrite [BS_NR_OF_MODULES]
 
uint8_t eepromValueRead [BS_NR_OF_MODULES]
 
uint8_t externalTemperatureSensor [BS_NR_OF_MODULES]
 

Detailed Description

data structure declaration of DATA_BLOCK_USER_IO_CONTROL

Definition at line 248 of file database_cfg.h.

Field Documentation

◆ eepromReadAddressLastUsed

uint32_t DATA_BLOCK_SLAVE_CONTROL::eepromReadAddressLastUsed

last address used to read fromfor slave EEPROM

Definition at line 255 of file database_cfg.h.

◆ eepromReadAddressToUse

uint32_t DATA_BLOCK_SLAVE_CONTROL::eepromReadAddressToUse

address to read from for slave EEPROM

Definition at line 254 of file database_cfg.h.

◆ eepromValueRead

uint8_t DATA_BLOCK_SLAVE_CONTROL::eepromValueRead[BS_NR_OF_MODULES]

data read from to the slave EEPROM

Definition at line 261 of file database_cfg.h.

◆ eepromValueWrite

uint8_t DATA_BLOCK_SLAVE_CONTROL::eepromValueWrite[BS_NR_OF_MODULES]

data to be written to the slave EEPROM

Definition at line 260 of file database_cfg.h.

◆ eepromWriteAddressLastUsed

uint32_t DATA_BLOCK_SLAVE_CONTROL::eepromWriteAddressLastUsed

last address used to write to for slave EEPROM

Definition at line 257 of file database_cfg.h.

◆ eepromWriteAddressToUse

uint32_t DATA_BLOCK_SLAVE_CONTROL::eepromWriteAddressToUse

address to write to for slave EEPROM

Definition at line 256 of file database_cfg.h.

◆ externalTemperatureSensor

uint8_t DATA_BLOCK_SLAVE_CONTROL::externalTemperatureSensor[BS_NR_OF_MODULES]

temperature from the external sensor on slave

Definition at line 262 of file database_cfg.h.

◆ header

DATA_BLOCK_HEADER_s DATA_BLOCK_SLAVE_CONTROL::header

Data block header

Definition at line 252 of file database_cfg.h.

◆ ioValueIn

uint8_t DATA_BLOCK_SLAVE_CONTROL::ioValueIn[BS_NR_OF_MODULES]

data read from to the port expander

Definition at line 259 of file database_cfg.h.

◆ ioValueOut

uint8_t DATA_BLOCK_SLAVE_CONTROL::ioValueOut[BS_NR_OF_MODULES]

data to be written to the port expander

Definition at line 258 of file database_cfg.h.

◆ state

uint8_t DATA_BLOCK_SLAVE_CONTROL::state

for future use

Definition at line 253 of file database_cfg.h.


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