foxBMS
1.4.1
The foxBMS Battery Management System API Documentation
|
Structure representing received data frame. More...
#include <sbc_fs8x_common.h>
Data Fields | |
uint8_t | deviceStatus |
A device status is returned into this byte after a successful transfer. More... | |
uint16_t | readData |
Content of a read register. More... | |
Structure representing received data frame.
Definition at line 135 of file sbc_fs8x_common.h.
uint8_t fs8x_rx_frame_t::deviceStatus |
A device status is returned into this byte after a successful transfer.
Valid just for the SPI communication. Status byte is not returned if I2C communication is selected.
Definition at line 141 of file sbc_fs8x_common.h.
uint16_t fs8x_rx_frame_t::readData |
Content of a read register.
Definition at line 144 of file sbc_fs8x_common.h.