foxBMS
1.1.1
The foxBMS Battery Management System API Documentation
|
Payload command. More...
#include <mxm_battery_management.h>
Data Fields | |
MXM_REG_NAME_e | regAddress |
uint8_t | lsb |
uint8_t | msb |
uint8_t | blocksize |
uint8_t | deviceAddress |
Payload command.
Definition at line 240 of file mxm_battery_management.h.
uint8_t MXM_5X_COMMAND_PAYLOAD_s::blocksize |
blocksize for the READBLOCK command
Definition at line 244 of file mxm_battery_management.h.
uint8_t MXM_5X_COMMAND_PAYLOAD_s::deviceAddress |
device address for commands that address specific devices
Definition at line 245 of file mxm_battery_management.h.
uint8_t MXM_5X_COMMAND_PAYLOAD_s::lsb |
least significant bit
Definition at line 242 of file mxm_battery_management.h.
uint8_t MXM_5X_COMMAND_PAYLOAD_s::msb |
most significant bit
Definition at line 243 of file mxm_battery_management.h.
MXM_REG_NAME_e MXM_5X_COMMAND_PAYLOAD_s::regAddress |
register address that shall be written
Definition at line 241 of file mxm_battery_management.h.