mirror of
https://github.com/Dev-KATECH/ADM.git
synced 2026-06-10 16:24:11 +09:00
103 lines
2.4 KiB
Plaintext
103 lines
2.4 KiB
Plaintext
|
|
Marking local functions:
|
|
|
|
|
|
Marking externally visible functions: On_Charging_Status Check_Charging_Status
|
|
|
|
|
|
Marking externally visible variables:
|
|
|
|
|
|
Reclaiming functions:
|
|
Reclaiming variables:
|
|
Clearing address taken flags:
|
|
Symbol table:
|
|
|
|
GV_Charging_Status_Steer_Angle/4 (GV_Charging_Status_Steer_Angle) @068b4948
|
|
Type: variable
|
|
Body removed by symtab_remove_unreachable_nodes
|
|
Visibility: external public
|
|
References:
|
|
Referring: On_Charging_Status/1 (write)
|
|
Availability: not_available
|
|
Varpool flags:
|
|
GV_Charging_Status_val/3 (GV_Charging_Status_val) @068b4708
|
|
Type: variable
|
|
Body removed by symtab_remove_unreachable_nodes
|
|
Visibility: external public
|
|
References:
|
|
Referring: Check_Charging_Status/0 (write)Check_Charging_Status/0 (read)On_Charging_Status/1 (read)
|
|
Availability: not_available
|
|
Varpool flags:
|
|
ECU3/2 (ECU3) @068b46c0
|
|
Type: variable
|
|
Body removed by symtab_remove_unreachable_nodes
|
|
Visibility: external public
|
|
References:
|
|
Referring: Check_Charging_Status/0 (read)
|
|
Availability: not_available
|
|
Varpool flags:
|
|
On_Charging_Status/1 (On_Charging_Status) @068b92a0
|
|
Type: function definition analyzed
|
|
Visibility: externally_visible public
|
|
References: GV_Charging_Status_val/3 (read)GV_Charging_Status_Steer_Angle/4 (write)
|
|
Referring:
|
|
Availability: available
|
|
Function flags: body optimize_size
|
|
Called by: Check_Charging_Status/0
|
|
Calls:
|
|
Check_Charging_Status/0 (Check_Charging_Status) @068b9000
|
|
Type: function definition analyzed
|
|
Visibility: externally_visible public
|
|
References: ECU3/2 (read)GV_Charging_Status_val/3 (write)GV_Charging_Status_val/3 (read)
|
|
Referring:
|
|
Availability: available
|
|
Function flags: body optimize_size
|
|
Called by:
|
|
Calls: On_Charging_Status/1
|
|
On_Charging_Status ()
|
|
{
|
|
<bb 2> :
|
|
# DEBUG BEGIN_STMT
|
|
GV_Charging_Status_val.1_1 = GV_Charging_Status_val;
|
|
if (GV_Charging_Status_val.1_1 == 1)
|
|
goto <bb 3>; [INV]
|
|
else
|
|
goto <bb 4>; [INV]
|
|
|
|
<bb 3> :
|
|
# DEBUG BEGIN_STMT
|
|
GV_Charging_Status_Steer_Angle = 0;
|
|
|
|
<bb 4> :
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
Check_Charging_Status ()
|
|
{
|
|
<bb 2> :
|
|
# DEBUG BEGIN_STMT
|
|
_1 = ECU3.RX.CH0_BCM_VCU_Signal2_0x580.ChargingStatus;
|
|
_2 = (unsigned char) _1;
|
|
GV_Charging_Status_val = _2;
|
|
# DEBUG BEGIN_STMT
|
|
GV_Charging_Status_val.0_3 = GV_Charging_Status_val;
|
|
_4 = GV_Charging_Status_val.0_3 + 255;
|
|
if (_4 <= 1)
|
|
goto <bb 3>; [INV]
|
|
else
|
|
goto <bb 4>; [INV]
|
|
|
|
<bb 3> :
|
|
# DEBUG BEGIN_STMT
|
|
On_Charging_Status ();
|
|
|
|
<bb 4> :
|
|
return;
|
|
|
|
}
|
|
|
|
|