foxBMS  1.6.0
The foxBMS Battery Management System API Documentation
MXM_5X_COMMAND_PAYLOAD_s Struct Reference

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
 

Detailed Description

Payload command.

Definition at line 239 of file mxm_battery_management.h.

Field Documentation

◆ blocksize

uint8_t MXM_5X_COMMAND_PAYLOAD_s::blocksize

blocksize for the READBLOCK command

Definition at line 243 of file mxm_battery_management.h.

◆ deviceAddress

uint8_t MXM_5X_COMMAND_PAYLOAD_s::deviceAddress

device address for commands that address specific devices

Definition at line 244 of file mxm_battery_management.h.

◆ lsb

uint8_t MXM_5X_COMMAND_PAYLOAD_s::lsb

least significant bit

Definition at line 241 of file mxm_battery_management.h.

◆ model

MXM_MODEL_ID_e MXM_5X_COMMAND_PAYLOAD_s::model

model of device that shall be addressed

Definition at line 245 of file mxm_battery_management.h.

◆ msb

uint8_t MXM_5X_COMMAND_PAYLOAD_s::msb

most significant bit

Definition at line 242 of file mxm_battery_management.h.

◆ regAddress

MXM_REG_NAME_e MXM_5X_COMMAND_PAYLOAD_s::regAddress

register address that shall be written

Definition at line 240 of file mxm_battery_management.h.


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