foxBMS
1.4.1
The foxBMS Battery Management System API Documentation
|
#include <ltc_defs.h>
Data Fields | |
uint32_t * | errPECCnt |
uint32_t * | errSPICnt |
uint8_t * | ltcStatus |
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 455 of file ltc_defs.h.
uint8_t LTC_ERROR_s::errOccurred |
Definition at line 461 of file ltc_defs.h.
uint32_t* LTC_ERROR_s::errPECCnt |
Definition at line 456 of file ltc_defs.h.
uint8_t LTC_ERROR_s::errPECRetryCnt |
Definition at line 459 of file ltc_defs.h.
uint32_t* LTC_ERROR_s::errSPICnt |
Definition at line 457 of file ltc_defs.h.
uint8_t LTC_ERROR_s::errSPIRetryCnt |
Definition at line 460 of file ltc_defs.h.
uint8_t* LTC_ERROR_s::ltcStatus |
Definition at line 458 of file ltc_defs.h.
uint32_t LTC_ERROR_s::nrOfConsecutiveErrors |
Definition at line 462 of file ltc_defs.h.