foxBMS
1.2.1
The foxBMS Battery Management System API Documentation
|
Structure representing transmit data frame. More...
#include <sbc_fs8x_common.h>
Data Fields | |
bool | isFailSafe |
Main/Fail Safe register selection. More... | |
uint8_t | registerAddress |
Register address. More... | |
fs8x_command_type_t | commandType |
Command type (R/W). More... | |
uint16_t | writeData |
Data to be written to the register. More... | |
Structure representing transmit data frame.
Definition at line 116 of file sbc_fs8x_common.h.
fs8x_command_type_t fs8x_tx_frame_t::commandType |
Command type (R/W).
Definition at line 125 of file sbc_fs8x_common.h.
bool fs8x_tx_frame_t::isFailSafe |
Main/Fail Safe register selection.
Definition at line 119 of file sbc_fs8x_common.h.
uint8_t fs8x_tx_frame_t::registerAddress |
Register address.
Definition at line 122 of file sbc_fs8x_common.h.
uint16_t fs8x_tx_frame_t::writeData |
Data to be written to the register.
If commandType is "read", this value will be ignored.
Definition at line 130 of file sbc_fs8x_common.h.