foxBMS - Unit Tests
1.2.1
The foxBMS Unit Tests API Documentation
|
#include <n775_defs.h>
Data Fields | |
uint32_t * | errPECCnt |
uint32_t * | errSPICnt |
uint8_t * | n775Status |
uint8_t | errPECRetryCnt |
uint8_t | errSPIRetryCnt |
uint8_t | errOccurred |
uint32_t | nrOfConsecutiveErrors |
This struct contains error counter and pointer to used error buffers
Definition at line 173 of file n775_defs.h.
uint8_t N775_ERROR_s::errOccurred |
Definition at line 179 of file n775_defs.h.
uint32_t* N775_ERROR_s::errPECCnt |
Definition at line 174 of file n775_defs.h.
uint8_t N775_ERROR_s::errPECRetryCnt |
Definition at line 177 of file n775_defs.h.
uint32_t* N775_ERROR_s::errSPICnt |
Definition at line 175 of file n775_defs.h.
uint8_t N775_ERROR_s::errSPIRetryCnt |
Definition at line 178 of file n775_defs.h.
uint8_t* N775_ERROR_s::n775Status |
Definition at line 176 of file n775_defs.h.
uint32_t N775_ERROR_s::nrOfConsecutiveErrors |
Definition at line 180 of file n775_defs.h.