foxBMS - Unit Tests
1.5.0
The foxBMS Unit Tests API Documentation
|
Data Fields | |
uint16_t | timer |
uint8_t | triggerEntry |
I165C_FSM_ENABLE_STATES_e | currentState |
I165C_FSM_ENABLE_STATES_e | previousState |
uint8_t | receptionTries |
uint8_t | receptionTriesMessage |
Definition at line 147 of file bender_iso165c.c.
I165C_FSM_ENABLE_STATES_e I165C_ENABLE_STATE_s::currentState |
current state of the FSM
Definition at line 150 of file bender_iso165c.c.
I165C_FSM_ENABLE_STATES_e I165C_ENABLE_STATE_s::previousState |
previous state of the FSM
Definition at line 151 of file bender_iso165c.c.
uint8_t I165C_ENABLE_STATE_s::receptionTries |
Definition at line 152 of file bender_iso165c.c.
uint8_t I165C_ENABLE_STATE_s::receptionTriesMessage |
Definition at line 153 of file bender_iso165c.c.
uint16_t I165C_ENABLE_STATE_s::timer |
timer of the state
Definition at line 148 of file bender_iso165c.c.
uint8_t I165C_ENABLE_STATE_s::triggerEntry |
trigger entry of the state
Definition at line 149 of file bender_iso165c.c.