foxBMS
1.4.1
The foxBMS Battery Management System API Documentation
|
#include <nxpfs85xx.h>
Data Fields | |
bool | finUsed |
STD_RETURN_TYPE_e | finState |
volatile uint32_t * | pGIOport |
uint32_t | pin |
struct for FIN configuration
Definition at line 116 of file nxpfs85xx.h.
STD_RETURN_TYPE_e FS85_FIN_CONFIGURATION_s::finState |
Is set to STD_NOT_OK if short circuit between FIN and RSTB pin detected
Definition at line 118 of file nxpfs85xx.h.
bool FS85_FIN_CONFIGURATION_s::finUsed |
flag if FIN feature of SBC is used
Definition at line 117 of file nxpfs85xx.h.
volatile uint32_t* FS85_FIN_CONFIGURATION_s::pGIOport |
pointer to port where FIN pin of SBC is connected to
Definition at line 119 of file nxpfs85xx.h.
uint32_t FS85_FIN_CONFIGURATION_s::pin |
pin where FIN pin of SBC is connected to
Definition at line 120 of file nxpfs85xx.h.