foxBMS
1.4.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 |
MXM_MODEL_ID_e | model |
Payload command.
Definition at line 234 of file mxm_battery_management.h.
uint8_t MXM_5X_COMMAND_PAYLOAD_s::blocksize |
blocksize for the READBLOCK command
Definition at line 238 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 239 of file mxm_battery_management.h.
uint8_t MXM_5X_COMMAND_PAYLOAD_s::lsb |
least significant bit
Definition at line 236 of file mxm_battery_management.h.
MXM_MODEL_ID_e MXM_5X_COMMAND_PAYLOAD_s::model |
model of device that shall be addressed
Definition at line 240 of file mxm_battery_management.h.
uint8_t MXM_5X_COMMAND_PAYLOAD_s::msb |
most significant bit
Definition at line 237 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 235 of file mxm_battery_management.h.