ADM/GW/Debug_FLASH/src/BMS/BMS_SOC.c.079i.static-var

105 lines
2.4 KiB
Plaintext

callgraph:
Soc_Check_befor_IGN/1 (Soc_Check_befor_IGN) @06865000
Type: function definition analyzed
Visibility: externally_visible public
References: ECU3/2 (read)GV_SOC_Value/3 (write)GV_SOC_STAT_Flag/4 (write)
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body nonfreeing_fn optimize_size
Called by:
Calls:
Soc_Check/0 (Soc_Check) @06abdb60
Type: function definition analyzed
Visibility: externally_visible public
References: ECU3/2 (read)GV_SOC_Value/3 (write)
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body nonfreeing_fn optimize_size
Called by:
Calls:
Clearing variable flags:
Function name:Soc_Check_befor_IGN/1:
locals read:
locals written:
Function name:Soc_Check/0:
locals read:
locals written:
ordered call graph: reduced
Soc_Check_befor_IGN/1 (Soc_Check_befor_IGN) @06865000
Type: function definition analyzed
Visibility: externally_visible public
Aux: @065d6298
References: ECU3/2 (read)GV_SOC_Value/3 (write)GV_SOC_STAT_Flag/4 (write)
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body nonfreeing_fn optimize_size
Called by:
Calls:
Soc_Check/0 (Soc_Check) @06abdb60
Type: function definition analyzed
Visibility: externally_visible public
Aux: @065d63f8
References: ECU3/2 (read)GV_SOC_Value/3 (write)
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body nonfreeing_fn optimize_size
Called by:
Calls:
Function name:Soc_Check/0:
locals read:
locals written:
globals read:
globals written:
Function name:Soc_Check_befor_IGN/1:
locals read:
locals written:
globals read:
globals written:
Soc_Check_befor_IGN ()
{
unsigned char _1;
float _2;
<bb 2> [local count: 1073741824]:
# DEBUG BEGIN_STMT
_1 = ECU3.RX.CH0_BCM_VCU_Signal2_0x580.BMS_SOC;
_2 = (float) _1;
GV_SOC_Value = _2;
# DEBUG BEGIN_STMT
if (_2 <= 3.0e+1)
goto <bb 3>; [50.00%]
else
goto <bb 4>; [50.00%]
<bb 3> [local count: 536870913]:
# DEBUG BEGIN_STMT
GV_SOC_STAT_Flag = 3;
<bb 4> [local count: 1073741824]:
return;
}
Soc_Check ()
{
unsigned char _1;
float _2;
<bb 2> [local count: 1073741824]:
# DEBUG BEGIN_STMT
_1 = ECU3.RX.CH0_BCM_VCU_Signal2_0x580.BMS_SOC;
_2 = (float) _1;
GV_SOC_Value = _2;
return;
}