foxBMS - Unit Tests
1.2.1
The foxBMS Unit Tests API Documentation
|
#include <n775_defs.h>
Data Fields | |
uint16_t | head |
uint16_t | dataHead |
uint16_t | data [4] |
uint16_t | crc |
uint16_t | dataLength |
This structure reflects the messages used by the NXP MC33775A
Definition at line 246 of file n775_defs.h.
uint16_t N775_MESSAGE::crc |
Definition at line 250 of file n775_defs.h.
uint16_t N775_MESSAGE::data[4] |
Definition at line 249 of file n775_defs.h.
uint16_t N775_MESSAGE::dataHead |
Definition at line 248 of file n775_defs.h.
uint16_t N775_MESSAGE::dataLength |
Definition at line 251 of file n775_defs.h.
uint16_t N775_MESSAGE::head |
Definition at line 247 of file n775_defs.h.