foxBMS - Unit Tests  1.5.0
The foxBMS Unit Tests API Documentation
I165C_INITIALIZATION_STATE_s Struct Reference

Data Fields

uint16_t timer
 
uint8_t triggerEntry
 
I165C_FSM_INITIALIZATION_STATES_e currentState
 
I165C_FSM_INITIALIZATION_STATES_e previousState
 
uint8_t receptionTries
 
uint8_t receptionTriesMessage
 
bool negativeRelayClosed
 
bool positiveRelayClosed
 

Detailed Description

This struct describes the state of the initialization state machine

Definition at line 136 of file bender_iso165c.c.

Field Documentation

◆ currentState

I165C_FSM_INITIALIZATION_STATES_e I165C_INITIALIZATION_STATE_s::currentState

current state of the FSM

Definition at line 139 of file bender_iso165c.c.

◆ negativeRelayClosed

bool I165C_INITIALIZATION_STATE_s::negativeRelayClosed

Definition at line 143 of file bender_iso165c.c.

◆ positiveRelayClosed

bool I165C_INITIALIZATION_STATE_s::positiveRelayClosed

Definition at line 144 of file bender_iso165c.c.

◆ previousState

I165C_FSM_INITIALIZATION_STATES_e I165C_INITIALIZATION_STATE_s::previousState

previous state of the FSM

Definition at line 140 of file bender_iso165c.c.

◆ receptionTries

uint8_t I165C_INITIALIZATION_STATE_s::receptionTries

Definition at line 141 of file bender_iso165c.c.

◆ receptionTriesMessage

uint8_t I165C_INITIALIZATION_STATE_s::receptionTriesMessage

Definition at line 142 of file bender_iso165c.c.

◆ timer

uint16_t I165C_INITIALIZATION_STATE_s::timer

timer of the state

Definition at line 137 of file bender_iso165c.c.

◆ triggerEntry

uint8_t I165C_INITIALIZATION_STATE_s::triggerEntry

trigger entry of the state

Definition at line 138 of file bender_iso165c.c.


The documentation for this struct was generated from the following file: