mirror of
https://github.com/Dev-KATECH/ADM.git
synced 2026-05-17 01:43:59 +09:00
ver 25.10.21.1
- LongitudinalCtrlMode 함수 비활성화 - Param match에서 가속도 관련 변수 0으로 비활성화 - Drive_ACC_Cmd 오프셋 적용 - GV_RC_Drive_ACC_Cmd 변수 생성 - Fault 시 명령 0으로 설정하는 조건 수정 - 속도 - 가속도 제어 전환 조건 추가 - 통합 로직 수정 : 가속도 제어 로직 적용 : 가속도 명령을 처리하는 Pre-processing 과정에 문제가 있어 해당 부분 재검토 필요 : 가속도 제어 로직이 동작하지 않도록 AccCmd_Out, AccControlFlag 0으로 설정
This commit is contained in:
parent
8412b85796
commit
3889182dcc
@ -5,7 +5,7 @@
|
|||||||
<provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
|
<provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
|
||||||
<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
|
<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
|
||||||
<provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>
|
<provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>
|
||||||
<provider class="com.freescale.s32ds.cross.gnu.CrossGCCBuiltinSpecsDetector" console="false" env-hash="-1323266417467202530" id="com.freescale.s32ds.cross.gnu.CrossGCCBuiltinSpecsDetector" keep-relative-paths="false" name="CDT S32DS Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD "${INPUTS}"" prefer-non-shared="true">
|
<provider class="com.freescale.s32ds.cross.gnu.CrossGCCBuiltinSpecsDetector" console="false" env-hash="-1698463218066612135" id="com.freescale.s32ds.cross.gnu.CrossGCCBuiltinSpecsDetector" keep-relative-paths="false" name="CDT S32DS Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD "${INPUTS}"" prefer-non-shared="true">
|
||||||
<language-scope id="org.eclipse.cdt.core.gcc"/>
|
<language-scope id="org.eclipse.cdt.core.gcc"/>
|
||||||
<language-scope id="org.eclipse.cdt.core.g++"/>
|
<language-scope id="org.eclipse.cdt.core.g++"/>
|
||||||
</provider>
|
</provider>
|
||||||
@ -16,7 +16,7 @@
|
|||||||
<provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
|
<provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
|
||||||
<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
|
<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
|
||||||
<provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>
|
<provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>
|
||||||
<provider class="com.freescale.s32ds.cross.gnu.CrossGCCBuiltinSpecsDetector" console="false" env-hash="-1265764532722369986" id="com.freescale.s32ds.cross.gnu.CrossGCCBuiltinSpecsDetector" keep-relative-paths="false" name="CDT S32DS Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD "${INPUTS}"" prefer-non-shared="true">
|
<provider class="com.freescale.s32ds.cross.gnu.CrossGCCBuiltinSpecsDetector" console="false" env-hash="-1640961333321779591" id="com.freescale.s32ds.cross.gnu.CrossGCCBuiltinSpecsDetector" keep-relative-paths="false" name="CDT S32DS Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD "${INPUTS}"" prefer-non-shared="true">
|
||||||
<language-scope id="org.eclipse.cdt.core.gcc"/>
|
<language-scope id="org.eclipse.cdt.core.gcc"/>
|
||||||
<language-scope id="org.eclipse.cdt.core.g++"/>
|
<language-scope id="org.eclipse.cdt.core.g++"/>
|
||||||
</provider>
|
</provider>
|
||||||
@ -27,7 +27,7 @@
|
|||||||
<provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
|
<provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
|
||||||
<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
|
<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
|
||||||
<provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>
|
<provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>
|
||||||
<provider class="com.freescale.s32ds.cross.gnu.CrossGCCBuiltinSpecsDetector" console="false" env-hash="-1265764532722369986" id="com.freescale.s32ds.cross.gnu.CrossGCCBuiltinSpecsDetector" keep-relative-paths="false" name="CDT S32DS Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD "${INPUTS}"" prefer-non-shared="true">
|
<provider class="com.freescale.s32ds.cross.gnu.CrossGCCBuiltinSpecsDetector" console="false" env-hash="-1640961333321779591" id="com.freescale.s32ds.cross.gnu.CrossGCCBuiltinSpecsDetector" keep-relative-paths="false" name="CDT S32DS Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD "${INPUTS}"" prefer-non-shared="true">
|
||||||
<language-scope id="org.eclipse.cdt.core.gcc"/>
|
<language-scope id="org.eclipse.cdt.core.gcc"/>
|
||||||
<language-scope id="org.eclipse.cdt.core.g++"/>
|
<language-scope id="org.eclipse.cdt.core.g++"/>
|
||||||
</provider>
|
</provider>
|
||||||
@ -38,7 +38,7 @@
|
|||||||
<provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
|
<provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
|
||||||
<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
|
<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
|
||||||
<provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>
|
<provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>
|
||||||
<provider class="com.freescale.s32ds.cross.gnu.CrossGCCBuiltinSpecsDetector" console="false" env-hash="-1265764532722369986" id="com.freescale.s32ds.cross.gnu.CrossGCCBuiltinSpecsDetector" keep-relative-paths="false" name="CDT S32DS Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD "${INPUTS}"" prefer-non-shared="true">
|
<provider class="com.freescale.s32ds.cross.gnu.CrossGCCBuiltinSpecsDetector" console="false" env-hash="-1640961333321779591" id="com.freescale.s32ds.cross.gnu.CrossGCCBuiltinSpecsDetector" keep-relative-paths="false" name="CDT S32DS Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD "${INPUTS}"" prefer-non-shared="true">
|
||||||
<language-scope id="org.eclipse.cdt.core.gcc"/>
|
<language-scope id="org.eclipse.cdt.core.gcc"/>
|
||||||
<language-scope id="org.eclipse.cdt.core.g++"/>
|
<language-scope id="org.eclipse.cdt.core.g++"/>
|
||||||
</provider>
|
</provider>
|
||||||
|
|||||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
22280
GW/Debug_FLASH/GW.srec
22280
GW/Debug_FLASH/GW.srec
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,7 @@ Trivially needed symbols: ECU3_KATECH_Logic_1000ms ECU3_KATECH_Logic_200ms ECU3_
|
|||||||
|
|
||||||
Initial Symbol table:
|
Initial Symbol table:
|
||||||
|
|
||||||
ECU_check/18 (ECU_check) @06ce32a0
|
ECU_check/18 (ECU_check) @06cc3c40
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -11,7 +11,7 @@ ECU_check/18 (ECU_check) @06ce32a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4
|
Called by: ECU3_KATECH_Logic_10ms/4
|
||||||
Calls:
|
Calls:
|
||||||
RWA2_Arc_check/17 (RWA2_Arc_check) @06ce3000
|
RWA2_Arc_check/17 (RWA2_Arc_check) @06cc3b60
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -19,7 +19,7 @@ RWA2_Arc_check/17 (RWA2_Arc_check) @06ce3000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4
|
Called by: ECU3_KATECH_Logic_10ms/4
|
||||||
Calls:
|
Calls:
|
||||||
RWA1_Arc_check/16 (RWA1_Arc_check) @06ce3ee0
|
RWA1_Arc_check/16 (RWA1_Arc_check) @06cc3a80
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -27,7 +27,7 @@ RWA1_Arc_check/16 (RWA1_Arc_check) @06ce3ee0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4
|
Called by: ECU3_KATECH_Logic_10ms/4
|
||||||
Calls:
|
Calls:
|
||||||
RCU_Arc_check/15 (RCU_Arc_check) @06ce3e00
|
RCU_Arc_check/15 (RCU_Arc_check) @06cc39a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -35,7 +35,7 @@ RCU_Arc_check/15 (RCU_Arc_check) @06ce3e00
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4
|
Called by: ECU3_KATECH_Logic_10ms/4
|
||||||
Calls:
|
Calls:
|
||||||
IDB_Arc_check/14 (IDB_Arc_check) @06ce3d20
|
IDB_Arc_check/14 (IDB_Arc_check) @06cc38c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -43,28 +43,28 @@ IDB_Arc_check/14 (IDB_Arc_check) @06ce3d20
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4
|
Called by: ECU3_KATECH_Logic_10ms/4
|
||||||
Calls:
|
Calls:
|
||||||
Emergency_Switch/13 (Emergency_Switch) @06ce0d38
|
Emergency_Switch/13 (Emergency_Switch) @06cbfd80
|
||||||
Type: variable
|
Type: variable
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
||||||
Availability: not-ready
|
Availability: not-ready
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_DIN_CH2/12 (GV_DIN_CH2) @06ce0cf0
|
GV_DIN_CH2/12 (GV_DIN_CH2) @06cbfd38
|
||||||
Type: variable
|
Type: variable
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
||||||
Availability: not-ready
|
Availability: not-ready
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_DIN_CH1/11 (GV_DIN_CH1) @06ce0c60
|
GV_DIN_CH1/11 (GV_DIN_CH1) @06cbfca8
|
||||||
Type: variable
|
Type: variable
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
Referring: ECU3_KATECH_Logic_10ms/4 (write)ECU3_KATECH_Logic_10ms/4 (read)
|
Referring: ECU3_KATECH_Logic_10ms/4 (write)ECU3_KATECH_Logic_10ms/4 (read)
|
||||||
Availability: not-ready
|
Availability: not-ready
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Digital_Read/10 (Digital_Read) @06ce3c40
|
Digital_Read/10 (Digital_Read) @06cc37e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -72,7 +72,7 @@ Digital_Read/10 (Digital_Read) @06ce3c40
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 ECU3_KATECH_Logic_10ms/4
|
Called by: ECU3_KATECH_Logic_10ms/4 ECU3_KATECH_Logic_10ms/4
|
||||||
Calls:
|
Calls:
|
||||||
System_Check_Func/9 (System_Check_Func) @06ce39a0
|
System_Check_Func/9 (System_Check_Func) @06cc3540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -80,7 +80,7 @@ System_Check_Func/9 (System_Check_Func) @06ce39a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_2ms/2
|
Called by: ECU3_KATECH_Logic_2ms/2
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06ce3460
|
ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06cc3000
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
Aux: @01733ea0
|
Aux: @01733ea0
|
||||||
@ -89,73 +89,73 @@ ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06ce3460
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06ce31c0
|
ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06cc1a80
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
Aux: @06ce3460
|
Aux: @06cc3000
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06ce1d20
|
ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06cc1540
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
Aux: @06ce31c0
|
Aux: @06cc1a80
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06ce17e0
|
ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06cc1ee0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
Aux: @06ce1d20
|
Aux: @06cc1540
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06ce1ee0
|
ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06cc1c40
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
Aux: @06ce17e0
|
Aux: @06cc1ee0
|
||||||
References: GV_DIN_CH1/11 (write)GV_DIN_CH2/12 (write)GV_DIN_CH1/11 (read)Emergency_Switch/13 (write)
|
References: GV_DIN_CH1/11 (write)GV_DIN_CH2/12 (write)GV_DIN_CH1/11 (read)Emergency_Switch/13 (write)
|
||||||
Referring:
|
Referring:
|
||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU_check/18 RWA2_Arc_check/17 RWA1_Arc_check/16 RCU_Arc_check/15 IDB_Arc_check/14 Digital_Read/10 Digital_Read/10
|
Calls: ECU_check/18 RWA2_Arc_check/17 RWA1_Arc_check/16 RCU_Arc_check/15 IDB_Arc_check/14 Digital_Read/10 Digital_Read/10
|
||||||
ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06ce1c40
|
ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06cc19a0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
Aux: @06ce1ee0
|
Aux: @06cc1c40
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06ce19a0
|
ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06cc1700
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
Aux: @06ce1c40
|
Aux: @06cc19a0
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: System_Check_Func/9
|
Calls: System_Check_Func/9
|
||||||
ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06ce1700
|
ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06cc1460
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
Aux: @06ce19a0
|
Aux: @06cc1700
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
Test_Signal_1_/0 (Test_Signal_1_) @06a9d3f0
|
Test_Signal_1_/0 (Test_Signal_1_) @06a6c3f0
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
Aux: @06ce1700
|
Aux: @06cc1460
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: not-ready
|
Availability: not-ready
|
||||||
@ -165,7 +165,7 @@ Removing unused symbols:
|
|||||||
|
|
||||||
Reclaimed Symbol table:
|
Reclaimed Symbol table:
|
||||||
|
|
||||||
ECU_check/18 (ECU_check) @06ce32a0
|
ECU_check/18 (ECU_check) @06cc3c40
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -173,7 +173,7 @@ ECU_check/18 (ECU_check) @06ce32a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4
|
Called by: ECU3_KATECH_Logic_10ms/4
|
||||||
Calls:
|
Calls:
|
||||||
RWA2_Arc_check/17 (RWA2_Arc_check) @06ce3000
|
RWA2_Arc_check/17 (RWA2_Arc_check) @06cc3b60
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -181,7 +181,7 @@ RWA2_Arc_check/17 (RWA2_Arc_check) @06ce3000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4
|
Called by: ECU3_KATECH_Logic_10ms/4
|
||||||
Calls:
|
Calls:
|
||||||
RWA1_Arc_check/16 (RWA1_Arc_check) @06ce3ee0
|
RWA1_Arc_check/16 (RWA1_Arc_check) @06cc3a80
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -189,7 +189,7 @@ RWA1_Arc_check/16 (RWA1_Arc_check) @06ce3ee0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4
|
Called by: ECU3_KATECH_Logic_10ms/4
|
||||||
Calls:
|
Calls:
|
||||||
RCU_Arc_check/15 (RCU_Arc_check) @06ce3e00
|
RCU_Arc_check/15 (RCU_Arc_check) @06cc39a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -197,7 +197,7 @@ RCU_Arc_check/15 (RCU_Arc_check) @06ce3e00
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4
|
Called by: ECU3_KATECH_Logic_10ms/4
|
||||||
Calls:
|
Calls:
|
||||||
IDB_Arc_check/14 (IDB_Arc_check) @06ce3d20
|
IDB_Arc_check/14 (IDB_Arc_check) @06cc38c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -205,28 +205,28 @@ IDB_Arc_check/14 (IDB_Arc_check) @06ce3d20
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4
|
Called by: ECU3_KATECH_Logic_10ms/4
|
||||||
Calls:
|
Calls:
|
||||||
Emergency_Switch/13 (Emergency_Switch) @06ce0d38
|
Emergency_Switch/13 (Emergency_Switch) @06cbfd80
|
||||||
Type: variable
|
Type: variable
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
||||||
Availability: not-ready
|
Availability: not-ready
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_DIN_CH2/12 (GV_DIN_CH2) @06ce0cf0
|
GV_DIN_CH2/12 (GV_DIN_CH2) @06cbfd38
|
||||||
Type: variable
|
Type: variable
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
||||||
Availability: not-ready
|
Availability: not-ready
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_DIN_CH1/11 (GV_DIN_CH1) @06ce0c60
|
GV_DIN_CH1/11 (GV_DIN_CH1) @06cbfca8
|
||||||
Type: variable
|
Type: variable
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
Referring: ECU3_KATECH_Logic_10ms/4 (write)ECU3_KATECH_Logic_10ms/4 (read)
|
Referring: ECU3_KATECH_Logic_10ms/4 (write)ECU3_KATECH_Logic_10ms/4 (read)
|
||||||
Availability: not-ready
|
Availability: not-ready
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Digital_Read/10 (Digital_Read) @06ce3c40
|
Digital_Read/10 (Digital_Read) @06cc37e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -234,7 +234,7 @@ Digital_Read/10 (Digital_Read) @06ce3c40
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 ECU3_KATECH_Logic_10ms/4
|
Called by: ECU3_KATECH_Logic_10ms/4 ECU3_KATECH_Logic_10ms/4
|
||||||
Calls:
|
Calls:
|
||||||
System_Check_Func/9 (System_Check_Func) @06ce39a0
|
System_Check_Func/9 (System_Check_Func) @06cc3540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -242,7 +242,7 @@ System_Check_Func/9 (System_Check_Func) @06ce39a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_2ms/2
|
Called by: ECU3_KATECH_Logic_2ms/2
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06ce3460
|
ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06cc3000
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
References:
|
References:
|
||||||
@ -250,7 +250,7 @@ ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06ce3460
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06ce31c0
|
ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06cc1a80
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
References:
|
References:
|
||||||
@ -258,7 +258,7 @@ ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06ce31c0
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06ce1d20
|
ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06cc1540
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
References:
|
References:
|
||||||
@ -266,7 +266,7 @@ ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06ce1d20
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06ce17e0
|
ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06cc1ee0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
References:
|
References:
|
||||||
@ -274,7 +274,7 @@ ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06ce17e0
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06ce1ee0
|
ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06cc1c40
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
References: GV_DIN_CH1/11 (write)GV_DIN_CH2/12 (write)GV_DIN_CH1/11 (read)Emergency_Switch/13 (write)
|
References: GV_DIN_CH1/11 (write)GV_DIN_CH2/12 (write)GV_DIN_CH1/11 (read)Emergency_Switch/13 (write)
|
||||||
@ -282,7 +282,7 @@ ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06ce1ee0
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU_check/18 RWA2_Arc_check/17 RWA1_Arc_check/16 RCU_Arc_check/15 IDB_Arc_check/14 Digital_Read/10 Digital_Read/10
|
Calls: ECU_check/18 RWA2_Arc_check/17 RWA1_Arc_check/16 RCU_Arc_check/15 IDB_Arc_check/14 Digital_Read/10 Digital_Read/10
|
||||||
ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06ce1c40
|
ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06cc19a0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
References:
|
References:
|
||||||
@ -290,7 +290,7 @@ ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06ce1c40
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06ce19a0
|
ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06cc1700
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
References:
|
References:
|
||||||
@ -298,7 +298,7 @@ ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06ce19a0
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: System_Check_Func/9
|
Calls: System_Check_Func/9
|
||||||
ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06ce1700
|
ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06cc1460
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
References:
|
References:
|
||||||
@ -306,7 +306,7 @@ ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06ce1700
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
Test_Signal_1_/0 (Test_Signal_1_) @06a9d3f0
|
Test_Signal_1_/0 (Test_Signal_1_) @06a6c3f0
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
References:
|
References:
|
||||||
@ -317,7 +317,7 @@ Test_Signal_1_/0 (Test_Signal_1_) @06a9d3f0
|
|||||||
|
|
||||||
Initial Symbol table:
|
Initial Symbol table:
|
||||||
|
|
||||||
ECU_check/18 (ECU_check) @06ce32a0
|
ECU_check/18 (ECU_check) @06cc3c40
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -325,7 +325,7 @@ ECU_check/18 (ECU_check) @06ce32a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4
|
Called by: ECU3_KATECH_Logic_10ms/4
|
||||||
Calls:
|
Calls:
|
||||||
RWA2_Arc_check/17 (RWA2_Arc_check) @06ce3000
|
RWA2_Arc_check/17 (RWA2_Arc_check) @06cc3b60
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -333,7 +333,7 @@ RWA2_Arc_check/17 (RWA2_Arc_check) @06ce3000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4
|
Called by: ECU3_KATECH_Logic_10ms/4
|
||||||
Calls:
|
Calls:
|
||||||
RWA1_Arc_check/16 (RWA1_Arc_check) @06ce3ee0
|
RWA1_Arc_check/16 (RWA1_Arc_check) @06cc3a80
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -341,7 +341,7 @@ RWA1_Arc_check/16 (RWA1_Arc_check) @06ce3ee0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4
|
Called by: ECU3_KATECH_Logic_10ms/4
|
||||||
Calls:
|
Calls:
|
||||||
RCU_Arc_check/15 (RCU_Arc_check) @06ce3e00
|
RCU_Arc_check/15 (RCU_Arc_check) @06cc39a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -349,7 +349,7 @@ RCU_Arc_check/15 (RCU_Arc_check) @06ce3e00
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4
|
Called by: ECU3_KATECH_Logic_10ms/4
|
||||||
Calls:
|
Calls:
|
||||||
IDB_Arc_check/14 (IDB_Arc_check) @06ce3d20
|
IDB_Arc_check/14 (IDB_Arc_check) @06cc38c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -357,28 +357,28 @@ IDB_Arc_check/14 (IDB_Arc_check) @06ce3d20
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4
|
Called by: ECU3_KATECH_Logic_10ms/4
|
||||||
Calls:
|
Calls:
|
||||||
Emergency_Switch/13 (Emergency_Switch) @06ce0d38
|
Emergency_Switch/13 (Emergency_Switch) @06cbfd80
|
||||||
Type: variable
|
Type: variable
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
||||||
Availability: not-ready
|
Availability: not-ready
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_DIN_CH2/12 (GV_DIN_CH2) @06ce0cf0
|
GV_DIN_CH2/12 (GV_DIN_CH2) @06cbfd38
|
||||||
Type: variable
|
Type: variable
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
||||||
Availability: not-ready
|
Availability: not-ready
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_DIN_CH1/11 (GV_DIN_CH1) @06ce0c60
|
GV_DIN_CH1/11 (GV_DIN_CH1) @06cbfca8
|
||||||
Type: variable
|
Type: variable
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
Referring: ECU3_KATECH_Logic_10ms/4 (write)ECU3_KATECH_Logic_10ms/4 (read)
|
Referring: ECU3_KATECH_Logic_10ms/4 (write)ECU3_KATECH_Logic_10ms/4 (read)
|
||||||
Availability: not-ready
|
Availability: not-ready
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Digital_Read/10 (Digital_Read) @06ce3c40
|
Digital_Read/10 (Digital_Read) @06cc37e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -386,7 +386,7 @@ Digital_Read/10 (Digital_Read) @06ce3c40
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 ECU3_KATECH_Logic_10ms/4
|
Called by: ECU3_KATECH_Logic_10ms/4 ECU3_KATECH_Logic_10ms/4
|
||||||
Calls:
|
Calls:
|
||||||
System_Check_Func/9 (System_Check_Func) @06ce39a0
|
System_Check_Func/9 (System_Check_Func) @06cc3540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -394,7 +394,7 @@ System_Check_Func/9 (System_Check_Func) @06ce39a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_2ms/2
|
Called by: ECU3_KATECH_Logic_2ms/2
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06ce3460
|
ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06cc3000
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
References:
|
References:
|
||||||
@ -402,7 +402,7 @@ ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06ce3460
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06ce31c0
|
ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06cc1a80
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
References:
|
References:
|
||||||
@ -410,7 +410,7 @@ ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06ce31c0
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06ce1d20
|
ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06cc1540
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
References:
|
References:
|
||||||
@ -418,7 +418,7 @@ ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06ce1d20
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06ce17e0
|
ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06cc1ee0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
References:
|
References:
|
||||||
@ -426,7 +426,7 @@ ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06ce17e0
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06ce1ee0
|
ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06cc1c40
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
References: GV_DIN_CH1/11 (write)GV_DIN_CH2/12 (write)GV_DIN_CH1/11 (read)Emergency_Switch/13 (write)
|
References: GV_DIN_CH1/11 (write)GV_DIN_CH2/12 (write)GV_DIN_CH1/11 (read)Emergency_Switch/13 (write)
|
||||||
@ -434,7 +434,7 @@ ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06ce1ee0
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU_check/18 RWA2_Arc_check/17 RWA1_Arc_check/16 RCU_Arc_check/15 IDB_Arc_check/14 Digital_Read/10 Digital_Read/10
|
Calls: ECU_check/18 RWA2_Arc_check/17 RWA1_Arc_check/16 RCU_Arc_check/15 IDB_Arc_check/14 Digital_Read/10 Digital_Read/10
|
||||||
ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06ce1c40
|
ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06cc19a0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
References:
|
References:
|
||||||
@ -442,7 +442,7 @@ ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06ce1c40
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06ce19a0
|
ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06cc1700
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
References:
|
References:
|
||||||
@ -450,7 +450,7 @@ ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06ce19a0
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: System_Check_Func/9
|
Calls: System_Check_Func/9
|
||||||
ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06ce1700
|
ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06cc1460
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
References:
|
References:
|
||||||
@ -458,7 +458,7 @@ ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06ce1700
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
Test_Signal_1_/0 (Test_Signal_1_) @06a9d3f0
|
Test_Signal_1_/0 (Test_Signal_1_) @06a6c3f0
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
References:
|
References:
|
||||||
@ -470,7 +470,7 @@ Removing unused symbols:
|
|||||||
|
|
||||||
Reclaimed Symbol table:
|
Reclaimed Symbol table:
|
||||||
|
|
||||||
ECU_check/18 (ECU_check) @06ce32a0
|
ECU_check/18 (ECU_check) @06cc3c40
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -478,7 +478,7 @@ ECU_check/18 (ECU_check) @06ce32a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4
|
Called by: ECU3_KATECH_Logic_10ms/4
|
||||||
Calls:
|
Calls:
|
||||||
RWA2_Arc_check/17 (RWA2_Arc_check) @06ce3000
|
RWA2_Arc_check/17 (RWA2_Arc_check) @06cc3b60
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -486,7 +486,7 @@ RWA2_Arc_check/17 (RWA2_Arc_check) @06ce3000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4
|
Called by: ECU3_KATECH_Logic_10ms/4
|
||||||
Calls:
|
Calls:
|
||||||
RWA1_Arc_check/16 (RWA1_Arc_check) @06ce3ee0
|
RWA1_Arc_check/16 (RWA1_Arc_check) @06cc3a80
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -494,7 +494,7 @@ RWA1_Arc_check/16 (RWA1_Arc_check) @06ce3ee0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4
|
Called by: ECU3_KATECH_Logic_10ms/4
|
||||||
Calls:
|
Calls:
|
||||||
RCU_Arc_check/15 (RCU_Arc_check) @06ce3e00
|
RCU_Arc_check/15 (RCU_Arc_check) @06cc39a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -502,7 +502,7 @@ RCU_Arc_check/15 (RCU_Arc_check) @06ce3e00
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4
|
Called by: ECU3_KATECH_Logic_10ms/4
|
||||||
Calls:
|
Calls:
|
||||||
IDB_Arc_check/14 (IDB_Arc_check) @06ce3d20
|
IDB_Arc_check/14 (IDB_Arc_check) @06cc38c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -510,28 +510,28 @@ IDB_Arc_check/14 (IDB_Arc_check) @06ce3d20
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4
|
Called by: ECU3_KATECH_Logic_10ms/4
|
||||||
Calls:
|
Calls:
|
||||||
Emergency_Switch/13 (Emergency_Switch) @06ce0d38
|
Emergency_Switch/13 (Emergency_Switch) @06cbfd80
|
||||||
Type: variable
|
Type: variable
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
||||||
Availability: not-ready
|
Availability: not-ready
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_DIN_CH2/12 (GV_DIN_CH2) @06ce0cf0
|
GV_DIN_CH2/12 (GV_DIN_CH2) @06cbfd38
|
||||||
Type: variable
|
Type: variable
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
||||||
Availability: not-ready
|
Availability: not-ready
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_DIN_CH1/11 (GV_DIN_CH1) @06ce0c60
|
GV_DIN_CH1/11 (GV_DIN_CH1) @06cbfca8
|
||||||
Type: variable
|
Type: variable
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
Referring: ECU3_KATECH_Logic_10ms/4 (write)ECU3_KATECH_Logic_10ms/4 (read)
|
Referring: ECU3_KATECH_Logic_10ms/4 (write)ECU3_KATECH_Logic_10ms/4 (read)
|
||||||
Availability: not-ready
|
Availability: not-ready
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Digital_Read/10 (Digital_Read) @06ce3c40
|
Digital_Read/10 (Digital_Read) @06cc37e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -539,7 +539,7 @@ Digital_Read/10 (Digital_Read) @06ce3c40
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 ECU3_KATECH_Logic_10ms/4
|
Called by: ECU3_KATECH_Logic_10ms/4 ECU3_KATECH_Logic_10ms/4
|
||||||
Calls:
|
Calls:
|
||||||
System_Check_Func/9 (System_Check_Func) @06ce39a0
|
System_Check_Func/9 (System_Check_Func) @06cc3540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -547,7 +547,7 @@ System_Check_Func/9 (System_Check_Func) @06ce39a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_2ms/2
|
Called by: ECU3_KATECH_Logic_2ms/2
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06ce3460
|
ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06cc3000
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
References:
|
References:
|
||||||
@ -555,7 +555,7 @@ ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06ce3460
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06ce31c0
|
ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06cc1a80
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
References:
|
References:
|
||||||
@ -563,7 +563,7 @@ ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06ce31c0
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06ce1d20
|
ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06cc1540
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
References:
|
References:
|
||||||
@ -571,7 +571,7 @@ ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06ce1d20
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06ce17e0
|
ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06cc1ee0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
References:
|
References:
|
||||||
@ -579,7 +579,7 @@ ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06ce17e0
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06ce1ee0
|
ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06cc1c40
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
References: GV_DIN_CH1/11 (write)GV_DIN_CH2/12 (write)GV_DIN_CH1/11 (read)Emergency_Switch/13 (write)
|
References: GV_DIN_CH1/11 (write)GV_DIN_CH2/12 (write)GV_DIN_CH1/11 (read)Emergency_Switch/13 (write)
|
||||||
@ -587,7 +587,7 @@ ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06ce1ee0
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU_check/18 RWA2_Arc_check/17 RWA1_Arc_check/16 RCU_Arc_check/15 IDB_Arc_check/14 Digital_Read/10 Digital_Read/10
|
Calls: ECU_check/18 RWA2_Arc_check/17 RWA1_Arc_check/16 RCU_Arc_check/15 IDB_Arc_check/14 Digital_Read/10 Digital_Read/10
|
||||||
ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06ce1c40
|
ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06cc19a0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
References:
|
References:
|
||||||
@ -595,7 +595,7 @@ ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06ce1c40
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06ce19a0
|
ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06cc1700
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
References:
|
References:
|
||||||
@ -603,7 +603,7 @@ ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06ce19a0
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: System_Check_Func/9
|
Calls: System_Check_Func/9
|
||||||
ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06ce1700
|
ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06cc1460
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
References:
|
References:
|
||||||
@ -611,7 +611,7 @@ ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06ce1700
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
Test_Signal_1_/0 (Test_Signal_1_) @06a9d3f0
|
Test_Signal_1_/0 (Test_Signal_1_) @06a6c3f0
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
References:
|
References:
|
||||||
@ -624,7 +624,7 @@ Reclaiming variables:
|
|||||||
Clearing address taken flags:
|
Clearing address taken flags:
|
||||||
Optimized Symbol table:
|
Optimized Symbol table:
|
||||||
|
|
||||||
ECU3_KATECH_Logic_init/23 (ECU3_KATECH_Logic_init) @06d167e0
|
ECU3_KATECH_Logic_init/23 (ECU3_KATECH_Logic_init) @06cf6460
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 22
|
next sharing asm name: 22
|
||||||
@ -636,7 +636,7 @@ ECU3_KATECH_Logic_init/23 (ECU3_KATECH_Logic_init) @06d167e0
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged nonfreeing_fn optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_200ms/7 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_200ms/7 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_init/22 (ECU3_KATECH_Logic_init) @06d16700
|
ECU3_KATECH_Logic_init/22 (ECU3_KATECH_Logic_init) @06cf6380
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 21
|
next sharing asm name: 21
|
||||||
@ -649,7 +649,7 @@ ECU3_KATECH_Logic_init/22 (ECU3_KATECH_Logic_init) @06d16700
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged nonfreeing_fn optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_100ms/6 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_100ms/6 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_init/21 (ECU3_KATECH_Logic_init) @06d16620
|
ECU3_KATECH_Logic_init/21 (ECU3_KATECH_Logic_init) @06cf62a0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 20
|
next sharing asm name: 20
|
||||||
@ -662,7 +662,7 @@ ECU3_KATECH_Logic_init/21 (ECU3_KATECH_Logic_init) @06d16620
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged nonfreeing_fn optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_20ms/5 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_20ms/5 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_init/20 (ECU3_KATECH_Logic_init) @06d16540
|
ECU3_KATECH_Logic_init/20 (ECU3_KATECH_Logic_init) @06cf61c0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 19
|
next sharing asm name: 19
|
||||||
@ -675,7 +675,7 @@ ECU3_KATECH_Logic_init/20 (ECU3_KATECH_Logic_init) @06d16540
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged nonfreeing_fn optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_5ms/3 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_5ms/3 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_init/19 (ECU3_KATECH_Logic_init) @06d16460
|
ECU3_KATECH_Logic_init/19 (ECU3_KATECH_Logic_init) @06cf60e0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 1
|
next sharing asm name: 1
|
||||||
@ -688,7 +688,7 @@ ECU3_KATECH_Logic_init/19 (ECU3_KATECH_Logic_init) @06d16460
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged nonfreeing_fn optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_1000ms/8 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_1000ms/8 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU_check/18 (ECU_check) @06ce32a0
|
ECU_check/18 (ECU_check) @06cc3c40
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -697,7 +697,7 @@ ECU_check/18 (ECU_check) @06ce32a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
RWA2_Arc_check/17 (RWA2_Arc_check) @06ce3000
|
RWA2_Arc_check/17 (RWA2_Arc_check) @06cc3b60
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -706,7 +706,7 @@ RWA2_Arc_check/17 (RWA2_Arc_check) @06ce3000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
RWA1_Arc_check/16 (RWA1_Arc_check) @06ce3ee0
|
RWA1_Arc_check/16 (RWA1_Arc_check) @06cc3a80
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -715,7 +715,7 @@ RWA1_Arc_check/16 (RWA1_Arc_check) @06ce3ee0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
RCU_Arc_check/15 (RCU_Arc_check) @06ce3e00
|
RCU_Arc_check/15 (RCU_Arc_check) @06cc39a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -724,7 +724,7 @@ RCU_Arc_check/15 (RCU_Arc_check) @06ce3e00
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
IDB_Arc_check/14 (IDB_Arc_check) @06ce3d20
|
IDB_Arc_check/14 (IDB_Arc_check) @06cc38c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -733,7 +733,7 @@ IDB_Arc_check/14 (IDB_Arc_check) @06ce3d20
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Emergency_Switch/13 (Emergency_Switch) @06ce0d38
|
Emergency_Switch/13 (Emergency_Switch) @06cbfd80
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -741,7 +741,7 @@ Emergency_Switch/13 (Emergency_Switch) @06ce0d38
|
|||||||
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_DIN_CH2/12 (GV_DIN_CH2) @06ce0cf0
|
GV_DIN_CH2/12 (GV_DIN_CH2) @06cbfd38
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -749,7 +749,7 @@ GV_DIN_CH2/12 (GV_DIN_CH2) @06ce0cf0
|
|||||||
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_DIN_CH1/11 (GV_DIN_CH1) @06ce0c60
|
GV_DIN_CH1/11 (GV_DIN_CH1) @06cbfca8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -757,7 +757,7 @@ GV_DIN_CH1/11 (GV_DIN_CH1) @06ce0c60
|
|||||||
Referring: ECU3_KATECH_Logic_10ms/4 (write)ECU3_KATECH_Logic_10ms/4 (read)
|
Referring: ECU3_KATECH_Logic_10ms/4 (write)ECU3_KATECH_Logic_10ms/4 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Digital_Read/10 (Digital_Read) @06ce3c40
|
Digital_Read/10 (Digital_Read) @06cc37e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -766,7 +766,7 @@ Digital_Read/10 (Digital_Read) @06ce3c40
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
System_Check_Func/9 (System_Check_Func) @06ce39a0
|
System_Check_Func/9 (System_Check_Func) @06cc3540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -775,7 +775,7 @@ System_Check_Func/9 (System_Check_Func) @06ce39a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_2ms/2 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_2ms/2 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06ce3460
|
ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06cc3000
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -784,7 +784,7 @@ ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06ce3460
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/19 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/19 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06ce31c0
|
ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06cc1a80
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -793,7 +793,7 @@ ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06ce31c0
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/23 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/23 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06ce1d20
|
ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06cc1540
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -802,7 +802,7 @@ ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06ce1d20
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/22 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/22 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06ce17e0
|
ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06cc1ee0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -811,7 +811,7 @@ ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06ce17e0
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/21 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/21 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06ce1ee0
|
ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06cc1c40
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: GV_DIN_CH1/11 (write)GV_DIN_CH2/12 (write)GV_DIN_CH1/11 (read)Emergency_Switch/13 (write)
|
References: GV_DIN_CH1/11 (write)GV_DIN_CH2/12 (write)GV_DIN_CH1/11 (read)Emergency_Switch/13 (write)
|
||||||
@ -820,7 +820,7 @@ ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06ce1ee0
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU_check/18 (1073741824 (estimated locally),1.00 per call) RWA2_Arc_check/17 (1073741824 (estimated locally),1.00 per call) RWA1_Arc_check/16 (1073741824 (estimated locally),1.00 per call) RCU_Arc_check/15 (1073741824 (estimated locally),1.00 per call) IDB_Arc_check/14 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU_check/18 (1073741824 (estimated locally),1.00 per call) RWA2_Arc_check/17 (1073741824 (estimated locally),1.00 per call) RWA1_Arc_check/16 (1073741824 (estimated locally),1.00 per call) RCU_Arc_check/15 (1073741824 (estimated locally),1.00 per call) IDB_Arc_check/14 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06ce1c40
|
ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06cc19a0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -829,7 +829,7 @@ ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06ce1c40
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/20 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/20 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06ce19a0
|
ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06cc1700
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -838,7 +838,7 @@ ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06ce19a0
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: System_Check_Func/9 (1073741824 (estimated locally),1.00 per call)
|
Calls: System_Check_Func/9 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06ce1700
|
ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06cc1460
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
previous sharing asm name: 19
|
previous sharing asm name: 19
|
||||||
@ -848,7 +848,7 @@ ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06ce1700
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
Test_Signal_1_/0 (Test_Signal_1_) @06a9d3f0
|
Test_Signal_1_/0 (Test_Signal_1_) @06a6c3f0
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -884,7 +884,7 @@ Removing variables:
|
|||||||
|
|
||||||
Final Symbol table:
|
Final Symbol table:
|
||||||
|
|
||||||
ECU_check/18 (ECU_check) @06ce32a0
|
ECU_check/18 (ECU_check) @06cc3c40
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -893,7 +893,7 @@ ECU_check/18 (ECU_check) @06ce32a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
RWA2_Arc_check/17 (RWA2_Arc_check) @06ce3000
|
RWA2_Arc_check/17 (RWA2_Arc_check) @06cc3b60
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -902,7 +902,7 @@ RWA2_Arc_check/17 (RWA2_Arc_check) @06ce3000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
RWA1_Arc_check/16 (RWA1_Arc_check) @06ce3ee0
|
RWA1_Arc_check/16 (RWA1_Arc_check) @06cc3a80
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -911,7 +911,7 @@ RWA1_Arc_check/16 (RWA1_Arc_check) @06ce3ee0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
RCU_Arc_check/15 (RCU_Arc_check) @06ce3e00
|
RCU_Arc_check/15 (RCU_Arc_check) @06cc39a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -920,7 +920,7 @@ RCU_Arc_check/15 (RCU_Arc_check) @06ce3e00
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
IDB_Arc_check/14 (IDB_Arc_check) @06ce3d20
|
IDB_Arc_check/14 (IDB_Arc_check) @06cc38c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -929,7 +929,7 @@ IDB_Arc_check/14 (IDB_Arc_check) @06ce3d20
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
Emergency_Switch/13 (Emergency_Switch) @06ce0d38
|
Emergency_Switch/13 (Emergency_Switch) @06cbfd80
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -937,7 +937,7 @@ Emergency_Switch/13 (Emergency_Switch) @06ce0d38
|
|||||||
Referring:
|
Referring:
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_DIN_CH2/12 (GV_DIN_CH2) @06ce0cf0
|
GV_DIN_CH2/12 (GV_DIN_CH2) @06cbfd38
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -945,7 +945,7 @@ GV_DIN_CH2/12 (GV_DIN_CH2) @06ce0cf0
|
|||||||
Referring:
|
Referring:
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_DIN_CH1/11 (GV_DIN_CH1) @06ce0c60
|
GV_DIN_CH1/11 (GV_DIN_CH1) @06cbfca8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -953,7 +953,7 @@ GV_DIN_CH1/11 (GV_DIN_CH1) @06ce0c60
|
|||||||
Referring:
|
Referring:
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Digital_Read/10 (Digital_Read) @06ce3c40
|
Digital_Read/10 (Digital_Read) @06cc37e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -962,7 +962,7 @@ Digital_Read/10 (Digital_Read) @06ce3c40
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
System_Check_Func/9 (System_Check_Func) @06ce39a0
|
System_Check_Func/9 (System_Check_Func) @06cc3540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -971,7 +971,7 @@ System_Check_Func/9 (System_Check_Func) @06ce39a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06ce3460
|
ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06cc3000
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible asm_written public
|
Visibility: externally_visible asm_written public
|
||||||
References:
|
References:
|
||||||
@ -980,7 +980,7 @@ ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06ce3460
|
|||||||
Function flags: count:1073741824 (estimated locally) icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) icf_merged nonfreeing_fn optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06ce31c0
|
ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06cc1a80
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible asm_written public
|
Visibility: externally_visible asm_written public
|
||||||
References:
|
References:
|
||||||
@ -989,7 +989,7 @@ ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06ce31c0
|
|||||||
Function flags: count:1073741824 (estimated locally) icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) icf_merged nonfreeing_fn optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06ce1d20
|
ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06cc1540
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible asm_written public
|
Visibility: externally_visible asm_written public
|
||||||
References:
|
References:
|
||||||
@ -998,7 +998,7 @@ ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06ce1d20
|
|||||||
Function flags: count:1073741824 (estimated locally) icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) icf_merged nonfreeing_fn optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06ce17e0
|
ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06cc1ee0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible asm_written public
|
Visibility: externally_visible asm_written public
|
||||||
References:
|
References:
|
||||||
@ -1007,7 +1007,7 @@ ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06ce17e0
|
|||||||
Function flags: count:1073741824 (estimated locally) icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) icf_merged nonfreeing_fn optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06ce1ee0
|
ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06cc1c40
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible asm_written public
|
Visibility: externally_visible asm_written public
|
||||||
References:
|
References:
|
||||||
@ -1016,7 +1016,7 @@ ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06ce1ee0
|
|||||||
Function flags: count:1073741824 (estimated locally) optimize_size
|
Function flags: count:1073741824 (estimated locally) optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06ce1c40
|
ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06cc19a0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible asm_written public
|
Visibility: externally_visible asm_written public
|
||||||
References:
|
References:
|
||||||
@ -1025,7 +1025,7 @@ ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06ce1c40
|
|||||||
Function flags: count:1073741824 (estimated locally) icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) icf_merged nonfreeing_fn optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06ce19a0
|
ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06cc1700
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible asm_written public
|
Visibility: externally_visible asm_written public
|
||||||
References:
|
References:
|
||||||
@ -1034,7 +1034,7 @@ ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06ce19a0
|
|||||||
Function flags: count:1073741824 (estimated locally) optimize_size
|
Function flags: count:1073741824 (estimated locally) optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06ce1700
|
ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06cc1460
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible asm_written public
|
Visibility: externally_visible asm_written public
|
||||||
References:
|
References:
|
||||||
@ -1043,7 +1043,7 @@ ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06ce1700
|
|||||||
Function flags: count:1073741824 (estimated locally) icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) icf_merged nonfreeing_fn optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
Test_Signal_1_/0 (Test_Signal_1_) @06a9d3f0
|
Test_Signal_1_/0 (Test_Signal_1_) @06a6c3f0
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible asm_written public
|
Visibility: externally_visible asm_written public
|
||||||
Aux: @00000001
|
Aux: @00000001
|
||||||
|
|||||||
@ -13,7 +13,7 @@ Reclaiming variables:
|
|||||||
Clearing address taken flags:
|
Clearing address taken flags:
|
||||||
Symbol table:
|
Symbol table:
|
||||||
|
|
||||||
ECU_check/18 (ECU_check) @06ce32a0
|
ECU_check/18 (ECU_check) @06cc3c40
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -22,7 +22,7 @@ ECU_check/18 (ECU_check) @06ce32a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4
|
Called by: ECU3_KATECH_Logic_10ms/4
|
||||||
Calls:
|
Calls:
|
||||||
RWA2_Arc_check/17 (RWA2_Arc_check) @06ce3000
|
RWA2_Arc_check/17 (RWA2_Arc_check) @06cc3b60
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -31,7 +31,7 @@ RWA2_Arc_check/17 (RWA2_Arc_check) @06ce3000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4
|
Called by: ECU3_KATECH_Logic_10ms/4
|
||||||
Calls:
|
Calls:
|
||||||
RWA1_Arc_check/16 (RWA1_Arc_check) @06ce3ee0
|
RWA1_Arc_check/16 (RWA1_Arc_check) @06cc3a80
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -40,7 +40,7 @@ RWA1_Arc_check/16 (RWA1_Arc_check) @06ce3ee0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4
|
Called by: ECU3_KATECH_Logic_10ms/4
|
||||||
Calls:
|
Calls:
|
||||||
RCU_Arc_check/15 (RCU_Arc_check) @06ce3e00
|
RCU_Arc_check/15 (RCU_Arc_check) @06cc39a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -49,7 +49,7 @@ RCU_Arc_check/15 (RCU_Arc_check) @06ce3e00
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4
|
Called by: ECU3_KATECH_Logic_10ms/4
|
||||||
Calls:
|
Calls:
|
||||||
IDB_Arc_check/14 (IDB_Arc_check) @06ce3d20
|
IDB_Arc_check/14 (IDB_Arc_check) @06cc38c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -58,7 +58,7 @@ IDB_Arc_check/14 (IDB_Arc_check) @06ce3d20
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4
|
Called by: ECU3_KATECH_Logic_10ms/4
|
||||||
Calls:
|
Calls:
|
||||||
Emergency_Switch/13 (Emergency_Switch) @06ce0d38
|
Emergency_Switch/13 (Emergency_Switch) @06cbfd80
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -66,7 +66,7 @@ Emergency_Switch/13 (Emergency_Switch) @06ce0d38
|
|||||||
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_DIN_CH2/12 (GV_DIN_CH2) @06ce0cf0
|
GV_DIN_CH2/12 (GV_DIN_CH2) @06cbfd38
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -74,7 +74,7 @@ GV_DIN_CH2/12 (GV_DIN_CH2) @06ce0cf0
|
|||||||
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_DIN_CH1/11 (GV_DIN_CH1) @06ce0c60
|
GV_DIN_CH1/11 (GV_DIN_CH1) @06cbfca8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -82,7 +82,7 @@ GV_DIN_CH1/11 (GV_DIN_CH1) @06ce0c60
|
|||||||
Referring: ECU3_KATECH_Logic_10ms/4 (write)ECU3_KATECH_Logic_10ms/4 (read)
|
Referring: ECU3_KATECH_Logic_10ms/4 (write)ECU3_KATECH_Logic_10ms/4 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Digital_Read/10 (Digital_Read) @06ce3c40
|
Digital_Read/10 (Digital_Read) @06cc37e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -91,7 +91,7 @@ Digital_Read/10 (Digital_Read) @06ce3c40
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 ECU3_KATECH_Logic_10ms/4
|
Called by: ECU3_KATECH_Logic_10ms/4 ECU3_KATECH_Logic_10ms/4
|
||||||
Calls:
|
Calls:
|
||||||
System_Check_Func/9 (System_Check_Func) @06ce39a0
|
System_Check_Func/9 (System_Check_Func) @06cc3540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -100,7 +100,7 @@ System_Check_Func/9 (System_Check_Func) @06ce39a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_2ms/2
|
Called by: ECU3_KATECH_Logic_2ms/2
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06ce3460
|
ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06cc3000
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -109,7 +109,7 @@ ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06ce3460
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06ce31c0
|
ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06cc1a80
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -118,7 +118,7 @@ ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06ce31c0
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06ce1d20
|
ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06cc1540
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -127,7 +127,7 @@ ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06ce1d20
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06ce17e0
|
ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06cc1ee0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -136,7 +136,7 @@ ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06ce17e0
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06ce1ee0
|
ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06cc1c40
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: GV_DIN_CH1/11 (write)GV_DIN_CH2/12 (write)GV_DIN_CH1/11 (read)Emergency_Switch/13 (write)
|
References: GV_DIN_CH1/11 (write)GV_DIN_CH2/12 (write)GV_DIN_CH1/11 (read)Emergency_Switch/13 (write)
|
||||||
@ -145,7 +145,7 @@ ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06ce1ee0
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU_check/18 RWA2_Arc_check/17 RWA1_Arc_check/16 RCU_Arc_check/15 IDB_Arc_check/14 Digital_Read/10 Digital_Read/10
|
Calls: ECU_check/18 RWA2_Arc_check/17 RWA1_Arc_check/16 RCU_Arc_check/15 IDB_Arc_check/14 Digital_Read/10 Digital_Read/10
|
||||||
ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06ce1c40
|
ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06cc19a0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -154,7 +154,7 @@ ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06ce1c40
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06ce19a0
|
ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06cc1700
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -163,7 +163,7 @@ ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06ce19a0
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: System_Check_Func/9
|
Calls: System_Check_Func/9
|
||||||
ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06ce1700
|
ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06cc1460
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -172,7 +172,7 @@ ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06ce1700
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
Test_Signal_1_/0 (Test_Signal_1_) @06a9d3f0
|
Test_Signal_1_/0 (Test_Signal_1_) @06a6c3f0
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
|
|||||||
@ -4,7 +4,7 @@ Reclaiming variables:
|
|||||||
Clearing address taken flags:
|
Clearing address taken flags:
|
||||||
Symbol table:
|
Symbol table:
|
||||||
|
|
||||||
ECU_check/18 (ECU_check) @06ce32a0
|
ECU_check/18 (ECU_check) @06cc3c40
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -13,7 +13,7 @@ ECU_check/18 (ECU_check) @06ce32a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
RWA2_Arc_check/17 (RWA2_Arc_check) @06ce3000
|
RWA2_Arc_check/17 (RWA2_Arc_check) @06cc3b60
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -22,7 +22,7 @@ RWA2_Arc_check/17 (RWA2_Arc_check) @06ce3000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
RWA1_Arc_check/16 (RWA1_Arc_check) @06ce3ee0
|
RWA1_Arc_check/16 (RWA1_Arc_check) @06cc3a80
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -31,7 +31,7 @@ RWA1_Arc_check/16 (RWA1_Arc_check) @06ce3ee0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
RCU_Arc_check/15 (RCU_Arc_check) @06ce3e00
|
RCU_Arc_check/15 (RCU_Arc_check) @06cc39a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -40,7 +40,7 @@ RCU_Arc_check/15 (RCU_Arc_check) @06ce3e00
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
IDB_Arc_check/14 (IDB_Arc_check) @06ce3d20
|
IDB_Arc_check/14 (IDB_Arc_check) @06cc38c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -49,7 +49,7 @@ IDB_Arc_check/14 (IDB_Arc_check) @06ce3d20
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Emergency_Switch/13 (Emergency_Switch) @06ce0d38
|
Emergency_Switch/13 (Emergency_Switch) @06cbfd80
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -57,7 +57,7 @@ Emergency_Switch/13 (Emergency_Switch) @06ce0d38
|
|||||||
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_DIN_CH2/12 (GV_DIN_CH2) @06ce0cf0
|
GV_DIN_CH2/12 (GV_DIN_CH2) @06cbfd38
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -65,7 +65,7 @@ GV_DIN_CH2/12 (GV_DIN_CH2) @06ce0cf0
|
|||||||
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_DIN_CH1/11 (GV_DIN_CH1) @06ce0c60
|
GV_DIN_CH1/11 (GV_DIN_CH1) @06cbfca8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -73,7 +73,7 @@ GV_DIN_CH1/11 (GV_DIN_CH1) @06ce0c60
|
|||||||
Referring: ECU3_KATECH_Logic_10ms/4 (write)ECU3_KATECH_Logic_10ms/4 (read)
|
Referring: ECU3_KATECH_Logic_10ms/4 (write)ECU3_KATECH_Logic_10ms/4 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Digital_Read/10 (Digital_Read) @06ce3c40
|
Digital_Read/10 (Digital_Read) @06cc37e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -82,7 +82,7 @@ Digital_Read/10 (Digital_Read) @06ce3c40
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
System_Check_Func/9 (System_Check_Func) @06ce39a0
|
System_Check_Func/9 (System_Check_Func) @06cc3540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -91,7 +91,7 @@ System_Check_Func/9 (System_Check_Func) @06ce39a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_2ms/2 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_2ms/2 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06ce3460
|
ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06cc3000
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -100,7 +100,7 @@ ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06ce3460
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06ce31c0
|
ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06cc1a80
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -109,7 +109,7 @@ ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06ce31c0
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06ce1d20
|
ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06cc1540
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -118,7 +118,7 @@ ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06ce1d20
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06ce17e0
|
ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06cc1ee0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -127,7 +127,7 @@ ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06ce17e0
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06ce1ee0
|
ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06cc1c40
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: GV_DIN_CH1/11 (write)GV_DIN_CH2/12 (write)GV_DIN_CH1/11 (read)Emergency_Switch/13 (write)
|
References: GV_DIN_CH1/11 (write)GV_DIN_CH2/12 (write)GV_DIN_CH1/11 (read)Emergency_Switch/13 (write)
|
||||||
@ -136,7 +136,7 @@ ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06ce1ee0
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU_check/18 (1073741824 (estimated locally),1.00 per call) RWA2_Arc_check/17 (1073741824 (estimated locally),1.00 per call) RWA1_Arc_check/16 (1073741824 (estimated locally),1.00 per call) RCU_Arc_check/15 (1073741824 (estimated locally),1.00 per call) IDB_Arc_check/14 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU_check/18 (1073741824 (estimated locally),1.00 per call) RWA2_Arc_check/17 (1073741824 (estimated locally),1.00 per call) RWA1_Arc_check/16 (1073741824 (estimated locally),1.00 per call) RCU_Arc_check/15 (1073741824 (estimated locally),1.00 per call) IDB_Arc_check/14 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06ce1c40
|
ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06cc19a0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -145,7 +145,7 @@ ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06ce1c40
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06ce19a0
|
ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06cc1700
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -154,7 +154,7 @@ ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06ce19a0
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: System_Check_Func/9 (1073741824 (estimated locally),1.00 per call)
|
Calls: System_Check_Func/9 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06ce1700
|
ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06cc1460
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -163,7 +163,7 @@ ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06ce1700
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
Test_Signal_1_/0 (Test_Signal_1_) @06a9d3f0
|
Test_Signal_1_/0 (Test_Signal_1_) @06a6c3f0
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
|
|||||||
@ -14,7 +14,7 @@ Reclaiming variables:
|
|||||||
Clearing address taken flags:
|
Clearing address taken flags:
|
||||||
Symbol table:
|
Symbol table:
|
||||||
|
|
||||||
ECU_check/18 (ECU_check) @06ce32a0
|
ECU_check/18 (ECU_check) @06cc3c40
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -23,7 +23,7 @@ ECU_check/18 (ECU_check) @06ce32a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
RWA2_Arc_check/17 (RWA2_Arc_check) @06ce3000
|
RWA2_Arc_check/17 (RWA2_Arc_check) @06cc3b60
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -32,7 +32,7 @@ RWA2_Arc_check/17 (RWA2_Arc_check) @06ce3000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
RWA1_Arc_check/16 (RWA1_Arc_check) @06ce3ee0
|
RWA1_Arc_check/16 (RWA1_Arc_check) @06cc3a80
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -41,7 +41,7 @@ RWA1_Arc_check/16 (RWA1_Arc_check) @06ce3ee0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
RCU_Arc_check/15 (RCU_Arc_check) @06ce3e00
|
RCU_Arc_check/15 (RCU_Arc_check) @06cc39a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -50,7 +50,7 @@ RCU_Arc_check/15 (RCU_Arc_check) @06ce3e00
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
IDB_Arc_check/14 (IDB_Arc_check) @06ce3d20
|
IDB_Arc_check/14 (IDB_Arc_check) @06cc38c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -59,7 +59,7 @@ IDB_Arc_check/14 (IDB_Arc_check) @06ce3d20
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Emergency_Switch/13 (Emergency_Switch) @06ce0d38
|
Emergency_Switch/13 (Emergency_Switch) @06cbfd80
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -67,7 +67,7 @@ Emergency_Switch/13 (Emergency_Switch) @06ce0d38
|
|||||||
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_DIN_CH2/12 (GV_DIN_CH2) @06ce0cf0
|
GV_DIN_CH2/12 (GV_DIN_CH2) @06cbfd38
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -75,7 +75,7 @@ GV_DIN_CH2/12 (GV_DIN_CH2) @06ce0cf0
|
|||||||
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_DIN_CH1/11 (GV_DIN_CH1) @06ce0c60
|
GV_DIN_CH1/11 (GV_DIN_CH1) @06cbfca8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -83,7 +83,7 @@ GV_DIN_CH1/11 (GV_DIN_CH1) @06ce0c60
|
|||||||
Referring: ECU3_KATECH_Logic_10ms/4 (write)ECU3_KATECH_Logic_10ms/4 (read)
|
Referring: ECU3_KATECH_Logic_10ms/4 (write)ECU3_KATECH_Logic_10ms/4 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Digital_Read/10 (Digital_Read) @06ce3c40
|
Digital_Read/10 (Digital_Read) @06cc37e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -92,7 +92,7 @@ Digital_Read/10 (Digital_Read) @06ce3c40
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
System_Check_Func/9 (System_Check_Func) @06ce39a0
|
System_Check_Func/9 (System_Check_Func) @06cc3540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -101,7 +101,7 @@ System_Check_Func/9 (System_Check_Func) @06ce39a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_2ms/2 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_2ms/2 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06ce3460
|
ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06cc3000
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -110,7 +110,7 @@ ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06ce3460
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06ce31c0
|
ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06cc1a80
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -119,7 +119,7 @@ ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06ce31c0
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06ce1d20
|
ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06cc1540
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -128,7 +128,7 @@ ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06ce1d20
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06ce17e0
|
ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06cc1ee0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -137,7 +137,7 @@ ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06ce17e0
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06ce1ee0
|
ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06cc1c40
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: GV_DIN_CH1/11 (write)GV_DIN_CH2/12 (write)GV_DIN_CH1/11 (read)Emergency_Switch/13 (write)
|
References: GV_DIN_CH1/11 (write)GV_DIN_CH2/12 (write)GV_DIN_CH1/11 (read)Emergency_Switch/13 (write)
|
||||||
@ -146,7 +146,7 @@ ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06ce1ee0
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU_check/18 (1073741824 (estimated locally),1.00 per call) RWA2_Arc_check/17 (1073741824 (estimated locally),1.00 per call) RWA1_Arc_check/16 (1073741824 (estimated locally),1.00 per call) RCU_Arc_check/15 (1073741824 (estimated locally),1.00 per call) IDB_Arc_check/14 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU_check/18 (1073741824 (estimated locally),1.00 per call) RWA2_Arc_check/17 (1073741824 (estimated locally),1.00 per call) RWA1_Arc_check/16 (1073741824 (estimated locally),1.00 per call) RCU_Arc_check/15 (1073741824 (estimated locally),1.00 per call) IDB_Arc_check/14 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06ce1c40
|
ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06cc19a0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -155,7 +155,7 @@ ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06ce1c40
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06ce19a0
|
ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06cc1700
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -164,7 +164,7 @@ ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06ce19a0
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: System_Check_Func/9 (1073741824 (estimated locally),1.00 per call)
|
Calls: System_Check_Func/9 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06ce1700
|
ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06cc1460
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -173,7 +173,7 @@ ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06ce1700
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
Test_Signal_1_/0 (Test_Signal_1_) @06a9d3f0
|
Test_Signal_1_/0 (Test_Signal_1_) @06a6c3f0
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
|
|||||||
@ -57,7 +57,7 @@ Semantic equality hit:ECU3_KATECH_Logic_init->ECU3_KATECH_Logic_5ms
|
|||||||
Assembler symbol names:ECU3_KATECH_Logic_init->ECU3_KATECH_Logic_5ms
|
Assembler symbol names:ECU3_KATECH_Logic_init->ECU3_KATECH_Logic_5ms
|
||||||
|
|
||||||
Symbols to be put in SSA form
|
Symbols to be put in SSA form
|
||||||
{ D.7747 }
|
{ D.7748 }
|
||||||
Incremental SSA update started at block: 0
|
Incremental SSA update started at block: 0
|
||||||
Number of blocks in CFG: 3
|
Number of blocks in CFG: 3
|
||||||
Number of blocks to update: 2 ( 67%)
|
Number of blocks to update: 2 ( 67%)
|
||||||
@ -94,7 +94,7 @@ Semantic equality hit:ECU3_KATECH_Logic_init->ECU3_KATECH_Logic_20ms
|
|||||||
Assembler symbol names:ECU3_KATECH_Logic_init->ECU3_KATECH_Logic_20ms
|
Assembler symbol names:ECU3_KATECH_Logic_init->ECU3_KATECH_Logic_20ms
|
||||||
|
|
||||||
Symbols to be put in SSA form
|
Symbols to be put in SSA form
|
||||||
{ D.7748 }
|
{ D.7749 }
|
||||||
Incremental SSA update started at block: 0
|
Incremental SSA update started at block: 0
|
||||||
Number of blocks in CFG: 3
|
Number of blocks in CFG: 3
|
||||||
Number of blocks to update: 2 ( 67%)
|
Number of blocks to update: 2 ( 67%)
|
||||||
@ -131,7 +131,7 @@ Semantic equality hit:ECU3_KATECH_Logic_init->ECU3_KATECH_Logic_100ms
|
|||||||
Assembler symbol names:ECU3_KATECH_Logic_init->ECU3_KATECH_Logic_100ms
|
Assembler symbol names:ECU3_KATECH_Logic_init->ECU3_KATECH_Logic_100ms
|
||||||
|
|
||||||
Symbols to be put in SSA form
|
Symbols to be put in SSA form
|
||||||
{ D.7749 }
|
{ D.7750 }
|
||||||
Incremental SSA update started at block: 0
|
Incremental SSA update started at block: 0
|
||||||
Number of blocks in CFG: 3
|
Number of blocks in CFG: 3
|
||||||
Number of blocks to update: 2 ( 67%)
|
Number of blocks to update: 2 ( 67%)
|
||||||
@ -168,7 +168,7 @@ Semantic equality hit:ECU3_KATECH_Logic_init->ECU3_KATECH_Logic_200ms
|
|||||||
Assembler symbol names:ECU3_KATECH_Logic_init->ECU3_KATECH_Logic_200ms
|
Assembler symbol names:ECU3_KATECH_Logic_init->ECU3_KATECH_Logic_200ms
|
||||||
|
|
||||||
Symbols to be put in SSA form
|
Symbols to be put in SSA form
|
||||||
{ D.7750 }
|
{ D.7751 }
|
||||||
Incremental SSA update started at block: 0
|
Incremental SSA update started at block: 0
|
||||||
Number of blocks in CFG: 3
|
Number of blocks in CFG: 3
|
||||||
Number of blocks to update: 2 ( 67%)
|
Number of blocks to update: 2 ( 67%)
|
||||||
@ -205,7 +205,7 @@ Semantic equality hit:ECU3_KATECH_Logic_init->ECU3_KATECH_Logic_1000ms
|
|||||||
Assembler symbol names:ECU3_KATECH_Logic_init->ECU3_KATECH_Logic_1000ms
|
Assembler symbol names:ECU3_KATECH_Logic_init->ECU3_KATECH_Logic_1000ms
|
||||||
|
|
||||||
Symbols to be put in SSA form
|
Symbols to be put in SSA form
|
||||||
{ D.7751 }
|
{ D.7752 }
|
||||||
Incremental SSA update started at block: 0
|
Incremental SSA update started at block: 0
|
||||||
Number of blocks in CFG: 3
|
Number of blocks in CFG: 3
|
||||||
Number of blocks to update: 2 ( 67%)
|
Number of blocks to update: 2 ( 67%)
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
Symbol table:
|
Symbol table:
|
||||||
|
|
||||||
ECU_check/18 (ECU_check) @06ce32a0
|
ECU_check/18 (ECU_check) @06cc3c40
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -9,7 +9,7 @@ ECU_check/18 (ECU_check) @06ce32a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
RWA2_Arc_check/17 (RWA2_Arc_check) @06ce3000
|
RWA2_Arc_check/17 (RWA2_Arc_check) @06cc3b60
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -18,7 +18,7 @@ RWA2_Arc_check/17 (RWA2_Arc_check) @06ce3000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
RWA1_Arc_check/16 (RWA1_Arc_check) @06ce3ee0
|
RWA1_Arc_check/16 (RWA1_Arc_check) @06cc3a80
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -27,7 +27,7 @@ RWA1_Arc_check/16 (RWA1_Arc_check) @06ce3ee0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
RCU_Arc_check/15 (RCU_Arc_check) @06ce3e00
|
RCU_Arc_check/15 (RCU_Arc_check) @06cc39a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -36,7 +36,7 @@ RCU_Arc_check/15 (RCU_Arc_check) @06ce3e00
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
IDB_Arc_check/14 (IDB_Arc_check) @06ce3d20
|
IDB_Arc_check/14 (IDB_Arc_check) @06cc38c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -45,7 +45,7 @@ IDB_Arc_check/14 (IDB_Arc_check) @06ce3d20
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Emergency_Switch/13 (Emergency_Switch) @06ce0d38
|
Emergency_Switch/13 (Emergency_Switch) @06cbfd80
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -53,7 +53,7 @@ Emergency_Switch/13 (Emergency_Switch) @06ce0d38
|
|||||||
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_DIN_CH2/12 (GV_DIN_CH2) @06ce0cf0
|
GV_DIN_CH2/12 (GV_DIN_CH2) @06cbfd38
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -61,7 +61,7 @@ GV_DIN_CH2/12 (GV_DIN_CH2) @06ce0cf0
|
|||||||
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_DIN_CH1/11 (GV_DIN_CH1) @06ce0c60
|
GV_DIN_CH1/11 (GV_DIN_CH1) @06cbfca8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -69,7 +69,7 @@ GV_DIN_CH1/11 (GV_DIN_CH1) @06ce0c60
|
|||||||
Referring: ECU3_KATECH_Logic_10ms/4 (write)ECU3_KATECH_Logic_10ms/4 (read)
|
Referring: ECU3_KATECH_Logic_10ms/4 (write)ECU3_KATECH_Logic_10ms/4 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Digital_Read/10 (Digital_Read) @06ce3c40
|
Digital_Read/10 (Digital_Read) @06cc37e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -78,7 +78,7 @@ Digital_Read/10 (Digital_Read) @06ce3c40
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
System_Check_Func/9 (System_Check_Func) @06ce39a0
|
System_Check_Func/9 (System_Check_Func) @06cc3540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -87,7 +87,7 @@ System_Check_Func/9 (System_Check_Func) @06ce39a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_2ms/2 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_2ms/2 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06ce3460
|
ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06cc3000
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -96,7 +96,7 @@ ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06ce3460
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/1 (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/1 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06ce31c0
|
ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06cc1a80
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -105,7 +105,7 @@ ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06ce31c0
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/1 (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/1 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06ce1d20
|
ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06cc1540
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -114,7 +114,7 @@ ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06ce1d20
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/1 (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/1 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06ce17e0
|
ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06cc1ee0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -123,7 +123,7 @@ ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06ce17e0
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/1 (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/1 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06ce1ee0
|
ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06cc1c40
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: GV_DIN_CH1/11 (write)GV_DIN_CH2/12 (write)GV_DIN_CH1/11 (read)Emergency_Switch/13 (write)
|
References: GV_DIN_CH1/11 (write)GV_DIN_CH2/12 (write)GV_DIN_CH1/11 (read)Emergency_Switch/13 (write)
|
||||||
@ -132,7 +132,7 @@ ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06ce1ee0
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU_check/18 (1073741824 (estimated locally),1.00 per call) RWA2_Arc_check/17 (1073741824 (estimated locally),1.00 per call) RWA1_Arc_check/16 (1073741824 (estimated locally),1.00 per call) RCU_Arc_check/15 (1073741824 (estimated locally),1.00 per call) IDB_Arc_check/14 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU_check/18 (1073741824 (estimated locally),1.00 per call) RWA2_Arc_check/17 (1073741824 (estimated locally),1.00 per call) RWA1_Arc_check/16 (1073741824 (estimated locally),1.00 per call) RCU_Arc_check/15 (1073741824 (estimated locally),1.00 per call) IDB_Arc_check/14 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06ce1c40
|
ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06cc19a0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -141,7 +141,7 @@ ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06ce1c40
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/1 (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/1 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06ce19a0
|
ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06cc1700
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -150,7 +150,7 @@ ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06ce19a0
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: System_Check_Func/9 (1073741824 (estimated locally),1.00 per call)
|
Calls: System_Check_Func/9 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06ce1700
|
ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06cc1460
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -159,7 +159,7 @@ ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06ce1700
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_1000ms/8 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_200ms/7 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_100ms/6 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_20ms/5 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_5ms/3 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_1000ms/8 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_200ms/7 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_100ms/6 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_20ms/5 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_5ms/3 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Test_Signal_1_/0 (Test_Signal_1_) @06a9d3f0
|
Test_Signal_1_/0 (Test_Signal_1_) @06a6c3f0
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
|
|||||||
@ -55,7 +55,7 @@ Reclaiming variables:
|
|||||||
Clearing address taken flags:
|
Clearing address taken flags:
|
||||||
Symbol table:
|
Symbol table:
|
||||||
|
|
||||||
ECU_check/18 (ECU_check) @06ce32a0
|
ECU_check/18 (ECU_check) @06cc3c40
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -64,7 +64,7 @@ ECU_check/18 (ECU_check) @06ce32a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
RWA2_Arc_check/17 (RWA2_Arc_check) @06ce3000
|
RWA2_Arc_check/17 (RWA2_Arc_check) @06cc3b60
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -73,7 +73,7 @@ RWA2_Arc_check/17 (RWA2_Arc_check) @06ce3000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
RWA1_Arc_check/16 (RWA1_Arc_check) @06ce3ee0
|
RWA1_Arc_check/16 (RWA1_Arc_check) @06cc3a80
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -82,7 +82,7 @@ RWA1_Arc_check/16 (RWA1_Arc_check) @06ce3ee0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
RCU_Arc_check/15 (RCU_Arc_check) @06ce3e00
|
RCU_Arc_check/15 (RCU_Arc_check) @06cc39a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -91,7 +91,7 @@ RCU_Arc_check/15 (RCU_Arc_check) @06ce3e00
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
IDB_Arc_check/14 (IDB_Arc_check) @06ce3d20
|
IDB_Arc_check/14 (IDB_Arc_check) @06cc38c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -100,7 +100,7 @@ IDB_Arc_check/14 (IDB_Arc_check) @06ce3d20
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Emergency_Switch/13 (Emergency_Switch) @06ce0d38
|
Emergency_Switch/13 (Emergency_Switch) @06cbfd80
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -108,7 +108,7 @@ Emergency_Switch/13 (Emergency_Switch) @06ce0d38
|
|||||||
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_DIN_CH2/12 (GV_DIN_CH2) @06ce0cf0
|
GV_DIN_CH2/12 (GV_DIN_CH2) @06cbfd38
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -116,7 +116,7 @@ GV_DIN_CH2/12 (GV_DIN_CH2) @06ce0cf0
|
|||||||
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_DIN_CH1/11 (GV_DIN_CH1) @06ce0c60
|
GV_DIN_CH1/11 (GV_DIN_CH1) @06cbfca8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -124,7 +124,7 @@ GV_DIN_CH1/11 (GV_DIN_CH1) @06ce0c60
|
|||||||
Referring: ECU3_KATECH_Logic_10ms/4 (write)ECU3_KATECH_Logic_10ms/4 (read)
|
Referring: ECU3_KATECH_Logic_10ms/4 (write)ECU3_KATECH_Logic_10ms/4 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Digital_Read/10 (Digital_Read) @06ce3c40
|
Digital_Read/10 (Digital_Read) @06cc37e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -133,7 +133,7 @@ Digital_Read/10 (Digital_Read) @06ce3c40
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
System_Check_Func/9 (System_Check_Func) @06ce39a0
|
System_Check_Func/9 (System_Check_Func) @06cc3540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -142,7 +142,7 @@ System_Check_Func/9 (System_Check_Func) @06ce39a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_2ms/2 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_2ms/2 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06ce3460
|
ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06cc3000
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -151,7 +151,7 @@ ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06ce3460
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/1 (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/1 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06ce31c0
|
ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06cc1a80
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -160,7 +160,7 @@ ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06ce31c0
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/1 (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/1 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06ce1d20
|
ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06cc1540
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -169,7 +169,7 @@ ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06ce1d20
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/1 (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/1 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06ce17e0
|
ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06cc1ee0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -178,7 +178,7 @@ ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06ce17e0
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/1 (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/1 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06ce1ee0
|
ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06cc1c40
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: GV_DIN_CH1/11 (write)GV_DIN_CH2/12 (write)GV_DIN_CH1/11 (read)Emergency_Switch/13 (write)
|
References: GV_DIN_CH1/11 (write)GV_DIN_CH2/12 (write)GV_DIN_CH1/11 (read)Emergency_Switch/13 (write)
|
||||||
@ -187,7 +187,7 @@ ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06ce1ee0
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU_check/18 (1073741824 (estimated locally),1.00 per call) RWA2_Arc_check/17 (1073741824 (estimated locally),1.00 per call) RWA1_Arc_check/16 (1073741824 (estimated locally),1.00 per call) RCU_Arc_check/15 (1073741824 (estimated locally),1.00 per call) IDB_Arc_check/14 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU_check/18 (1073741824 (estimated locally),1.00 per call) RWA2_Arc_check/17 (1073741824 (estimated locally),1.00 per call) RWA1_Arc_check/16 (1073741824 (estimated locally),1.00 per call) RCU_Arc_check/15 (1073741824 (estimated locally),1.00 per call) IDB_Arc_check/14 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06ce1c40
|
ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06cc19a0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -196,7 +196,7 @@ ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06ce1c40
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/1 (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/1 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06ce19a0
|
ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06cc1700
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -205,7 +205,7 @@ ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06ce19a0
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: System_Check_Func/9 (1073741824 (estimated locally),1.00 per call)
|
Calls: System_Check_Func/9 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06ce1700
|
ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06cc1460
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -214,7 +214,7 @@ ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06ce1700
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_1000ms/8 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_200ms/7 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_100ms/6 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_20ms/5 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_5ms/3 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_1000ms/8 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_200ms/7 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_100ms/6 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_20ms/5 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_5ms/3 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Test_Signal_1_/0 (Test_Signal_1_) @06a9d3f0
|
Test_Signal_1_/0 (Test_Signal_1_) @06a6c3f0
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
|
|||||||
@ -202,7 +202,7 @@ IPA function summary for ECU3_KATECH_Logic_init/1 inlinable
|
|||||||
|
|
||||||
Symbol table:
|
Symbol table:
|
||||||
|
|
||||||
ECU_check/18 (ECU_check) @06ce32a0
|
ECU_check/18 (ECU_check) @06cc3c40
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -211,7 +211,7 @@ ECU_check/18 (ECU_check) @06ce32a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
RWA2_Arc_check/17 (RWA2_Arc_check) @06ce3000
|
RWA2_Arc_check/17 (RWA2_Arc_check) @06cc3b60
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -220,7 +220,7 @@ RWA2_Arc_check/17 (RWA2_Arc_check) @06ce3000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
RWA1_Arc_check/16 (RWA1_Arc_check) @06ce3ee0
|
RWA1_Arc_check/16 (RWA1_Arc_check) @06cc3a80
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -229,7 +229,7 @@ RWA1_Arc_check/16 (RWA1_Arc_check) @06ce3ee0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
RCU_Arc_check/15 (RCU_Arc_check) @06ce3e00
|
RCU_Arc_check/15 (RCU_Arc_check) @06cc39a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -238,7 +238,7 @@ RCU_Arc_check/15 (RCU_Arc_check) @06ce3e00
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
IDB_Arc_check/14 (IDB_Arc_check) @06ce3d20
|
IDB_Arc_check/14 (IDB_Arc_check) @06cc38c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -247,7 +247,7 @@ IDB_Arc_check/14 (IDB_Arc_check) @06ce3d20
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Emergency_Switch/13 (Emergency_Switch) @06ce0d38
|
Emergency_Switch/13 (Emergency_Switch) @06cbfd80
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -255,7 +255,7 @@ Emergency_Switch/13 (Emergency_Switch) @06ce0d38
|
|||||||
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_DIN_CH2/12 (GV_DIN_CH2) @06ce0cf0
|
GV_DIN_CH2/12 (GV_DIN_CH2) @06cbfd38
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -263,7 +263,7 @@ GV_DIN_CH2/12 (GV_DIN_CH2) @06ce0cf0
|
|||||||
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_DIN_CH1/11 (GV_DIN_CH1) @06ce0c60
|
GV_DIN_CH1/11 (GV_DIN_CH1) @06cbfca8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -271,7 +271,7 @@ GV_DIN_CH1/11 (GV_DIN_CH1) @06ce0c60
|
|||||||
Referring: ECU3_KATECH_Logic_10ms/4 (write)ECU3_KATECH_Logic_10ms/4 (read)
|
Referring: ECU3_KATECH_Logic_10ms/4 (write)ECU3_KATECH_Logic_10ms/4 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Digital_Read/10 (Digital_Read) @06ce3c40
|
Digital_Read/10 (Digital_Read) @06cc37e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -280,7 +280,7 @@ Digital_Read/10 (Digital_Read) @06ce3c40
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
System_Check_Func/9 (System_Check_Func) @06ce39a0
|
System_Check_Func/9 (System_Check_Func) @06cc3540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -289,7 +289,7 @@ System_Check_Func/9 (System_Check_Func) @06ce39a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_2ms/2 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_2ms/2 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06ce3460
|
ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06cc3000
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -298,7 +298,7 @@ ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06ce3460
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/1 (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/1 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06ce31c0
|
ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06cc1a80
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -307,7 +307,7 @@ ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06ce31c0
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/1 (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/1 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06ce1d20
|
ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06cc1540
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -316,7 +316,7 @@ ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06ce1d20
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/1 (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/1 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06ce17e0
|
ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06cc1ee0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -325,7 +325,7 @@ ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06ce17e0
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/1 (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/1 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06ce1ee0
|
ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06cc1c40
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: GV_DIN_CH1/11 (write)GV_DIN_CH2/12 (write)GV_DIN_CH1/11 (read)Emergency_Switch/13 (write)
|
References: GV_DIN_CH1/11 (write)GV_DIN_CH2/12 (write)GV_DIN_CH1/11 (read)Emergency_Switch/13 (write)
|
||||||
@ -334,7 +334,7 @@ ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06ce1ee0
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU_check/18 (1073741824 (estimated locally),1.00 per call) RWA2_Arc_check/17 (1073741824 (estimated locally),1.00 per call) RWA1_Arc_check/16 (1073741824 (estimated locally),1.00 per call) RCU_Arc_check/15 (1073741824 (estimated locally),1.00 per call) IDB_Arc_check/14 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU_check/18 (1073741824 (estimated locally),1.00 per call) RWA2_Arc_check/17 (1073741824 (estimated locally),1.00 per call) RWA1_Arc_check/16 (1073741824 (estimated locally),1.00 per call) RCU_Arc_check/15 (1073741824 (estimated locally),1.00 per call) IDB_Arc_check/14 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06ce1c40
|
ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06cc19a0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -343,7 +343,7 @@ ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06ce1c40
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/1 (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/1 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06ce19a0
|
ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06cc1700
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -352,7 +352,7 @@ ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06ce19a0
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: System_Check_Func/9 (1073741824 (estimated locally),1.00 per call)
|
Calls: System_Check_Func/9 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06ce1700
|
ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06cc1460
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -361,7 +361,7 @@ ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06ce1700
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_1000ms/8 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_200ms/7 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_100ms/6 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_20ms/5 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_5ms/3 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_1000ms/8 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_200ms/7 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_100ms/6 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_20ms/5 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_5ms/3 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Test_Signal_1_/0 (Test_Signal_1_) @06a9d3f0
|
Test_Signal_1_/0 (Test_Signal_1_) @06a6c3f0
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
|
|||||||
@ -281,7 +281,7 @@ IPA function summary for ECU3_KATECH_Logic_init/1 inlinable
|
|||||||
|
|
||||||
Symbol table:
|
Symbol table:
|
||||||
|
|
||||||
ECU3_KATECH_Logic_init/23 (ECU3_KATECH_Logic_init) @06d167e0
|
ECU3_KATECH_Logic_init/23 (ECU3_KATECH_Logic_init) @06cf6460
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 22
|
next sharing asm name: 22
|
||||||
@ -293,7 +293,7 @@ ECU3_KATECH_Logic_init/23 (ECU3_KATECH_Logic_init) @06d167e0
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_200ms/7 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_200ms/7 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_init/22 (ECU3_KATECH_Logic_init) @06d16700
|
ECU3_KATECH_Logic_init/22 (ECU3_KATECH_Logic_init) @06cf6380
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 21
|
next sharing asm name: 21
|
||||||
@ -306,7 +306,7 @@ ECU3_KATECH_Logic_init/22 (ECU3_KATECH_Logic_init) @06d16700
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_100ms/6 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_100ms/6 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_init/21 (ECU3_KATECH_Logic_init) @06d16620
|
ECU3_KATECH_Logic_init/21 (ECU3_KATECH_Logic_init) @06cf62a0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 20
|
next sharing asm name: 20
|
||||||
@ -319,7 +319,7 @@ ECU3_KATECH_Logic_init/21 (ECU3_KATECH_Logic_init) @06d16620
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_20ms/5 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_20ms/5 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_init/20 (ECU3_KATECH_Logic_init) @06d16540
|
ECU3_KATECH_Logic_init/20 (ECU3_KATECH_Logic_init) @06cf61c0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 19
|
next sharing asm name: 19
|
||||||
@ -332,7 +332,7 @@ ECU3_KATECH_Logic_init/20 (ECU3_KATECH_Logic_init) @06d16540
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_5ms/3 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_5ms/3 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_init/19 (ECU3_KATECH_Logic_init) @06d16460
|
ECU3_KATECH_Logic_init/19 (ECU3_KATECH_Logic_init) @06cf60e0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 1
|
next sharing asm name: 1
|
||||||
@ -345,7 +345,7 @@ ECU3_KATECH_Logic_init/19 (ECU3_KATECH_Logic_init) @06d16460
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_1000ms/8 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_1000ms/8 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU_check/18 (ECU_check) @06ce32a0
|
ECU_check/18 (ECU_check) @06cc3c40
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -354,7 +354,7 @@ ECU_check/18 (ECU_check) @06ce32a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
RWA2_Arc_check/17 (RWA2_Arc_check) @06ce3000
|
RWA2_Arc_check/17 (RWA2_Arc_check) @06cc3b60
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -363,7 +363,7 @@ RWA2_Arc_check/17 (RWA2_Arc_check) @06ce3000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
RWA1_Arc_check/16 (RWA1_Arc_check) @06ce3ee0
|
RWA1_Arc_check/16 (RWA1_Arc_check) @06cc3a80
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -372,7 +372,7 @@ RWA1_Arc_check/16 (RWA1_Arc_check) @06ce3ee0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
RCU_Arc_check/15 (RCU_Arc_check) @06ce3e00
|
RCU_Arc_check/15 (RCU_Arc_check) @06cc39a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -381,7 +381,7 @@ RCU_Arc_check/15 (RCU_Arc_check) @06ce3e00
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
IDB_Arc_check/14 (IDB_Arc_check) @06ce3d20
|
IDB_Arc_check/14 (IDB_Arc_check) @06cc38c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -390,7 +390,7 @@ IDB_Arc_check/14 (IDB_Arc_check) @06ce3d20
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Emergency_Switch/13 (Emergency_Switch) @06ce0d38
|
Emergency_Switch/13 (Emergency_Switch) @06cbfd80
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -398,7 +398,7 @@ Emergency_Switch/13 (Emergency_Switch) @06ce0d38
|
|||||||
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_DIN_CH2/12 (GV_DIN_CH2) @06ce0cf0
|
GV_DIN_CH2/12 (GV_DIN_CH2) @06cbfd38
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -406,7 +406,7 @@ GV_DIN_CH2/12 (GV_DIN_CH2) @06ce0cf0
|
|||||||
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
Referring: ECU3_KATECH_Logic_10ms/4 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_DIN_CH1/11 (GV_DIN_CH1) @06ce0c60
|
GV_DIN_CH1/11 (GV_DIN_CH1) @06cbfca8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -414,7 +414,7 @@ GV_DIN_CH1/11 (GV_DIN_CH1) @06ce0c60
|
|||||||
Referring: ECU3_KATECH_Logic_10ms/4 (write)ECU3_KATECH_Logic_10ms/4 (read)
|
Referring: ECU3_KATECH_Logic_10ms/4 (write)ECU3_KATECH_Logic_10ms/4 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Digital_Read/10 (Digital_Read) @06ce3c40
|
Digital_Read/10 (Digital_Read) @06cc37e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -423,7 +423,7 @@ Digital_Read/10 (Digital_Read) @06ce3c40
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
System_Check_Func/9 (System_Check_Func) @06ce39a0
|
System_Check_Func/9 (System_Check_Func) @06cc3540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -432,7 +432,7 @@ System_Check_Func/9 (System_Check_Func) @06ce39a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_2ms/2 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_2ms/2 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06ce3460
|
ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06cc3000
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -441,7 +441,7 @@ ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06ce3460
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/19 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/19 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06ce31c0
|
ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06cc1a80
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -450,7 +450,7 @@ ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06ce31c0
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/23 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/23 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06ce1d20
|
ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06cc1540
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -459,7 +459,7 @@ ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06ce1d20
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/22 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/22 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06ce17e0
|
ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06cc1ee0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -468,7 +468,7 @@ ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06ce17e0
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/21 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/21 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06ce1ee0
|
ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06cc1c40
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: GV_DIN_CH1/11 (write)GV_DIN_CH2/12 (write)GV_DIN_CH1/11 (read)Emergency_Switch/13 (write)
|
References: GV_DIN_CH1/11 (write)GV_DIN_CH2/12 (write)GV_DIN_CH1/11 (read)Emergency_Switch/13 (write)
|
||||||
@ -477,7 +477,7 @@ ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06ce1ee0
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU_check/18 (1073741824 (estimated locally),1.00 per call) RWA2_Arc_check/17 (1073741824 (estimated locally),1.00 per call) RWA1_Arc_check/16 (1073741824 (estimated locally),1.00 per call) RCU_Arc_check/15 (1073741824 (estimated locally),1.00 per call) IDB_Arc_check/14 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU_check/18 (1073741824 (estimated locally),1.00 per call) RWA2_Arc_check/17 (1073741824 (estimated locally),1.00 per call) RWA1_Arc_check/16 (1073741824 (estimated locally),1.00 per call) RCU_Arc_check/15 (1073741824 (estimated locally),1.00 per call) IDB_Arc_check/14 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06ce1c40
|
ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06cc19a0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -486,7 +486,7 @@ ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06ce1c40
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/20 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/20 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06ce19a0
|
ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06cc1700
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -495,7 +495,7 @@ ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06ce19a0
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: System_Check_Func/9 (1073741824 (estimated locally),1.00 per call)
|
Calls: System_Check_Func/9 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06ce1700
|
ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06cc1460
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
previous sharing asm name: 19
|
previous sharing asm name: 19
|
||||||
@ -505,7 +505,7 @@ ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06ce1700
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
Test_Signal_1_/0 (Test_Signal_1_) @06a9d3f0
|
Test_Signal_1_/0 (Test_Signal_1_) @06a6c3f0
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -525,7 +525,7 @@ Saving body of ECU3_KATECH_Logic_init for later reuse
|
|||||||
;; nodes: 0 1
|
;; nodes: 0 1
|
||||||
|
|
||||||
Symbols to be put in SSA form
|
Symbols to be put in SSA form
|
||||||
{ D.7753 }
|
{ D.7754 }
|
||||||
Incremental SSA update started at block: 0
|
Incremental SSA update started at block: 0
|
||||||
Number of blocks in CFG: 4
|
Number of blocks in CFG: 4
|
||||||
Number of blocks to update: 3 ( 75%)
|
Number of blocks to update: 3 ( 75%)
|
||||||
|
|||||||
@ -54,11 +54,11 @@ Function is locally const.
|
|||||||
Function is locally const.
|
Function is locally const.
|
||||||
callgraph:
|
callgraph:
|
||||||
|
|
||||||
ECU3_KATECH_Logic_init/23 (ECU3_KATECH_Logic_init) @06d167e0
|
ECU3_KATECH_Logic_init/23 (ECU3_KATECH_Logic_init) @06cf6460
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 22
|
next sharing asm name: 22
|
||||||
Aux: @06a4e430
|
Aux: @06a820a0
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Function ECU3_KATECH_Logic_init/23 is inline copy in ECU3_KATECH_Logic_200ms/7
|
Function ECU3_KATECH_Logic_init/23 is inline copy in ECU3_KATECH_Logic_200ms/7
|
||||||
@ -67,12 +67,12 @@ ECU3_KATECH_Logic_init/23 (ECU3_KATECH_Logic_init) @06d167e0
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_200ms/7 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_200ms/7 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_init/22 (ECU3_KATECH_Logic_init) @06d16700
|
ECU3_KATECH_Logic_init/22 (ECU3_KATECH_Logic_init) @06cf6380
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 21
|
next sharing asm name: 21
|
||||||
previous sharing asm name: 23
|
previous sharing asm name: 23
|
||||||
Aux: @06a4e590
|
Aux: @06a820e0
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Function ECU3_KATECH_Logic_init/22 is inline copy in ECU3_KATECH_Logic_100ms/6
|
Function ECU3_KATECH_Logic_init/22 is inline copy in ECU3_KATECH_Logic_100ms/6
|
||||||
@ -81,12 +81,12 @@ ECU3_KATECH_Logic_init/22 (ECU3_KATECH_Logic_init) @06d16700
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_100ms/6 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_100ms/6 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_init/21 (ECU3_KATECH_Logic_init) @06d16620
|
ECU3_KATECH_Logic_init/21 (ECU3_KATECH_Logic_init) @06cf62a0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 20
|
next sharing asm name: 20
|
||||||
previous sharing asm name: 22
|
previous sharing asm name: 22
|
||||||
Aux: @06a4e450
|
Aux: @06a82120
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Function ECU3_KATECH_Logic_init/21 is inline copy in ECU3_KATECH_Logic_20ms/5
|
Function ECU3_KATECH_Logic_init/21 is inline copy in ECU3_KATECH_Logic_20ms/5
|
||||||
@ -95,12 +95,12 @@ ECU3_KATECH_Logic_init/21 (ECU3_KATECH_Logic_init) @06d16620
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_20ms/5 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_20ms/5 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_init/20 (ECU3_KATECH_Logic_init) @06d16540
|
ECU3_KATECH_Logic_init/20 (ECU3_KATECH_Logic_init) @06cf61c0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 19
|
next sharing asm name: 19
|
||||||
previous sharing asm name: 21
|
previous sharing asm name: 21
|
||||||
Aux: @06a4e530
|
Aux: @06a82180
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Function ECU3_KATECH_Logic_init/20 is inline copy in ECU3_KATECH_Logic_5ms/3
|
Function ECU3_KATECH_Logic_init/20 is inline copy in ECU3_KATECH_Logic_5ms/3
|
||||||
@ -109,12 +109,12 @@ ECU3_KATECH_Logic_init/20 (ECU3_KATECH_Logic_init) @06d16540
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_5ms/3 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_5ms/3 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_init/19 (ECU3_KATECH_Logic_init) @06d16460
|
ECU3_KATECH_Logic_init/19 (ECU3_KATECH_Logic_init) @06cf60e0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 1
|
next sharing asm name: 1
|
||||||
previous sharing asm name: 20
|
previous sharing asm name: 20
|
||||||
Aux: @06a4e570
|
Aux: @06a82340
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Function ECU3_KATECH_Logic_init/19 is inline copy in ECU3_KATECH_Logic_1000ms/8
|
Function ECU3_KATECH_Logic_init/19 is inline copy in ECU3_KATECH_Logic_1000ms/8
|
||||||
@ -123,7 +123,7 @@ ECU3_KATECH_Logic_init/19 (ECU3_KATECH_Logic_init) @06d16460
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_1000ms/8 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_1000ms/8 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU_check/18 (ECU_check) @06ce32a0
|
ECU_check/18 (ECU_check) @06cc3c40
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -132,7 +132,7 @@ ECU_check/18 (ECU_check) @06ce32a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
RWA2_Arc_check/17 (RWA2_Arc_check) @06ce3000
|
RWA2_Arc_check/17 (RWA2_Arc_check) @06cc3b60
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -141,7 +141,7 @@ RWA2_Arc_check/17 (RWA2_Arc_check) @06ce3000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
RWA1_Arc_check/16 (RWA1_Arc_check) @06ce3ee0
|
RWA1_Arc_check/16 (RWA1_Arc_check) @06cc3a80
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -150,7 +150,7 @@ RWA1_Arc_check/16 (RWA1_Arc_check) @06ce3ee0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
RCU_Arc_check/15 (RCU_Arc_check) @06ce3e00
|
RCU_Arc_check/15 (RCU_Arc_check) @06cc39a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -159,7 +159,7 @@ RCU_Arc_check/15 (RCU_Arc_check) @06ce3e00
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
IDB_Arc_check/14 (IDB_Arc_check) @06ce3d20
|
IDB_Arc_check/14 (IDB_Arc_check) @06cc38c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -168,7 +168,7 @@ IDB_Arc_check/14 (IDB_Arc_check) @06ce3d20
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Digital_Read/10 (Digital_Read) @06ce3c40
|
Digital_Read/10 (Digital_Read) @06cc37e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -177,7 +177,7 @@ Digital_Read/10 (Digital_Read) @06ce3c40
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
System_Check_Func/9 (System_Check_Func) @06ce39a0
|
System_Check_Func/9 (System_Check_Func) @06cc3540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -186,81 +186,81 @@ System_Check_Func/9 (System_Check_Func) @06ce39a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_2ms/2 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_2ms/2 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06ce3460
|
ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06cc3000
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06a4e5b0
|
Aux: @06a822c0
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/19 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/19 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06ce31c0
|
ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06cc1a80
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06a4e5d0
|
Aux: @06a82320
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/23 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/23 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06ce1d20
|
ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06cc1540
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06a4e5f0
|
Aux: @06a82380
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/22 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/22 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06ce17e0
|
ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06cc1ee0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06a4e8b0
|
Aux: @06a82600
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/21 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/21 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06ce1ee0
|
ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06cc1c40
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06a4e730
|
Aux: @06a82500
|
||||||
References: GV_DIN_CH1/11 (write)GV_DIN_CH2/12 (write)GV_DIN_CH1/11 (read)Emergency_Switch/13 (write)
|
References: GV_DIN_CH1/11 (write)GV_DIN_CH2/12 (write)GV_DIN_CH1/11 (read)Emergency_Switch/13 (write)
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU_check/18 (1073741824 (estimated locally),1.00 per call) RWA2_Arc_check/17 (1073741824 (estimated locally),1.00 per call) RWA1_Arc_check/16 (1073741824 (estimated locally),1.00 per call) RCU_Arc_check/15 (1073741824 (estimated locally),1.00 per call) IDB_Arc_check/14 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU_check/18 (1073741824 (estimated locally),1.00 per call) RWA2_Arc_check/17 (1073741824 (estimated locally),1.00 per call) RWA1_Arc_check/16 (1073741824 (estimated locally),1.00 per call) RCU_Arc_check/15 (1073741824 (estimated locally),1.00 per call) IDB_Arc_check/14 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06ce1c40
|
ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06cc19a0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06a4e870
|
Aux: @06a824a0
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/20 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/20 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06ce19a0
|
ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06cc1700
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06a4e8d0
|
Aux: @06a825e0
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: System_Check_Func/9 (1073741824 (estimated locally),1.00 per call)
|
Calls: System_Check_Func/9 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06ce1700
|
ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06cc1460
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
previous sharing asm name: 19
|
previous sharing asm name: 19
|
||||||
Aux: @06a4e7b0
|
Aux: @06a82520
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
@ -270,11 +270,11 @@ ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06ce1700
|
|||||||
|
|
||||||
|
|
||||||
ordered call graph: reduced for nothrow
|
ordered call graph: reduced for nothrow
|
||||||
ECU3_KATECH_Logic_init/23 (ECU3_KATECH_Logic_init) @06d167e0
|
ECU3_KATECH_Logic_init/23 (ECU3_KATECH_Logic_init) @06cf6460
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 22
|
next sharing asm name: 22
|
||||||
Aux: @06a4e430
|
Aux: @06a820a0
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Function ECU3_KATECH_Logic_init/23 is inline copy in ECU3_KATECH_Logic_200ms/7
|
Function ECU3_KATECH_Logic_init/23 is inline copy in ECU3_KATECH_Logic_200ms/7
|
||||||
@ -283,12 +283,12 @@ ECU3_KATECH_Logic_init/23 (ECU3_KATECH_Logic_init) @06d167e0
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_200ms/7 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_200ms/7 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_init/22 (ECU3_KATECH_Logic_init) @06d16700
|
ECU3_KATECH_Logic_init/22 (ECU3_KATECH_Logic_init) @06cf6380
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 21
|
next sharing asm name: 21
|
||||||
previous sharing asm name: 23
|
previous sharing asm name: 23
|
||||||
Aux: @06a4e590
|
Aux: @06a820e0
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Function ECU3_KATECH_Logic_init/22 is inline copy in ECU3_KATECH_Logic_100ms/6
|
Function ECU3_KATECH_Logic_init/22 is inline copy in ECU3_KATECH_Logic_100ms/6
|
||||||
@ -297,12 +297,12 @@ ECU3_KATECH_Logic_init/22 (ECU3_KATECH_Logic_init) @06d16700
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_100ms/6 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_100ms/6 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_init/21 (ECU3_KATECH_Logic_init) @06d16620
|
ECU3_KATECH_Logic_init/21 (ECU3_KATECH_Logic_init) @06cf62a0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 20
|
next sharing asm name: 20
|
||||||
previous sharing asm name: 22
|
previous sharing asm name: 22
|
||||||
Aux: @06a4e450
|
Aux: @06a82120
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Function ECU3_KATECH_Logic_init/21 is inline copy in ECU3_KATECH_Logic_20ms/5
|
Function ECU3_KATECH_Logic_init/21 is inline copy in ECU3_KATECH_Logic_20ms/5
|
||||||
@ -311,12 +311,12 @@ ECU3_KATECH_Logic_init/21 (ECU3_KATECH_Logic_init) @06d16620
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_20ms/5 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_20ms/5 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_init/20 (ECU3_KATECH_Logic_init) @06d16540
|
ECU3_KATECH_Logic_init/20 (ECU3_KATECH_Logic_init) @06cf61c0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 19
|
next sharing asm name: 19
|
||||||
previous sharing asm name: 21
|
previous sharing asm name: 21
|
||||||
Aux: @06a4e530
|
Aux: @06a82180
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Function ECU3_KATECH_Logic_init/20 is inline copy in ECU3_KATECH_Logic_5ms/3
|
Function ECU3_KATECH_Logic_init/20 is inline copy in ECU3_KATECH_Logic_5ms/3
|
||||||
@ -325,12 +325,12 @@ ECU3_KATECH_Logic_init/20 (ECU3_KATECH_Logic_init) @06d16540
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_5ms/3 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_5ms/3 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_init/19 (ECU3_KATECH_Logic_init) @06d16460
|
ECU3_KATECH_Logic_init/19 (ECU3_KATECH_Logic_init) @06cf60e0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 1
|
next sharing asm name: 1
|
||||||
previous sharing asm name: 20
|
previous sharing asm name: 20
|
||||||
Aux: @06a4e570
|
Aux: @06a82340
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Function ECU3_KATECH_Logic_init/19 is inline copy in ECU3_KATECH_Logic_1000ms/8
|
Function ECU3_KATECH_Logic_init/19 is inline copy in ECU3_KATECH_Logic_1000ms/8
|
||||||
@ -339,81 +339,81 @@ ECU3_KATECH_Logic_init/19 (ECU3_KATECH_Logic_init) @06d16460
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_1000ms/8 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_1000ms/8 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06ce3460
|
ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06cc3000
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06a4e5b0
|
Aux: @06a822c0
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/19 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/19 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06ce31c0
|
ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06cc1a80
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06a4e5d0
|
Aux: @06a82320
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/23 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/23 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06ce1d20
|
ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06cc1540
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06a4e5f0
|
Aux: @06a82380
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/22 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/22 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06ce17e0
|
ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06cc1ee0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06a4e8b0
|
Aux: @06a82600
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/21 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/21 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06ce1ee0
|
ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06cc1c40
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06a4e730
|
Aux: @06a82500
|
||||||
References: GV_DIN_CH1/11 (write)GV_DIN_CH2/12 (write)GV_DIN_CH1/11 (read)Emergency_Switch/13 (write)
|
References: GV_DIN_CH1/11 (write)GV_DIN_CH2/12 (write)GV_DIN_CH1/11 (read)Emergency_Switch/13 (write)
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU_check/18 (1073741824 (estimated locally),1.00 per call) RWA2_Arc_check/17 (1073741824 (estimated locally),1.00 per call) RWA1_Arc_check/16 (1073741824 (estimated locally),1.00 per call) RCU_Arc_check/15 (1073741824 (estimated locally),1.00 per call) IDB_Arc_check/14 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU_check/18 (1073741824 (estimated locally),1.00 per call) RWA2_Arc_check/17 (1073741824 (estimated locally),1.00 per call) RWA1_Arc_check/16 (1073741824 (estimated locally),1.00 per call) RCU_Arc_check/15 (1073741824 (estimated locally),1.00 per call) IDB_Arc_check/14 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06ce1c40
|
ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06cc19a0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06a4e870
|
Aux: @06a824a0
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/20 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/20 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06ce19a0
|
ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06cc1700
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06a4e8d0
|
Aux: @06a825e0
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: System_Check_Func/9 (1073741824 (estimated locally),1.00 per call)
|
Calls: System_Check_Func/9 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06ce1700
|
ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06cc1460
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
previous sharing asm name: 19
|
previous sharing asm name: 19
|
||||||
Aux: @06a4e7b0
|
Aux: @06a82520
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
@ -455,11 +455,11 @@ ECU3_KATECH_Logic_2ms: malloc_bottom
|
|||||||
ECU3_KATECH_Logic_init: malloc_bottom
|
ECU3_KATECH_Logic_init: malloc_bottom
|
||||||
callgraph:
|
callgraph:
|
||||||
|
|
||||||
ECU3_KATECH_Logic_init/23 (ECU3_KATECH_Logic_init) @06d167e0
|
ECU3_KATECH_Logic_init/23 (ECU3_KATECH_Logic_init) @06cf6460
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 22
|
next sharing asm name: 22
|
||||||
Aux: @06a4e830
|
Aux: @06a82660
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Function ECU3_KATECH_Logic_init/23 is inline copy in ECU3_KATECH_Logic_200ms/7
|
Function ECU3_KATECH_Logic_init/23 is inline copy in ECU3_KATECH_Logic_200ms/7
|
||||||
@ -468,12 +468,12 @@ ECU3_KATECH_Logic_init/23 (ECU3_KATECH_Logic_init) @06d167e0
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_200ms/7 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_200ms/7 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_init/22 (ECU3_KATECH_Logic_init) @06d16700
|
ECU3_KATECH_Logic_init/22 (ECU3_KATECH_Logic_init) @06cf6380
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 21
|
next sharing asm name: 21
|
||||||
previous sharing asm name: 23
|
previous sharing asm name: 23
|
||||||
Aux: @06a4e770
|
Aux: @06a82780
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Function ECU3_KATECH_Logic_init/22 is inline copy in ECU3_KATECH_Logic_100ms/6
|
Function ECU3_KATECH_Logic_init/22 is inline copy in ECU3_KATECH_Logic_100ms/6
|
||||||
@ -482,12 +482,12 @@ ECU3_KATECH_Logic_init/22 (ECU3_KATECH_Logic_init) @06d16700
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_100ms/6 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_100ms/6 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_init/21 (ECU3_KATECH_Logic_init) @06d16620
|
ECU3_KATECH_Logic_init/21 (ECU3_KATECH_Logic_init) @06cf62a0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 20
|
next sharing asm name: 20
|
||||||
previous sharing asm name: 22
|
previous sharing asm name: 22
|
||||||
Aux: @06a4e930
|
Aux: @06a82680
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Function ECU3_KATECH_Logic_init/21 is inline copy in ECU3_KATECH_Logic_20ms/5
|
Function ECU3_KATECH_Logic_init/21 is inline copy in ECU3_KATECH_Logic_20ms/5
|
||||||
@ -496,12 +496,12 @@ ECU3_KATECH_Logic_init/21 (ECU3_KATECH_Logic_init) @06d16620
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_20ms/5 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_20ms/5 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_init/20 (ECU3_KATECH_Logic_init) @06d16540
|
ECU3_KATECH_Logic_init/20 (ECU3_KATECH_Logic_init) @06cf61c0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 19
|
next sharing asm name: 19
|
||||||
previous sharing asm name: 21
|
previous sharing asm name: 21
|
||||||
Aux: @06a4e990
|
Aux: @06a82760
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Function ECU3_KATECH_Logic_init/20 is inline copy in ECU3_KATECH_Logic_5ms/3
|
Function ECU3_KATECH_Logic_init/20 is inline copy in ECU3_KATECH_Logic_5ms/3
|
||||||
@ -510,12 +510,12 @@ ECU3_KATECH_Logic_init/20 (ECU3_KATECH_Logic_init) @06d16540
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_5ms/3 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_5ms/3 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_init/19 (ECU3_KATECH_Logic_init) @06d16460
|
ECU3_KATECH_Logic_init/19 (ECU3_KATECH_Logic_init) @06cf60e0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 1
|
next sharing asm name: 1
|
||||||
previous sharing asm name: 20
|
previous sharing asm name: 20
|
||||||
Aux: @06a4e7d0
|
Aux: @06a82500
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Function ECU3_KATECH_Logic_init/19 is inline copy in ECU3_KATECH_Logic_1000ms/8
|
Function ECU3_KATECH_Logic_init/19 is inline copy in ECU3_KATECH_Logic_1000ms/8
|
||||||
@ -524,7 +524,7 @@ ECU3_KATECH_Logic_init/19 (ECU3_KATECH_Logic_init) @06d16460
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_1000ms/8 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_1000ms/8 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU_check/18 (ECU_check) @06ce32a0
|
ECU_check/18 (ECU_check) @06cc3c40
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -533,7 +533,7 @@ ECU_check/18 (ECU_check) @06ce32a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
RWA2_Arc_check/17 (RWA2_Arc_check) @06ce3000
|
RWA2_Arc_check/17 (RWA2_Arc_check) @06cc3b60
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -542,7 +542,7 @@ RWA2_Arc_check/17 (RWA2_Arc_check) @06ce3000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
RWA1_Arc_check/16 (RWA1_Arc_check) @06ce3ee0
|
RWA1_Arc_check/16 (RWA1_Arc_check) @06cc3a80
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -551,7 +551,7 @@ RWA1_Arc_check/16 (RWA1_Arc_check) @06ce3ee0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
RCU_Arc_check/15 (RCU_Arc_check) @06ce3e00
|
RCU_Arc_check/15 (RCU_Arc_check) @06cc39a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -560,7 +560,7 @@ RCU_Arc_check/15 (RCU_Arc_check) @06ce3e00
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
IDB_Arc_check/14 (IDB_Arc_check) @06ce3d20
|
IDB_Arc_check/14 (IDB_Arc_check) @06cc38c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -569,7 +569,7 @@ IDB_Arc_check/14 (IDB_Arc_check) @06ce3d20
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Digital_Read/10 (Digital_Read) @06ce3c40
|
Digital_Read/10 (Digital_Read) @06cc37e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -578,7 +578,7 @@ Digital_Read/10 (Digital_Read) @06ce3c40
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
System_Check_Func/9 (System_Check_Func) @06ce39a0
|
System_Check_Func/9 (System_Check_Func) @06cc3540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -587,81 +587,81 @@ System_Check_Func/9 (System_Check_Func) @06ce39a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_2ms/2 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_2ms/2 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06ce3460
|
ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06cc3000
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06a4e750
|
Aux: @06a82460
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/19 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/19 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06ce31c0
|
ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06cc1a80
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06a4e6d0
|
Aux: @06a82700
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/23 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/23 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06ce1d20
|
ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06cc1540
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06a4e8f0
|
Aux: @06a826a0
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/22 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/22 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06ce17e0
|
ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06cc1ee0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06a4e730
|
Aux: @06a82740
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/21 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/21 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06ce1ee0
|
ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06cc1c40
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06a4e810
|
Aux: @06a82520
|
||||||
References: GV_DIN_CH1/11 (write)GV_DIN_CH2/12 (write)GV_DIN_CH1/11 (read)Emergency_Switch/13 (write)
|
References: GV_DIN_CH1/11 (write)GV_DIN_CH2/12 (write)GV_DIN_CH1/11 (read)Emergency_Switch/13 (write)
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU_check/18 (1073741824 (estimated locally),1.00 per call) RWA2_Arc_check/17 (1073741824 (estimated locally),1.00 per call) RWA1_Arc_check/16 (1073741824 (estimated locally),1.00 per call) RCU_Arc_check/15 (1073741824 (estimated locally),1.00 per call) IDB_Arc_check/14 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU_check/18 (1073741824 (estimated locally),1.00 per call) RWA2_Arc_check/17 (1073741824 (estimated locally),1.00 per call) RWA1_Arc_check/16 (1073741824 (estimated locally),1.00 per call) RCU_Arc_check/15 (1073741824 (estimated locally),1.00 per call) IDB_Arc_check/14 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06ce1c40
|
ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06cc19a0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06a4e8b0
|
Aux: @06a82540
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/20 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/20 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06ce19a0
|
ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06cc1700
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06a4e9d0
|
Aux: @06a82480
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: System_Check_Func/9 (1073741824 (estimated locally),1.00 per call)
|
Calls: System_Check_Func/9 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06ce1700
|
ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06cc1460
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
previous sharing asm name: 19
|
previous sharing asm name: 19
|
||||||
Aux: @06a4e7f0
|
Aux: @06a825c0
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
@ -671,22 +671,22 @@ ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06ce1700
|
|||||||
|
|
||||||
|
|
||||||
ordered call graph: reduced
|
ordered call graph: reduced
|
||||||
ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06ce3460
|
ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06cc3000
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06a4e750
|
Aux: @06a82460
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/19 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/19 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_init/19 (ECU3_KATECH_Logic_init) @06d16460
|
ECU3_KATECH_Logic_init/19 (ECU3_KATECH_Logic_init) @06cf60e0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 1
|
next sharing asm name: 1
|
||||||
previous sharing asm name: 20
|
previous sharing asm name: 20
|
||||||
Aux: @06a4e7d0
|
Aux: @06a82500
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Function ECU3_KATECH_Logic_init/19 is inline copy in ECU3_KATECH_Logic_1000ms/8
|
Function ECU3_KATECH_Logic_init/19 is inline copy in ECU3_KATECH_Logic_1000ms/8
|
||||||
@ -695,21 +695,21 @@ ECU3_KATECH_Logic_init/19 (ECU3_KATECH_Logic_init) @06d16460
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_1000ms/8 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_1000ms/8 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06ce31c0
|
ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06cc1a80
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06a4e6d0
|
Aux: @06a82700
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/23 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/23 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_init/23 (ECU3_KATECH_Logic_init) @06d167e0
|
ECU3_KATECH_Logic_init/23 (ECU3_KATECH_Logic_init) @06cf6460
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 22
|
next sharing asm name: 22
|
||||||
Aux: @06a4e830
|
Aux: @06a82660
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Function ECU3_KATECH_Logic_init/23 is inline copy in ECU3_KATECH_Logic_200ms/7
|
Function ECU3_KATECH_Logic_init/23 is inline copy in ECU3_KATECH_Logic_200ms/7
|
||||||
@ -718,22 +718,22 @@ ECU3_KATECH_Logic_init/23 (ECU3_KATECH_Logic_init) @06d167e0
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_200ms/7 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_200ms/7 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06ce1d20
|
ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06cc1540
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06a4e8f0
|
Aux: @06a826a0
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/22 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/22 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_init/22 (ECU3_KATECH_Logic_init) @06d16700
|
ECU3_KATECH_Logic_init/22 (ECU3_KATECH_Logic_init) @06cf6380
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 21
|
next sharing asm name: 21
|
||||||
previous sharing asm name: 23
|
previous sharing asm name: 23
|
||||||
Aux: @06a4e770
|
Aux: @06a82780
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Function ECU3_KATECH_Logic_init/22 is inline copy in ECU3_KATECH_Logic_100ms/6
|
Function ECU3_KATECH_Logic_init/22 is inline copy in ECU3_KATECH_Logic_100ms/6
|
||||||
@ -742,22 +742,22 @@ ECU3_KATECH_Logic_init/22 (ECU3_KATECH_Logic_init) @06d16700
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_100ms/6 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_100ms/6 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06ce17e0
|
ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06cc1ee0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06a4e730
|
Aux: @06a82740
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/21 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/21 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_init/21 (ECU3_KATECH_Logic_init) @06d16620
|
ECU3_KATECH_Logic_init/21 (ECU3_KATECH_Logic_init) @06cf62a0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 20
|
next sharing asm name: 20
|
||||||
previous sharing asm name: 22
|
previous sharing asm name: 22
|
||||||
Aux: @06a4e930
|
Aux: @06a82680
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Function ECU3_KATECH_Logic_init/21 is inline copy in ECU3_KATECH_Logic_20ms/5
|
Function ECU3_KATECH_Logic_init/21 is inline copy in ECU3_KATECH_Logic_20ms/5
|
||||||
@ -766,32 +766,32 @@ ECU3_KATECH_Logic_init/21 (ECU3_KATECH_Logic_init) @06d16620
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_20ms/5 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_20ms/5 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06ce1ee0
|
ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06cc1c40
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06a4e810
|
Aux: @06a82520
|
||||||
References: GV_DIN_CH1/11 (write)GV_DIN_CH2/12 (write)GV_DIN_CH1/11 (read)Emergency_Switch/13 (write)
|
References: GV_DIN_CH1/11 (write)GV_DIN_CH2/12 (write)GV_DIN_CH1/11 (read)Emergency_Switch/13 (write)
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU_check/18 (1073741824 (estimated locally),1.00 per call) RWA2_Arc_check/17 (1073741824 (estimated locally),1.00 per call) RWA1_Arc_check/16 (1073741824 (estimated locally),1.00 per call) RCU_Arc_check/15 (1073741824 (estimated locally),1.00 per call) IDB_Arc_check/14 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU_check/18 (1073741824 (estimated locally),1.00 per call) RWA2_Arc_check/17 (1073741824 (estimated locally),1.00 per call) RWA1_Arc_check/16 (1073741824 (estimated locally),1.00 per call) RCU_Arc_check/15 (1073741824 (estimated locally),1.00 per call) IDB_Arc_check/14 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06ce1c40
|
ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06cc19a0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06a4e8b0
|
Aux: @06a82540
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/20 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/20 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_init/20 (ECU3_KATECH_Logic_init) @06d16540
|
ECU3_KATECH_Logic_init/20 (ECU3_KATECH_Logic_init) @06cf61c0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 19
|
next sharing asm name: 19
|
||||||
previous sharing asm name: 21
|
previous sharing asm name: 21
|
||||||
Aux: @06a4e990
|
Aux: @06a82760
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Function ECU3_KATECH_Logic_init/20 is inline copy in ECU3_KATECH_Logic_5ms/3
|
Function ECU3_KATECH_Logic_init/20 is inline copy in ECU3_KATECH_Logic_5ms/3
|
||||||
@ -800,21 +800,21 @@ ECU3_KATECH_Logic_init/20 (ECU3_KATECH_Logic_init) @06d16540
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_5ms/3 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_5ms/3 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06ce19a0
|
ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06cc1700
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06a4e9d0
|
Aux: @06a82480
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: System_Check_Func/9 (1073741824 (estimated locally),1.00 per call)
|
Calls: System_Check_Func/9 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06ce1700
|
ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06cc1460
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
previous sharing asm name: 19
|
previous sharing asm name: 19
|
||||||
Aux: @06a4e7f0
|
Aux: @06a825c0
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
callgraph:
|
callgraph:
|
||||||
|
|
||||||
ECU3_KATECH_Logic_init/23 (ECU3_KATECH_Logic_init) @06d167e0
|
ECU3_KATECH_Logic_init/23 (ECU3_KATECH_Logic_init) @06cf6460
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 22
|
next sharing asm name: 22
|
||||||
@ -12,7 +12,7 @@ ECU3_KATECH_Logic_init/23 (ECU3_KATECH_Logic_init) @06d167e0
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged nonfreeing_fn optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_200ms/7 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_200ms/7 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_init/22 (ECU3_KATECH_Logic_init) @06d16700
|
ECU3_KATECH_Logic_init/22 (ECU3_KATECH_Logic_init) @06cf6380
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 21
|
next sharing asm name: 21
|
||||||
@ -25,7 +25,7 @@ ECU3_KATECH_Logic_init/22 (ECU3_KATECH_Logic_init) @06d16700
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged nonfreeing_fn optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_100ms/6 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_100ms/6 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_init/21 (ECU3_KATECH_Logic_init) @06d16620
|
ECU3_KATECH_Logic_init/21 (ECU3_KATECH_Logic_init) @06cf62a0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 20
|
next sharing asm name: 20
|
||||||
@ -38,7 +38,7 @@ ECU3_KATECH_Logic_init/21 (ECU3_KATECH_Logic_init) @06d16620
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged nonfreeing_fn optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_20ms/5 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_20ms/5 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_init/20 (ECU3_KATECH_Logic_init) @06d16540
|
ECU3_KATECH_Logic_init/20 (ECU3_KATECH_Logic_init) @06cf61c0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 19
|
next sharing asm name: 19
|
||||||
@ -51,7 +51,7 @@ ECU3_KATECH_Logic_init/20 (ECU3_KATECH_Logic_init) @06d16540
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged nonfreeing_fn optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_5ms/3 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_5ms/3 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_init/19 (ECU3_KATECH_Logic_init) @06d16460
|
ECU3_KATECH_Logic_init/19 (ECU3_KATECH_Logic_init) @06cf60e0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 1
|
next sharing asm name: 1
|
||||||
@ -64,7 +64,7 @@ ECU3_KATECH_Logic_init/19 (ECU3_KATECH_Logic_init) @06d16460
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged nonfreeing_fn optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_1000ms/8 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_1000ms/8 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU_check/18 (ECU_check) @06ce32a0
|
ECU_check/18 (ECU_check) @06cc3c40
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -73,7 +73,7 @@ ECU_check/18 (ECU_check) @06ce32a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
RWA2_Arc_check/17 (RWA2_Arc_check) @06ce3000
|
RWA2_Arc_check/17 (RWA2_Arc_check) @06cc3b60
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -82,7 +82,7 @@ RWA2_Arc_check/17 (RWA2_Arc_check) @06ce3000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
RWA1_Arc_check/16 (RWA1_Arc_check) @06ce3ee0
|
RWA1_Arc_check/16 (RWA1_Arc_check) @06cc3a80
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -91,7 +91,7 @@ RWA1_Arc_check/16 (RWA1_Arc_check) @06ce3ee0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
RCU_Arc_check/15 (RCU_Arc_check) @06ce3e00
|
RCU_Arc_check/15 (RCU_Arc_check) @06cc39a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -100,7 +100,7 @@ RCU_Arc_check/15 (RCU_Arc_check) @06ce3e00
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
IDB_Arc_check/14 (IDB_Arc_check) @06ce3d20
|
IDB_Arc_check/14 (IDB_Arc_check) @06cc38c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -109,7 +109,7 @@ IDB_Arc_check/14 (IDB_Arc_check) @06ce3d20
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Digital_Read/10 (Digital_Read) @06ce3c40
|
Digital_Read/10 (Digital_Read) @06cc37e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -118,7 +118,7 @@ Digital_Read/10 (Digital_Read) @06ce3c40
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call) ECU3_KATECH_Logic_10ms/4 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
System_Check_Func/9 (System_Check_Func) @06ce39a0
|
System_Check_Func/9 (System_Check_Func) @06cc3540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -127,7 +127,7 @@ System_Check_Func/9 (System_Check_Func) @06ce39a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_2ms/2 (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_2ms/2 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06ce3460
|
ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06cc3000
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -136,7 +136,7 @@ ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06ce3460
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/19 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/19 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06ce31c0
|
ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06cc1a80
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -145,7 +145,7 @@ ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06ce31c0
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/23 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/23 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06ce1d20
|
ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06cc1540
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -154,7 +154,7 @@ ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06ce1d20
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/22 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/22 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06ce17e0
|
ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06cc1ee0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -163,7 +163,7 @@ ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06ce17e0
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/21 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/21 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06ce1ee0
|
ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06cc1c40
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: GV_DIN_CH1/11 (write)GV_DIN_CH2/12 (write)GV_DIN_CH1/11 (read)Emergency_Switch/13 (write)
|
References: GV_DIN_CH1/11 (write)GV_DIN_CH2/12 (write)GV_DIN_CH1/11 (read)Emergency_Switch/13 (write)
|
||||||
@ -172,7 +172,7 @@ ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06ce1ee0
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU_check/18 (1073741824 (estimated locally),1.00 per call) RWA2_Arc_check/17 (1073741824 (estimated locally),1.00 per call) RWA1_Arc_check/16 (1073741824 (estimated locally),1.00 per call) RCU_Arc_check/15 (1073741824 (estimated locally),1.00 per call) IDB_Arc_check/14 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU_check/18 (1073741824 (estimated locally),1.00 per call) RWA2_Arc_check/17 (1073741824 (estimated locally),1.00 per call) RWA1_Arc_check/16 (1073741824 (estimated locally),1.00 per call) RCU_Arc_check/15 (1073741824 (estimated locally),1.00 per call) IDB_Arc_check/14 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06ce1c40
|
ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06cc19a0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -181,7 +181,7 @@ ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06ce1c40
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/20 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/20 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06ce19a0
|
ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06cc1700
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -190,7 +190,7 @@ ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06ce19a0
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: System_Check_Func/9 (1073741824 (estimated locally),1.00 per call)
|
Calls: System_Check_Func/9 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06ce1700
|
ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06cc1460
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
previous sharing asm name: 19
|
previous sharing asm name: 19
|
||||||
@ -243,22 +243,22 @@ Function name:ECU3_KATECH_Logic_init/1:
|
|||||||
locals written:
|
locals written:
|
||||||
|
|
||||||
ordered call graph: reduced
|
ordered call graph: reduced
|
||||||
ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06ce3460
|
ECU3_KATECH_Logic_1000ms/8 (ECU3_KATECH_Logic_1000ms) @06cc3000
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06a4e6b0
|
Aux: @06a820a0
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/19 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/19 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_init/19 (ECU3_KATECH_Logic_init) @06d16460
|
ECU3_KATECH_Logic_init/19 (ECU3_KATECH_Logic_init) @06cf60e0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 1
|
next sharing asm name: 1
|
||||||
previous sharing asm name: 20
|
previous sharing asm name: 20
|
||||||
Aux: @06a4e590
|
Aux: @06a82080
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Function ECU3_KATECH_Logic_init/19 is inline copy in ECU3_KATECH_Logic_1000ms/8
|
Function ECU3_KATECH_Logic_init/19 is inline copy in ECU3_KATECH_Logic_1000ms/8
|
||||||
@ -267,21 +267,21 @@ ECU3_KATECH_Logic_init/19 (ECU3_KATECH_Logic_init) @06d16460
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged nonfreeing_fn optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_1000ms/8 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_1000ms/8 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06ce31c0
|
ECU3_KATECH_Logic_200ms/7 (ECU3_KATECH_Logic_200ms) @06cc1a80
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06a4e450
|
Aux: @06a820e0
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/23 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/23 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_init/23 (ECU3_KATECH_Logic_init) @06d167e0
|
ECU3_KATECH_Logic_init/23 (ECU3_KATECH_Logic_init) @06cf6460
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 22
|
next sharing asm name: 22
|
||||||
Aux: @06a4e570
|
Aux: @06a82220
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Function ECU3_KATECH_Logic_init/23 is inline copy in ECU3_KATECH_Logic_200ms/7
|
Function ECU3_KATECH_Logic_init/23 is inline copy in ECU3_KATECH_Logic_200ms/7
|
||||||
@ -290,22 +290,22 @@ ECU3_KATECH_Logic_init/23 (ECU3_KATECH_Logic_init) @06d167e0
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged nonfreeing_fn optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_200ms/7 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_200ms/7 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06ce1d20
|
ECU3_KATECH_Logic_100ms/6 (ECU3_KATECH_Logic_100ms) @06cc1540
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06a4e5f0
|
Aux: @06a82280
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/22 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/22 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_init/22 (ECU3_KATECH_Logic_init) @06d16700
|
ECU3_KATECH_Logic_init/22 (ECU3_KATECH_Logic_init) @06cf6380
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 21
|
next sharing asm name: 21
|
||||||
previous sharing asm name: 23
|
previous sharing asm name: 23
|
||||||
Aux: @06a4e430
|
Aux: @06a82300
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Function ECU3_KATECH_Logic_init/22 is inline copy in ECU3_KATECH_Logic_100ms/6
|
Function ECU3_KATECH_Logic_init/22 is inline copy in ECU3_KATECH_Logic_100ms/6
|
||||||
@ -314,22 +314,22 @@ ECU3_KATECH_Logic_init/22 (ECU3_KATECH_Logic_init) @06d16700
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged nonfreeing_fn optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_100ms/6 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_100ms/6 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06ce17e0
|
ECU3_KATECH_Logic_20ms/5 (ECU3_KATECH_Logic_20ms) @06cc1ee0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06a4e3b0
|
Aux: @06a82320
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/21 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/21 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_init/21 (ECU3_KATECH_Logic_init) @06d16620
|
ECU3_KATECH_Logic_init/21 (ECU3_KATECH_Logic_init) @06cf62a0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 20
|
next sharing asm name: 20
|
||||||
previous sharing asm name: 22
|
previous sharing asm name: 22
|
||||||
Aux: @06a4e5b0
|
Aux: @06a82000
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Function ECU3_KATECH_Logic_init/21 is inline copy in ECU3_KATECH_Logic_20ms/5
|
Function ECU3_KATECH_Logic_init/21 is inline copy in ECU3_KATECH_Logic_20ms/5
|
||||||
@ -338,32 +338,32 @@ ECU3_KATECH_Logic_init/21 (ECU3_KATECH_Logic_init) @06d16620
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged nonfreeing_fn optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_20ms/5 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_20ms/5 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06ce1ee0
|
ECU3_KATECH_Logic_10ms/4 (ECU3_KATECH_Logic_10ms) @06cc1c40
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06a4e310
|
Aux: @06a82180
|
||||||
References: GV_DIN_CH1/11 (write)GV_DIN_CH2/12 (write)GV_DIN_CH1/11 (read)Emergency_Switch/13 (write)
|
References: GV_DIN_CH1/11 (write)GV_DIN_CH2/12 (write)GV_DIN_CH1/11 (read)Emergency_Switch/13 (write)
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU_check/18 (1073741824 (estimated locally),1.00 per call) RWA2_Arc_check/17 (1073741824 (estimated locally),1.00 per call) RWA1_Arc_check/16 (1073741824 (estimated locally),1.00 per call) RCU_Arc_check/15 (1073741824 (estimated locally),1.00 per call) IDB_Arc_check/14 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU_check/18 (1073741824 (estimated locally),1.00 per call) RWA2_Arc_check/17 (1073741824 (estimated locally),1.00 per call) RWA1_Arc_check/16 (1073741824 (estimated locally),1.00 per call) RCU_Arc_check/15 (1073741824 (estimated locally),1.00 per call) IDB_Arc_check/14 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call) Digital_Read/10 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06ce1c40
|
ECU3_KATECH_Logic_5ms/3 (ECU3_KATECH_Logic_5ms) @06cc19a0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06a4e490
|
Aux: @06a82020
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_init/20 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_init/20 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_init/20 (ECU3_KATECH_Logic_init) @06d16540
|
ECU3_KATECH_Logic_init/20 (ECU3_KATECH_Logic_init) @06cf61c0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 19
|
next sharing asm name: 19
|
||||||
previous sharing asm name: 21
|
previous sharing asm name: 21
|
||||||
Aux: @06a4e4b0
|
Aux: @06a821a0
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Function ECU3_KATECH_Logic_init/20 is inline copy in ECU3_KATECH_Logic_5ms/3
|
Function ECU3_KATECH_Logic_init/20 is inline copy in ECU3_KATECH_Logic_5ms/3
|
||||||
@ -372,21 +372,21 @@ ECU3_KATECH_Logic_init/20 (ECU3_KATECH_Logic_init) @06d16540
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged nonfreeing_fn optimize_size
|
||||||
Called by: ECU3_KATECH_Logic_5ms/3 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: ECU3_KATECH_Logic_5ms/3 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06ce19a0
|
ECU3_KATECH_Logic_2ms/2 (ECU3_KATECH_Logic_2ms) @06cc1700
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06a4e4f0
|
Aux: @06a822c0
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: System_Check_Func/9 (1073741824 (estimated locally),1.00 per call)
|
Calls: System_Check_Func/9 (1073741824 (estimated locally),1.00 per call)
|
||||||
ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06ce1700
|
ECU3_KATECH_Logic_init/1 (ECU3_KATECH_Logic_init) @06cc1460
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
previous sharing asm name: 19
|
previous sharing asm name: 19
|
||||||
Aux: @06a4e530
|
Aux: @06a821e0
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
|
|||||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -13,7 +13,7 @@ Reclaiming variables:
|
|||||||
Clearing address taken flags:
|
Clearing address taken flags:
|
||||||
Symbol table:
|
Symbol table:
|
||||||
|
|
||||||
Key_Off_Process_Func/32 (Key_Off_Process_Func) @06b3f0e0
|
Key_Off_Process_Func/32 (Key_Off_Process_Func) @06b600e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -22,7 +22,7 @@ Key_Off_Process_Func/32 (Key_Off_Process_Func) @06b3f0e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0
|
Called by: System_Check_Func/0
|
||||||
Calls:
|
Calls:
|
||||||
GV_VCU_GearSelStat/31 (GV_VCU_GearSelStat) @06b3d6c0
|
GV_VCU_GearSelStat/31 (GV_VCU_GearSelStat) @06b5e6c0
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -30,7 +30,7 @@ GV_VCU_GearSelStat/31 (GV_VCU_GearSelStat) @06b3d6c0
|
|||||||
Referring: System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_VCU_EPAM_Park_Request_to_EPC/30 (GV_VCU_EPAM_Park_Request_to_EPC) @06b3d678
|
GV_VCU_EPAM_Park_Request_to_EPC/30 (GV_VCU_EPAM_Park_Request_to_EPC) @06b5e678
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -38,7 +38,7 @@ GV_VCU_EPAM_Park_Request_to_EPC/30 (GV_VCU_EPAM_Park_Request_to_EPC) @06b3d678
|
|||||||
Referring: System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Read_LDC_Voltage/29 (Read_LDC_Voltage) @06b3f000
|
Read_LDC_Voltage/29 (Read_LDC_Voltage) @06b60000
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -47,7 +47,7 @@ Read_LDC_Voltage/29 (Read_LDC_Voltage) @06b3f000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0
|
Called by: System_Check_Func/0
|
||||||
Calls:
|
Calls:
|
||||||
Est_Vehicle_Speed/28 (Est_Vehicle_Speed) @06b02d20
|
Est_Vehicle_Speed/28 (Est_Vehicle_Speed) @06b13d20
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -56,7 +56,7 @@ Est_Vehicle_Speed/28 (Est_Vehicle_Speed) @06b02d20
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0
|
Called by: System_Check_Func/0
|
||||||
Calls:
|
Calls:
|
||||||
Motor_Status/27 (Motor_Status) @06b02540
|
Motor_Status/27 (Motor_Status) @06b13540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -65,7 +65,7 @@ Motor_Status/27 (Motor_Status) @06b02540
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0
|
Called by: System_Check_Func/0
|
||||||
Calls:
|
Calls:
|
||||||
Check_Charging_Status/26 (Check_Charging_Status) @06b02380
|
Check_Charging_Status/26 (Check_Charging_Status) @06b13380
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -74,7 +74,7 @@ Check_Charging_Status/26 (Check_Charging_Status) @06b02380
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0
|
Called by: System_Check_Func/0
|
||||||
Calls:
|
Calls:
|
||||||
Drive_Mode_Func/25 (Drive_Mode_Func) @06b029a0
|
Drive_Mode_Func/25 (Drive_Mode_Func) @06b139a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -83,7 +83,7 @@ Drive_Mode_Func/25 (Drive_Mode_Func) @06b029a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0
|
Called by: System_Check_Func/0
|
||||||
Calls:
|
Calls:
|
||||||
Key_on_Process_Func/24 (Key_on_Process_Func) @06b028c0
|
Key_on_Process_Func/24 (Key_on_Process_Func) @06b138c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -92,7 +92,7 @@ Key_on_Process_Func/24 (Key_on_Process_Func) @06b028c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0
|
Called by: System_Check_Func/0
|
||||||
Calls:
|
Calls:
|
||||||
IG_OnCheck_HV_Status/23 (IG_OnCheck_HV_Status) @06b027e0
|
IG_OnCheck_HV_Status/23 (IG_OnCheck_HV_Status) @06b137e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -101,7 +101,7 @@ IG_OnCheck_HV_Status/23 (IG_OnCheck_HV_Status) @06b027e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0
|
Called by: System_Check_Func/0
|
||||||
Calls:
|
Calls:
|
||||||
SET_SW_VER/22 (SET_SW_VER) @06b02700
|
SET_SW_VER/22 (SET_SW_VER) @06b13700
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -110,7 +110,7 @@ SET_SW_VER/22 (SET_SW_VER) @06b02700
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0
|
Called by: System_Check_Func/0
|
||||||
Calls:
|
Calls:
|
||||||
GV_VCU_Ready/21 (GV_VCU_Ready) @06b3d3f0
|
GV_VCU_Ready/21 (GV_VCU_Ready) @06b5e3f0
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -118,7 +118,7 @@ GV_VCU_Ready/21 (GV_VCU_Ready) @06b3d3f0
|
|||||||
Referring: System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Soc_Check_befor_IGN/20 (Soc_Check_befor_IGN) @06b02620
|
Soc_Check_befor_IGN/20 (Soc_Check_befor_IGN) @06b13620
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -127,7 +127,7 @@ Soc_Check_befor_IGN/20 (Soc_Check_befor_IGN) @06b02620
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0
|
Called by: System_Check_Func/0
|
||||||
Calls:
|
Calls:
|
||||||
GV_Key_Off_Level/19 (GV_Key_Off_Level) @06b3d360
|
GV_Key_Off_Level/19 (GV_Key_Off_Level) @06b5e360
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -135,7 +135,7 @@ GV_Key_Off_Level/19 (GV_Key_Off_Level) @06b3d360
|
|||||||
Referring: System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_CE_ON_CMD/18 (GV_CE_ON_CMD) @06b3d318
|
GV_CE_ON_CMD/18 (GV_CE_ON_CMD) @06b5e318
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -143,7 +143,7 @@ GV_CE_ON_CMD/18 (GV_CE_ON_CMD) @06b3d318
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_IG_Process_Status/17 (GV_IG_Process_Status) @06b3d2d0
|
GV_IG_Process_Status/17 (GV_IG_Process_Status) @06b5e2d0
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -151,7 +151,7 @@ GV_IG_Process_Status/17 (GV_IG_Process_Status) @06b3d2d0
|
|||||||
Referring: System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (write)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (write)System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (write)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (write)System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_VCU_Ignition/16 (GV_VCU_Ignition) @06b3d288
|
GV_VCU_Ignition/16 (GV_VCU_Ignition) @06b5e288
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -159,7 +159,7 @@ GV_VCU_Ignition/16 (GV_VCU_Ignition) @06b3d288
|
|||||||
Referring: System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_LDC_Apply_Check/15 (GV_LDC_Apply_Check) @06b3d240
|
GV_LDC_Apply_Check/15 (GV_LDC_Apply_Check) @06b5e240
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -167,7 +167,7 @@ GV_LDC_Apply_Check/15 (GV_LDC_Apply_Check) @06b3d240
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_LDC_STA/14 (GV_LDC_STA) @06b3d1f8
|
GV_LDC_STA/14 (GV_LDC_STA) @06b5e1f8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -175,7 +175,7 @@ GV_LDC_STA/14 (GV_LDC_STA) @06b3d1f8
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_HV_Apply_Check/13 (GV_HV_Apply_Check) @06b3d1b0
|
GV_HV_Apply_Check/13 (GV_HV_Apply_Check) @06b5e1b0
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -183,7 +183,7 @@ GV_HV_Apply_Check/13 (GV_HV_Apply_Check) @06b3d1b0
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_BMS_HVOn_STA/12 (GV_BMS_HVOn_STA) @06b3d168
|
GV_BMS_HVOn_STA/12 (GV_BMS_HVOn_STA) @06b5e168
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -191,7 +191,7 @@ GV_BMS_HVOn_STA/12 (GV_BMS_HVOn_STA) @06b3d168
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_OBC_Fault_Check/11 (GV_OBC_Fault_Check) @06b3d120
|
GV_OBC_Fault_Check/11 (GV_OBC_Fault_Check) @06b5e120
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -199,7 +199,7 @@ GV_OBC_Fault_Check/11 (GV_OBC_Fault_Check) @06b3d120
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_OBC_Interlock/10 (GV_OBC_Interlock) @06b3d0d8
|
GV_OBC_Interlock/10 (GV_OBC_Interlock) @06b5e0d8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -207,7 +207,7 @@ GV_OBC_Interlock/10 (GV_OBC_Interlock) @06b3d0d8
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_LDC_Fault_Check/9 (GV_LDC_Fault_Check) @06b3d090
|
GV_LDC_Fault_Check/9 (GV_LDC_Fault_Check) @06b5e090
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -215,7 +215,7 @@ GV_LDC_Fault_Check/9 (GV_LDC_Fault_Check) @06b3d090
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_LDC_TEMP_FAULT/8 (GV_LDC_TEMP_FAULT) @06b3d048
|
GV_LDC_TEMP_FAULT/8 (GV_LDC_TEMP_FAULT) @06b5e048
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -223,7 +223,7 @@ GV_LDC_TEMP_FAULT/8 (GV_LDC_TEMP_FAULT) @06b3d048
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_LDC_FltSta/7 (GV_LDC_FltSta) @06b3d000
|
GV_LDC_FltSta/7 (GV_LDC_FltSta) @06b5e000
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -231,7 +231,7 @@ GV_LDC_FltSta/7 (GV_LDC_FltSta) @06b3d000
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_MCU_Fault_Check/6 (GV_MCU_Fault_Check) @06b08f78
|
GV_MCU_Fault_Check/6 (GV_MCU_Fault_Check) @06b19f78
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -239,7 +239,7 @@ GV_MCU_Fault_Check/6 (GV_MCU_Fault_Check) @06b08f78
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_MCU_FltSta/5 (GV_MCU_FltSta) @06b08f30
|
GV_MCU_FltSta/5 (GV_MCU_FltSta) @06b19f30
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -247,7 +247,7 @@ GV_MCU_FltSta/5 (GV_MCU_FltSta) @06b08f30
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_BMS_Fault_Check/4 (GV_BMS_Fault_Check) @06b08ee8
|
GV_BMS_Fault_Check/4 (GV_BMS_Fault_Check) @06b19ee8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -255,7 +255,7 @@ GV_BMS_Fault_Check/4 (GV_BMS_Fault_Check) @06b08ee8
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_BMS_Interlock/3 (GV_BMS_Interlock) @06b08ea0
|
GV_BMS_Interlock/3 (GV_BMS_Interlock) @06b19ea0
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -263,7 +263,7 @@ GV_BMS_Interlock/3 (GV_BMS_Interlock) @06b08ea0
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_BMS_TEMP_FAULT/2 (GV_BMS_TEMP_FAULT) @06b08e58
|
GV_BMS_TEMP_FAULT/2 (GV_BMS_TEMP_FAULT) @06b19e58
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -271,7 +271,7 @@ GV_BMS_TEMP_FAULT/2 (GV_BMS_TEMP_FAULT) @06b08e58
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_BMS_FltSta/1 (GV_BMS_FltSta) @06b08e10
|
GV_BMS_FltSta/1 (GV_BMS_FltSta) @06b19e10
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -279,7 +279,7 @@ GV_BMS_FltSta/1 (GV_BMS_FltSta) @06b08e10
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
System_Check_Func/0 (System_Check_Func) @06b02ee0
|
System_Check_Func/0 (System_Check_Func) @06b13ee0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: GV_BMS_FltSta/1 (read)GV_BMS_TEMP_FAULT/2 (read)GV_BMS_Interlock/3 (read)GV_BMS_Fault_Check/4 (write)GV_BMS_Fault_Check/4 (write)GV_MCU_FltSta/5 (read)GV_MCU_Fault_Check/6 (write)GV_MCU_Fault_Check/6 (write)GV_LDC_FltSta/7 (read)GV_LDC_TEMP_FAULT/8 (read)GV_LDC_Fault_Check/9 (write)GV_LDC_Fault_Check/9 (write)GV_OBC_Interlock/10 (read)GV_OBC_Fault_Check/11 (write)GV_OBC_Fault_Check/11 (write)GV_BMS_HVOn_STA/12 (read)GV_HV_Apply_Check/13 (write)GV_HV_Apply_Check/13 (write)GV_LDC_STA/14 (read)GV_LDC_Apply_Check/15 (write)GV_LDC_Apply_Check/15 (write)GV_VCU_Ignition/16 (read)GV_IG_Process_Status/17 (read)GV_CE_ON_CMD/18 (write)GV_Key_Off_Level/19 (write)GV_VCU_Ignition/16 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_VCU_Ignition/16 (read)GV_IG_Process_Status/17 (read)GV_VCU_Ready/21 (write)GV_CE_ON_CMD/18 (write)GV_VCU_Ignition/16 (read)GV_IG_Process_Status/17 (read)GV_VCU_Ignition/16 (read)GV_IG_Process_Status/17 (read)GV_VCU_Ignition/16 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_VCU_Ignition/16 (read)GV_IG_Process_Status/17 (read)GV_VCU_EPAM_Park_Request_to_EPC/30 (write)GV_VCU_GearSelStat/31 (write)
|
References: GV_BMS_FltSta/1 (read)GV_BMS_TEMP_FAULT/2 (read)GV_BMS_Interlock/3 (read)GV_BMS_Fault_Check/4 (write)GV_BMS_Fault_Check/4 (write)GV_MCU_FltSta/5 (read)GV_MCU_Fault_Check/6 (write)GV_MCU_Fault_Check/6 (write)GV_LDC_FltSta/7 (read)GV_LDC_TEMP_FAULT/8 (read)GV_LDC_Fault_Check/9 (write)GV_LDC_Fault_Check/9 (write)GV_OBC_Interlock/10 (read)GV_OBC_Fault_Check/11 (write)GV_OBC_Fault_Check/11 (write)GV_BMS_HVOn_STA/12 (read)GV_HV_Apply_Check/13 (write)GV_HV_Apply_Check/13 (write)GV_LDC_STA/14 (read)GV_LDC_Apply_Check/15 (write)GV_LDC_Apply_Check/15 (write)GV_VCU_Ignition/16 (read)GV_IG_Process_Status/17 (read)GV_CE_ON_CMD/18 (write)GV_Key_Off_Level/19 (write)GV_VCU_Ignition/16 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_VCU_Ignition/16 (read)GV_IG_Process_Status/17 (read)GV_VCU_Ready/21 (write)GV_CE_ON_CMD/18 (write)GV_VCU_Ignition/16 (read)GV_IG_Process_Status/17 (read)GV_VCU_Ignition/16 (read)GV_IG_Process_Status/17 (read)GV_VCU_Ignition/16 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_VCU_Ignition/16 (read)GV_IG_Process_Status/17 (read)GV_VCU_EPAM_Park_Request_to_EPC/30 (write)GV_VCU_GearSelStat/31 (write)
|
||||||
|
|||||||
@ -4,7 +4,7 @@ Reclaiming variables:
|
|||||||
Clearing address taken flags:
|
Clearing address taken flags:
|
||||||
Symbol table:
|
Symbol table:
|
||||||
|
|
||||||
Key_Off_Process_Func/32 (Key_Off_Process_Func) @06b3f0e0
|
Key_Off_Process_Func/32 (Key_Off_Process_Func) @06b600e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -13,7 +13,7 @@ Key_Off_Process_Func/32 (Key_Off_Process_Func) @06b3f0e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (95916771 (estimated locally),0.09 per call)
|
Called by: System_Check_Func/0 (95916771 (estimated locally),0.09 per call)
|
||||||
Calls:
|
Calls:
|
||||||
GV_VCU_GearSelStat/31 (GV_VCU_GearSelStat) @06b3d6c0
|
GV_VCU_GearSelStat/31 (GV_VCU_GearSelStat) @06b5e6c0
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -21,7 +21,7 @@ GV_VCU_GearSelStat/31 (GV_VCU_GearSelStat) @06b3d6c0
|
|||||||
Referring: System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_VCU_EPAM_Park_Request_to_EPC/30 (GV_VCU_EPAM_Park_Request_to_EPC) @06b3d678
|
GV_VCU_EPAM_Park_Request_to_EPC/30 (GV_VCU_EPAM_Park_Request_to_EPC) @06b5e678
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -29,7 +29,7 @@ GV_VCU_EPAM_Park_Request_to_EPC/30 (GV_VCU_EPAM_Park_Request_to_EPC) @06b3d678
|
|||||||
Referring: System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Read_LDC_Voltage/29 (Read_LDC_Voltage) @06b3f000
|
Read_LDC_Voltage/29 (Read_LDC_Voltage) @06b60000
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -38,7 +38,7 @@ Read_LDC_Voltage/29 (Read_LDC_Voltage) @06b3f000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (65452773 (estimated locally),0.06 per call)
|
Called by: System_Check_Func/0 (65452773 (estimated locally),0.06 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Est_Vehicle_Speed/28 (Est_Vehicle_Speed) @06b02d20
|
Est_Vehicle_Speed/28 (Est_Vehicle_Speed) @06b13d20
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -47,7 +47,7 @@ Est_Vehicle_Speed/28 (Est_Vehicle_Speed) @06b02d20
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Motor_Status/27 (Motor_Status) @06b02540
|
Motor_Status/27 (Motor_Status) @06b13540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -56,7 +56,7 @@ Motor_Status/27 (Motor_Status) @06b02540
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Check_Charging_Status/26 (Check_Charging_Status) @06b02380
|
Check_Charging_Status/26 (Check_Charging_Status) @06b13380
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -65,7 +65,7 @@ Check_Charging_Status/26 (Check_Charging_Status) @06b02380
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Drive_Mode_Func/25 (Drive_Mode_Func) @06b029a0
|
Drive_Mode_Func/25 (Drive_Mode_Func) @06b139a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -74,7 +74,7 @@ Drive_Mode_Func/25 (Drive_Mode_Func) @06b029a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Key_on_Process_Func/24 (Key_on_Process_Func) @06b028c0
|
Key_on_Process_Func/24 (Key_on_Process_Func) @06b138c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -83,7 +83,7 @@ Key_on_Process_Func/24 (Key_on_Process_Func) @06b028c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (51329373 (estimated locally),0.05 per call)
|
Called by: System_Check_Func/0 (51329373 (estimated locally),0.05 per call)
|
||||||
Calls:
|
Calls:
|
||||||
IG_OnCheck_HV_Status/23 (IG_OnCheck_HV_Status) @06b027e0
|
IG_OnCheck_HV_Status/23 (IG_OnCheck_HV_Status) @06b137e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -92,7 +92,7 @@ IG_OnCheck_HV_Status/23 (IG_OnCheck_HV_Status) @06b027e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (55122696 (estimated locally),0.05 per call)
|
Called by: System_Check_Func/0 (55122696 (estimated locally),0.05 per call)
|
||||||
Calls:
|
Calls:
|
||||||
SET_SW_VER/22 (SET_SW_VER) @06b02700
|
SET_SW_VER/22 (SET_SW_VER) @06b13700
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -101,7 +101,7 @@ SET_SW_VER/22 (SET_SW_VER) @06b02700
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (55122696 (estimated locally),0.05 per call)
|
Called by: System_Check_Func/0 (55122696 (estimated locally),0.05 per call)
|
||||||
Calls:
|
Calls:
|
||||||
GV_VCU_Ready/21 (GV_VCU_Ready) @06b3d3f0
|
GV_VCU_Ready/21 (GV_VCU_Ready) @06b5e3f0
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -109,7 +109,7 @@ GV_VCU_Ready/21 (GV_VCU_Ready) @06b3d3f0
|
|||||||
Referring: System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Soc_Check_befor_IGN/20 (Soc_Check_befor_IGN) @06b02620
|
Soc_Check_befor_IGN/20 (Soc_Check_befor_IGN) @06b13620
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -118,7 +118,7 @@ Soc_Check_befor_IGN/20 (Soc_Check_befor_IGN) @06b02620
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (108662673 (estimated locally),0.10 per call)
|
Called by: System_Check_Func/0 (108662673 (estimated locally),0.10 per call)
|
||||||
Calls:
|
Calls:
|
||||||
GV_Key_Off_Level/19 (GV_Key_Off_Level) @06b3d360
|
GV_Key_Off_Level/19 (GV_Key_Off_Level) @06b5e360
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -126,7 +126,7 @@ GV_Key_Off_Level/19 (GV_Key_Off_Level) @06b3d360
|
|||||||
Referring: System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_CE_ON_CMD/18 (GV_CE_ON_CMD) @06b3d318
|
GV_CE_ON_CMD/18 (GV_CE_ON_CMD) @06b5e318
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -134,7 +134,7 @@ GV_CE_ON_CMD/18 (GV_CE_ON_CMD) @06b3d318
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_IG_Process_Status/17 (GV_IG_Process_Status) @06b3d2d0
|
GV_IG_Process_Status/17 (GV_IG_Process_Status) @06b5e2d0
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -142,7 +142,7 @@ GV_IG_Process_Status/17 (GV_IG_Process_Status) @06b3d2d0
|
|||||||
Referring: System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (write)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (write)System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (write)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (write)System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_VCU_Ignition/16 (GV_VCU_Ignition) @06b3d288
|
GV_VCU_Ignition/16 (GV_VCU_Ignition) @06b5e288
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -150,7 +150,7 @@ GV_VCU_Ignition/16 (GV_VCU_Ignition) @06b3d288
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_LDC_Apply_Check/15 (GV_LDC_Apply_Check) @06b3d240
|
GV_LDC_Apply_Check/15 (GV_LDC_Apply_Check) @06b5e240
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -158,7 +158,7 @@ GV_LDC_Apply_Check/15 (GV_LDC_Apply_Check) @06b3d240
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_LDC_STA/14 (GV_LDC_STA) @06b3d1f8
|
GV_LDC_STA/14 (GV_LDC_STA) @06b5e1f8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -166,7 +166,7 @@ GV_LDC_STA/14 (GV_LDC_STA) @06b3d1f8
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_HV_Apply_Check/13 (GV_HV_Apply_Check) @06b3d1b0
|
GV_HV_Apply_Check/13 (GV_HV_Apply_Check) @06b5e1b0
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -174,7 +174,7 @@ GV_HV_Apply_Check/13 (GV_HV_Apply_Check) @06b3d1b0
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_BMS_HVOn_STA/12 (GV_BMS_HVOn_STA) @06b3d168
|
GV_BMS_HVOn_STA/12 (GV_BMS_HVOn_STA) @06b5e168
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -182,7 +182,7 @@ GV_BMS_HVOn_STA/12 (GV_BMS_HVOn_STA) @06b3d168
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_OBC_Fault_Check/11 (GV_OBC_Fault_Check) @06b3d120
|
GV_OBC_Fault_Check/11 (GV_OBC_Fault_Check) @06b5e120
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -190,7 +190,7 @@ GV_OBC_Fault_Check/11 (GV_OBC_Fault_Check) @06b3d120
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_OBC_Interlock/10 (GV_OBC_Interlock) @06b3d0d8
|
GV_OBC_Interlock/10 (GV_OBC_Interlock) @06b5e0d8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -198,7 +198,7 @@ GV_OBC_Interlock/10 (GV_OBC_Interlock) @06b3d0d8
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_LDC_Fault_Check/9 (GV_LDC_Fault_Check) @06b3d090
|
GV_LDC_Fault_Check/9 (GV_LDC_Fault_Check) @06b5e090
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -206,7 +206,7 @@ GV_LDC_Fault_Check/9 (GV_LDC_Fault_Check) @06b3d090
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_LDC_TEMP_FAULT/8 (GV_LDC_TEMP_FAULT) @06b3d048
|
GV_LDC_TEMP_FAULT/8 (GV_LDC_TEMP_FAULT) @06b5e048
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -214,7 +214,7 @@ GV_LDC_TEMP_FAULT/8 (GV_LDC_TEMP_FAULT) @06b3d048
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_LDC_FltSta/7 (GV_LDC_FltSta) @06b3d000
|
GV_LDC_FltSta/7 (GV_LDC_FltSta) @06b5e000
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -222,7 +222,7 @@ GV_LDC_FltSta/7 (GV_LDC_FltSta) @06b3d000
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_MCU_Fault_Check/6 (GV_MCU_Fault_Check) @06b08f78
|
GV_MCU_Fault_Check/6 (GV_MCU_Fault_Check) @06b19f78
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -230,7 +230,7 @@ GV_MCU_Fault_Check/6 (GV_MCU_Fault_Check) @06b08f78
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_MCU_FltSta/5 (GV_MCU_FltSta) @06b08f30
|
GV_MCU_FltSta/5 (GV_MCU_FltSta) @06b19f30
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -238,7 +238,7 @@ GV_MCU_FltSta/5 (GV_MCU_FltSta) @06b08f30
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_BMS_Fault_Check/4 (GV_BMS_Fault_Check) @06b08ee8
|
GV_BMS_Fault_Check/4 (GV_BMS_Fault_Check) @06b19ee8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -246,7 +246,7 @@ GV_BMS_Fault_Check/4 (GV_BMS_Fault_Check) @06b08ee8
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_BMS_Interlock/3 (GV_BMS_Interlock) @06b08ea0
|
GV_BMS_Interlock/3 (GV_BMS_Interlock) @06b19ea0
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -254,7 +254,7 @@ GV_BMS_Interlock/3 (GV_BMS_Interlock) @06b08ea0
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_BMS_TEMP_FAULT/2 (GV_BMS_TEMP_FAULT) @06b08e58
|
GV_BMS_TEMP_FAULT/2 (GV_BMS_TEMP_FAULT) @06b19e58
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -262,7 +262,7 @@ GV_BMS_TEMP_FAULT/2 (GV_BMS_TEMP_FAULT) @06b08e58
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_BMS_FltSta/1 (GV_BMS_FltSta) @06b08e10
|
GV_BMS_FltSta/1 (GV_BMS_FltSta) @06b19e10
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -270,7 +270,7 @@ GV_BMS_FltSta/1 (GV_BMS_FltSta) @06b08e10
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
System_Check_Func/0 (System_Check_Func) @06b02ee0
|
System_Check_Func/0 (System_Check_Func) @06b13ee0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: GV_BMS_FltSta/1 (read)GV_BMS_TEMP_FAULT/2 (read)GV_BMS_Interlock/3 (read)GV_BMS_Fault_Check/4 (write)GV_BMS_Fault_Check/4 (write)GV_MCU_FltSta/5 (read)GV_MCU_Fault_Check/6 (write)GV_MCU_Fault_Check/6 (write)GV_LDC_FltSta/7 (read)GV_LDC_TEMP_FAULT/8 (read)GV_LDC_Fault_Check/9 (write)GV_LDC_Fault_Check/9 (write)GV_OBC_Interlock/10 (read)GV_OBC_Fault_Check/11 (write)GV_OBC_Fault_Check/11 (write)GV_BMS_HVOn_STA/12 (read)GV_HV_Apply_Check/13 (write)GV_HV_Apply_Check/13 (write)GV_LDC_STA/14 (read)GV_LDC_Apply_Check/15 (write)GV_LDC_Apply_Check/15 (write)GV_VCU_Ignition/16 (read)GV_IG_Process_Status/17 (read)GV_CE_ON_CMD/18 (write)GV_Key_Off_Level/19 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_Ready/21 (write)GV_CE_ON_CMD/18 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_EPAM_Park_Request_to_EPC/30 (write)GV_VCU_GearSelStat/31 (write)
|
References: GV_BMS_FltSta/1 (read)GV_BMS_TEMP_FAULT/2 (read)GV_BMS_Interlock/3 (read)GV_BMS_Fault_Check/4 (write)GV_BMS_Fault_Check/4 (write)GV_MCU_FltSta/5 (read)GV_MCU_Fault_Check/6 (write)GV_MCU_Fault_Check/6 (write)GV_LDC_FltSta/7 (read)GV_LDC_TEMP_FAULT/8 (read)GV_LDC_Fault_Check/9 (write)GV_LDC_Fault_Check/9 (write)GV_OBC_Interlock/10 (read)GV_OBC_Fault_Check/11 (write)GV_OBC_Fault_Check/11 (write)GV_BMS_HVOn_STA/12 (read)GV_HV_Apply_Check/13 (write)GV_HV_Apply_Check/13 (write)GV_LDC_STA/14 (read)GV_LDC_Apply_Check/15 (write)GV_LDC_Apply_Check/15 (write)GV_VCU_Ignition/16 (read)GV_IG_Process_Status/17 (read)GV_CE_ON_CMD/18 (write)GV_Key_Off_Level/19 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_Ready/21 (write)GV_CE_ON_CMD/18 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_EPAM_Park_Request_to_EPC/30 (write)GV_VCU_GearSelStat/31 (write)
|
||||||
|
|||||||
@ -14,7 +14,7 @@ Reclaiming variables:
|
|||||||
Clearing address taken flags:
|
Clearing address taken flags:
|
||||||
Symbol table:
|
Symbol table:
|
||||||
|
|
||||||
Key_Off_Process_Func/32 (Key_Off_Process_Func) @06b3f0e0
|
Key_Off_Process_Func/32 (Key_Off_Process_Func) @06b600e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -23,7 +23,7 @@ Key_Off_Process_Func/32 (Key_Off_Process_Func) @06b3f0e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (95916771 (estimated locally),0.09 per call)
|
Called by: System_Check_Func/0 (95916771 (estimated locally),0.09 per call)
|
||||||
Calls:
|
Calls:
|
||||||
GV_VCU_GearSelStat/31 (GV_VCU_GearSelStat) @06b3d6c0
|
GV_VCU_GearSelStat/31 (GV_VCU_GearSelStat) @06b5e6c0
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -31,7 +31,7 @@ GV_VCU_GearSelStat/31 (GV_VCU_GearSelStat) @06b3d6c0
|
|||||||
Referring: System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_VCU_EPAM_Park_Request_to_EPC/30 (GV_VCU_EPAM_Park_Request_to_EPC) @06b3d678
|
GV_VCU_EPAM_Park_Request_to_EPC/30 (GV_VCU_EPAM_Park_Request_to_EPC) @06b5e678
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -39,7 +39,7 @@ GV_VCU_EPAM_Park_Request_to_EPC/30 (GV_VCU_EPAM_Park_Request_to_EPC) @06b3d678
|
|||||||
Referring: System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Read_LDC_Voltage/29 (Read_LDC_Voltage) @06b3f000
|
Read_LDC_Voltage/29 (Read_LDC_Voltage) @06b60000
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -48,7 +48,7 @@ Read_LDC_Voltage/29 (Read_LDC_Voltage) @06b3f000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (65452773 (estimated locally),0.06 per call)
|
Called by: System_Check_Func/0 (65452773 (estimated locally),0.06 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Est_Vehicle_Speed/28 (Est_Vehicle_Speed) @06b02d20
|
Est_Vehicle_Speed/28 (Est_Vehicle_Speed) @06b13d20
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -57,7 +57,7 @@ Est_Vehicle_Speed/28 (Est_Vehicle_Speed) @06b02d20
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Motor_Status/27 (Motor_Status) @06b02540
|
Motor_Status/27 (Motor_Status) @06b13540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -66,7 +66,7 @@ Motor_Status/27 (Motor_Status) @06b02540
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Check_Charging_Status/26 (Check_Charging_Status) @06b02380
|
Check_Charging_Status/26 (Check_Charging_Status) @06b13380
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -75,7 +75,7 @@ Check_Charging_Status/26 (Check_Charging_Status) @06b02380
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Drive_Mode_Func/25 (Drive_Mode_Func) @06b029a0
|
Drive_Mode_Func/25 (Drive_Mode_Func) @06b139a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -84,7 +84,7 @@ Drive_Mode_Func/25 (Drive_Mode_Func) @06b029a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Key_on_Process_Func/24 (Key_on_Process_Func) @06b028c0
|
Key_on_Process_Func/24 (Key_on_Process_Func) @06b138c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -93,7 +93,7 @@ Key_on_Process_Func/24 (Key_on_Process_Func) @06b028c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (51329373 (estimated locally),0.05 per call)
|
Called by: System_Check_Func/0 (51329373 (estimated locally),0.05 per call)
|
||||||
Calls:
|
Calls:
|
||||||
IG_OnCheck_HV_Status/23 (IG_OnCheck_HV_Status) @06b027e0
|
IG_OnCheck_HV_Status/23 (IG_OnCheck_HV_Status) @06b137e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -102,7 +102,7 @@ IG_OnCheck_HV_Status/23 (IG_OnCheck_HV_Status) @06b027e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (55122696 (estimated locally),0.05 per call)
|
Called by: System_Check_Func/0 (55122696 (estimated locally),0.05 per call)
|
||||||
Calls:
|
Calls:
|
||||||
SET_SW_VER/22 (SET_SW_VER) @06b02700
|
SET_SW_VER/22 (SET_SW_VER) @06b13700
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -111,7 +111,7 @@ SET_SW_VER/22 (SET_SW_VER) @06b02700
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (55122696 (estimated locally),0.05 per call)
|
Called by: System_Check_Func/0 (55122696 (estimated locally),0.05 per call)
|
||||||
Calls:
|
Calls:
|
||||||
GV_VCU_Ready/21 (GV_VCU_Ready) @06b3d3f0
|
GV_VCU_Ready/21 (GV_VCU_Ready) @06b5e3f0
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -119,7 +119,7 @@ GV_VCU_Ready/21 (GV_VCU_Ready) @06b3d3f0
|
|||||||
Referring: System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Soc_Check_befor_IGN/20 (Soc_Check_befor_IGN) @06b02620
|
Soc_Check_befor_IGN/20 (Soc_Check_befor_IGN) @06b13620
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -128,7 +128,7 @@ Soc_Check_befor_IGN/20 (Soc_Check_befor_IGN) @06b02620
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (108662673 (estimated locally),0.10 per call)
|
Called by: System_Check_Func/0 (108662673 (estimated locally),0.10 per call)
|
||||||
Calls:
|
Calls:
|
||||||
GV_Key_Off_Level/19 (GV_Key_Off_Level) @06b3d360
|
GV_Key_Off_Level/19 (GV_Key_Off_Level) @06b5e360
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -136,7 +136,7 @@ GV_Key_Off_Level/19 (GV_Key_Off_Level) @06b3d360
|
|||||||
Referring: System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_CE_ON_CMD/18 (GV_CE_ON_CMD) @06b3d318
|
GV_CE_ON_CMD/18 (GV_CE_ON_CMD) @06b5e318
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -144,7 +144,7 @@ GV_CE_ON_CMD/18 (GV_CE_ON_CMD) @06b3d318
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_IG_Process_Status/17 (GV_IG_Process_Status) @06b3d2d0
|
GV_IG_Process_Status/17 (GV_IG_Process_Status) @06b5e2d0
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -152,7 +152,7 @@ GV_IG_Process_Status/17 (GV_IG_Process_Status) @06b3d2d0
|
|||||||
Referring: System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (write)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (write)System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (write)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (write)System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_VCU_Ignition/16 (GV_VCU_Ignition) @06b3d288
|
GV_VCU_Ignition/16 (GV_VCU_Ignition) @06b5e288
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -160,7 +160,7 @@ GV_VCU_Ignition/16 (GV_VCU_Ignition) @06b3d288
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_LDC_Apply_Check/15 (GV_LDC_Apply_Check) @06b3d240
|
GV_LDC_Apply_Check/15 (GV_LDC_Apply_Check) @06b5e240
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -168,7 +168,7 @@ GV_LDC_Apply_Check/15 (GV_LDC_Apply_Check) @06b3d240
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_LDC_STA/14 (GV_LDC_STA) @06b3d1f8
|
GV_LDC_STA/14 (GV_LDC_STA) @06b5e1f8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -176,7 +176,7 @@ GV_LDC_STA/14 (GV_LDC_STA) @06b3d1f8
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_HV_Apply_Check/13 (GV_HV_Apply_Check) @06b3d1b0
|
GV_HV_Apply_Check/13 (GV_HV_Apply_Check) @06b5e1b0
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -184,7 +184,7 @@ GV_HV_Apply_Check/13 (GV_HV_Apply_Check) @06b3d1b0
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_BMS_HVOn_STA/12 (GV_BMS_HVOn_STA) @06b3d168
|
GV_BMS_HVOn_STA/12 (GV_BMS_HVOn_STA) @06b5e168
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -192,7 +192,7 @@ GV_BMS_HVOn_STA/12 (GV_BMS_HVOn_STA) @06b3d168
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_OBC_Fault_Check/11 (GV_OBC_Fault_Check) @06b3d120
|
GV_OBC_Fault_Check/11 (GV_OBC_Fault_Check) @06b5e120
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -200,7 +200,7 @@ GV_OBC_Fault_Check/11 (GV_OBC_Fault_Check) @06b3d120
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_OBC_Interlock/10 (GV_OBC_Interlock) @06b3d0d8
|
GV_OBC_Interlock/10 (GV_OBC_Interlock) @06b5e0d8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -208,7 +208,7 @@ GV_OBC_Interlock/10 (GV_OBC_Interlock) @06b3d0d8
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_LDC_Fault_Check/9 (GV_LDC_Fault_Check) @06b3d090
|
GV_LDC_Fault_Check/9 (GV_LDC_Fault_Check) @06b5e090
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -216,7 +216,7 @@ GV_LDC_Fault_Check/9 (GV_LDC_Fault_Check) @06b3d090
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_LDC_TEMP_FAULT/8 (GV_LDC_TEMP_FAULT) @06b3d048
|
GV_LDC_TEMP_FAULT/8 (GV_LDC_TEMP_FAULT) @06b5e048
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -224,7 +224,7 @@ GV_LDC_TEMP_FAULT/8 (GV_LDC_TEMP_FAULT) @06b3d048
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_LDC_FltSta/7 (GV_LDC_FltSta) @06b3d000
|
GV_LDC_FltSta/7 (GV_LDC_FltSta) @06b5e000
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -232,7 +232,7 @@ GV_LDC_FltSta/7 (GV_LDC_FltSta) @06b3d000
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_MCU_Fault_Check/6 (GV_MCU_Fault_Check) @06b08f78
|
GV_MCU_Fault_Check/6 (GV_MCU_Fault_Check) @06b19f78
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -240,7 +240,7 @@ GV_MCU_Fault_Check/6 (GV_MCU_Fault_Check) @06b08f78
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_MCU_FltSta/5 (GV_MCU_FltSta) @06b08f30
|
GV_MCU_FltSta/5 (GV_MCU_FltSta) @06b19f30
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -248,7 +248,7 @@ GV_MCU_FltSta/5 (GV_MCU_FltSta) @06b08f30
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_BMS_Fault_Check/4 (GV_BMS_Fault_Check) @06b08ee8
|
GV_BMS_Fault_Check/4 (GV_BMS_Fault_Check) @06b19ee8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -256,7 +256,7 @@ GV_BMS_Fault_Check/4 (GV_BMS_Fault_Check) @06b08ee8
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_BMS_Interlock/3 (GV_BMS_Interlock) @06b08ea0
|
GV_BMS_Interlock/3 (GV_BMS_Interlock) @06b19ea0
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -264,7 +264,7 @@ GV_BMS_Interlock/3 (GV_BMS_Interlock) @06b08ea0
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_BMS_TEMP_FAULT/2 (GV_BMS_TEMP_FAULT) @06b08e58
|
GV_BMS_TEMP_FAULT/2 (GV_BMS_TEMP_FAULT) @06b19e58
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -272,7 +272,7 @@ GV_BMS_TEMP_FAULT/2 (GV_BMS_TEMP_FAULT) @06b08e58
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_BMS_FltSta/1 (GV_BMS_FltSta) @06b08e10
|
GV_BMS_FltSta/1 (GV_BMS_FltSta) @06b19e10
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -280,7 +280,7 @@ GV_BMS_FltSta/1 (GV_BMS_FltSta) @06b08e10
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
System_Check_Func/0 (System_Check_Func) @06b02ee0
|
System_Check_Func/0 (System_Check_Func) @06b13ee0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: GV_BMS_FltSta/1 (read)GV_BMS_TEMP_FAULT/2 (read)GV_BMS_Interlock/3 (read)GV_BMS_Fault_Check/4 (write)GV_BMS_Fault_Check/4 (write)GV_MCU_FltSta/5 (read)GV_MCU_Fault_Check/6 (write)GV_MCU_Fault_Check/6 (write)GV_LDC_FltSta/7 (read)GV_LDC_TEMP_FAULT/8 (read)GV_LDC_Fault_Check/9 (write)GV_LDC_Fault_Check/9 (write)GV_OBC_Interlock/10 (read)GV_OBC_Fault_Check/11 (write)GV_OBC_Fault_Check/11 (write)GV_BMS_HVOn_STA/12 (read)GV_HV_Apply_Check/13 (write)GV_HV_Apply_Check/13 (write)GV_LDC_STA/14 (read)GV_LDC_Apply_Check/15 (write)GV_LDC_Apply_Check/15 (write)GV_VCU_Ignition/16 (read)GV_IG_Process_Status/17 (read)GV_CE_ON_CMD/18 (write)GV_Key_Off_Level/19 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_Ready/21 (write)GV_CE_ON_CMD/18 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_EPAM_Park_Request_to_EPC/30 (write)GV_VCU_GearSelStat/31 (write)
|
References: GV_BMS_FltSta/1 (read)GV_BMS_TEMP_FAULT/2 (read)GV_BMS_Interlock/3 (read)GV_BMS_Fault_Check/4 (write)GV_BMS_Fault_Check/4 (write)GV_MCU_FltSta/5 (read)GV_MCU_Fault_Check/6 (write)GV_MCU_Fault_Check/6 (write)GV_LDC_FltSta/7 (read)GV_LDC_TEMP_FAULT/8 (read)GV_LDC_Fault_Check/9 (write)GV_LDC_Fault_Check/9 (write)GV_OBC_Interlock/10 (read)GV_OBC_Fault_Check/11 (write)GV_OBC_Fault_Check/11 (write)GV_BMS_HVOn_STA/12 (read)GV_HV_Apply_Check/13 (write)GV_HV_Apply_Check/13 (write)GV_LDC_STA/14 (read)GV_LDC_Apply_Check/15 (write)GV_LDC_Apply_Check/15 (write)GV_VCU_Ignition/16 (read)GV_IG_Process_Status/17 (read)GV_CE_ON_CMD/18 (write)GV_Key_Off_Level/19 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_Ready/21 (write)GV_CE_ON_CMD/18 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_EPAM_Park_Request_to_EPC/30 (write)GV_VCU_GearSelStat/31 (write)
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
Symbol table:
|
Symbol table:
|
||||||
|
|
||||||
Key_Off_Process_Func/32 (Key_Off_Process_Func) @06b3f0e0
|
Key_Off_Process_Func/32 (Key_Off_Process_Func) @06b600e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -9,7 +9,7 @@ Key_Off_Process_Func/32 (Key_Off_Process_Func) @06b3f0e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (95916771 (estimated locally),0.09 per call)
|
Called by: System_Check_Func/0 (95916771 (estimated locally),0.09 per call)
|
||||||
Calls:
|
Calls:
|
||||||
GV_VCU_GearSelStat/31 (GV_VCU_GearSelStat) @06b3d6c0
|
GV_VCU_GearSelStat/31 (GV_VCU_GearSelStat) @06b5e6c0
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -17,7 +17,7 @@ GV_VCU_GearSelStat/31 (GV_VCU_GearSelStat) @06b3d6c0
|
|||||||
Referring: System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_VCU_EPAM_Park_Request_to_EPC/30 (GV_VCU_EPAM_Park_Request_to_EPC) @06b3d678
|
GV_VCU_EPAM_Park_Request_to_EPC/30 (GV_VCU_EPAM_Park_Request_to_EPC) @06b5e678
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -25,7 +25,7 @@ GV_VCU_EPAM_Park_Request_to_EPC/30 (GV_VCU_EPAM_Park_Request_to_EPC) @06b3d678
|
|||||||
Referring: System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Read_LDC_Voltage/29 (Read_LDC_Voltage) @06b3f000
|
Read_LDC_Voltage/29 (Read_LDC_Voltage) @06b60000
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -34,7 +34,7 @@ Read_LDC_Voltage/29 (Read_LDC_Voltage) @06b3f000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (65452773 (estimated locally),0.06 per call)
|
Called by: System_Check_Func/0 (65452773 (estimated locally),0.06 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Est_Vehicle_Speed/28 (Est_Vehicle_Speed) @06b02d20
|
Est_Vehicle_Speed/28 (Est_Vehicle_Speed) @06b13d20
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -43,7 +43,7 @@ Est_Vehicle_Speed/28 (Est_Vehicle_Speed) @06b02d20
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Motor_Status/27 (Motor_Status) @06b02540
|
Motor_Status/27 (Motor_Status) @06b13540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -52,7 +52,7 @@ Motor_Status/27 (Motor_Status) @06b02540
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Check_Charging_Status/26 (Check_Charging_Status) @06b02380
|
Check_Charging_Status/26 (Check_Charging_Status) @06b13380
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -61,7 +61,7 @@ Check_Charging_Status/26 (Check_Charging_Status) @06b02380
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Drive_Mode_Func/25 (Drive_Mode_Func) @06b029a0
|
Drive_Mode_Func/25 (Drive_Mode_Func) @06b139a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -70,7 +70,7 @@ Drive_Mode_Func/25 (Drive_Mode_Func) @06b029a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Key_on_Process_Func/24 (Key_on_Process_Func) @06b028c0
|
Key_on_Process_Func/24 (Key_on_Process_Func) @06b138c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -79,7 +79,7 @@ Key_on_Process_Func/24 (Key_on_Process_Func) @06b028c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (51329373 (estimated locally),0.05 per call)
|
Called by: System_Check_Func/0 (51329373 (estimated locally),0.05 per call)
|
||||||
Calls:
|
Calls:
|
||||||
IG_OnCheck_HV_Status/23 (IG_OnCheck_HV_Status) @06b027e0
|
IG_OnCheck_HV_Status/23 (IG_OnCheck_HV_Status) @06b137e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -88,7 +88,7 @@ IG_OnCheck_HV_Status/23 (IG_OnCheck_HV_Status) @06b027e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (55122696 (estimated locally),0.05 per call)
|
Called by: System_Check_Func/0 (55122696 (estimated locally),0.05 per call)
|
||||||
Calls:
|
Calls:
|
||||||
SET_SW_VER/22 (SET_SW_VER) @06b02700
|
SET_SW_VER/22 (SET_SW_VER) @06b13700
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -97,7 +97,7 @@ SET_SW_VER/22 (SET_SW_VER) @06b02700
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (55122696 (estimated locally),0.05 per call)
|
Called by: System_Check_Func/0 (55122696 (estimated locally),0.05 per call)
|
||||||
Calls:
|
Calls:
|
||||||
GV_VCU_Ready/21 (GV_VCU_Ready) @06b3d3f0
|
GV_VCU_Ready/21 (GV_VCU_Ready) @06b5e3f0
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -105,7 +105,7 @@ GV_VCU_Ready/21 (GV_VCU_Ready) @06b3d3f0
|
|||||||
Referring: System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Soc_Check_befor_IGN/20 (Soc_Check_befor_IGN) @06b02620
|
Soc_Check_befor_IGN/20 (Soc_Check_befor_IGN) @06b13620
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -114,7 +114,7 @@ Soc_Check_befor_IGN/20 (Soc_Check_befor_IGN) @06b02620
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (108662673 (estimated locally),0.10 per call)
|
Called by: System_Check_Func/0 (108662673 (estimated locally),0.10 per call)
|
||||||
Calls:
|
Calls:
|
||||||
GV_Key_Off_Level/19 (GV_Key_Off_Level) @06b3d360
|
GV_Key_Off_Level/19 (GV_Key_Off_Level) @06b5e360
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -122,7 +122,7 @@ GV_Key_Off_Level/19 (GV_Key_Off_Level) @06b3d360
|
|||||||
Referring: System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_CE_ON_CMD/18 (GV_CE_ON_CMD) @06b3d318
|
GV_CE_ON_CMD/18 (GV_CE_ON_CMD) @06b5e318
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -130,7 +130,7 @@ GV_CE_ON_CMD/18 (GV_CE_ON_CMD) @06b3d318
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_IG_Process_Status/17 (GV_IG_Process_Status) @06b3d2d0
|
GV_IG_Process_Status/17 (GV_IG_Process_Status) @06b5e2d0
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -138,7 +138,7 @@ GV_IG_Process_Status/17 (GV_IG_Process_Status) @06b3d2d0
|
|||||||
Referring: System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (write)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (write)System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (write)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (write)System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_VCU_Ignition/16 (GV_VCU_Ignition) @06b3d288
|
GV_VCU_Ignition/16 (GV_VCU_Ignition) @06b5e288
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -146,7 +146,7 @@ GV_VCU_Ignition/16 (GV_VCU_Ignition) @06b3d288
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_LDC_Apply_Check/15 (GV_LDC_Apply_Check) @06b3d240
|
GV_LDC_Apply_Check/15 (GV_LDC_Apply_Check) @06b5e240
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -154,7 +154,7 @@ GV_LDC_Apply_Check/15 (GV_LDC_Apply_Check) @06b3d240
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_LDC_STA/14 (GV_LDC_STA) @06b3d1f8
|
GV_LDC_STA/14 (GV_LDC_STA) @06b5e1f8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -162,7 +162,7 @@ GV_LDC_STA/14 (GV_LDC_STA) @06b3d1f8
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_HV_Apply_Check/13 (GV_HV_Apply_Check) @06b3d1b0
|
GV_HV_Apply_Check/13 (GV_HV_Apply_Check) @06b5e1b0
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -170,7 +170,7 @@ GV_HV_Apply_Check/13 (GV_HV_Apply_Check) @06b3d1b0
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_BMS_HVOn_STA/12 (GV_BMS_HVOn_STA) @06b3d168
|
GV_BMS_HVOn_STA/12 (GV_BMS_HVOn_STA) @06b5e168
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -178,7 +178,7 @@ GV_BMS_HVOn_STA/12 (GV_BMS_HVOn_STA) @06b3d168
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_OBC_Fault_Check/11 (GV_OBC_Fault_Check) @06b3d120
|
GV_OBC_Fault_Check/11 (GV_OBC_Fault_Check) @06b5e120
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -186,7 +186,7 @@ GV_OBC_Fault_Check/11 (GV_OBC_Fault_Check) @06b3d120
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_OBC_Interlock/10 (GV_OBC_Interlock) @06b3d0d8
|
GV_OBC_Interlock/10 (GV_OBC_Interlock) @06b5e0d8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -194,7 +194,7 @@ GV_OBC_Interlock/10 (GV_OBC_Interlock) @06b3d0d8
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_LDC_Fault_Check/9 (GV_LDC_Fault_Check) @06b3d090
|
GV_LDC_Fault_Check/9 (GV_LDC_Fault_Check) @06b5e090
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -202,7 +202,7 @@ GV_LDC_Fault_Check/9 (GV_LDC_Fault_Check) @06b3d090
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_LDC_TEMP_FAULT/8 (GV_LDC_TEMP_FAULT) @06b3d048
|
GV_LDC_TEMP_FAULT/8 (GV_LDC_TEMP_FAULT) @06b5e048
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -210,7 +210,7 @@ GV_LDC_TEMP_FAULT/8 (GV_LDC_TEMP_FAULT) @06b3d048
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_LDC_FltSta/7 (GV_LDC_FltSta) @06b3d000
|
GV_LDC_FltSta/7 (GV_LDC_FltSta) @06b5e000
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -218,7 +218,7 @@ GV_LDC_FltSta/7 (GV_LDC_FltSta) @06b3d000
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_MCU_Fault_Check/6 (GV_MCU_Fault_Check) @06b08f78
|
GV_MCU_Fault_Check/6 (GV_MCU_Fault_Check) @06b19f78
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -226,7 +226,7 @@ GV_MCU_Fault_Check/6 (GV_MCU_Fault_Check) @06b08f78
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_MCU_FltSta/5 (GV_MCU_FltSta) @06b08f30
|
GV_MCU_FltSta/5 (GV_MCU_FltSta) @06b19f30
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -234,7 +234,7 @@ GV_MCU_FltSta/5 (GV_MCU_FltSta) @06b08f30
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_BMS_Fault_Check/4 (GV_BMS_Fault_Check) @06b08ee8
|
GV_BMS_Fault_Check/4 (GV_BMS_Fault_Check) @06b19ee8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -242,7 +242,7 @@ GV_BMS_Fault_Check/4 (GV_BMS_Fault_Check) @06b08ee8
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_BMS_Interlock/3 (GV_BMS_Interlock) @06b08ea0
|
GV_BMS_Interlock/3 (GV_BMS_Interlock) @06b19ea0
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -250,7 +250,7 @@ GV_BMS_Interlock/3 (GV_BMS_Interlock) @06b08ea0
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_BMS_TEMP_FAULT/2 (GV_BMS_TEMP_FAULT) @06b08e58
|
GV_BMS_TEMP_FAULT/2 (GV_BMS_TEMP_FAULT) @06b19e58
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -258,7 +258,7 @@ GV_BMS_TEMP_FAULT/2 (GV_BMS_TEMP_FAULT) @06b08e58
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_BMS_FltSta/1 (GV_BMS_FltSta) @06b08e10
|
GV_BMS_FltSta/1 (GV_BMS_FltSta) @06b19e10
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -266,7 +266,7 @@ GV_BMS_FltSta/1 (GV_BMS_FltSta) @06b08e10
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
System_Check_Func/0 (System_Check_Func) @06b02ee0
|
System_Check_Func/0 (System_Check_Func) @06b13ee0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: GV_BMS_FltSta/1 (read)GV_BMS_TEMP_FAULT/2 (read)GV_BMS_Interlock/3 (read)GV_BMS_Fault_Check/4 (write)GV_BMS_Fault_Check/4 (write)GV_MCU_FltSta/5 (read)GV_MCU_Fault_Check/6 (write)GV_MCU_Fault_Check/6 (write)GV_LDC_FltSta/7 (read)GV_LDC_TEMP_FAULT/8 (read)GV_LDC_Fault_Check/9 (write)GV_LDC_Fault_Check/9 (write)GV_OBC_Interlock/10 (read)GV_OBC_Fault_Check/11 (write)GV_OBC_Fault_Check/11 (write)GV_BMS_HVOn_STA/12 (read)GV_HV_Apply_Check/13 (write)GV_HV_Apply_Check/13 (write)GV_LDC_STA/14 (read)GV_LDC_Apply_Check/15 (write)GV_LDC_Apply_Check/15 (write)GV_VCU_Ignition/16 (read)GV_IG_Process_Status/17 (read)GV_CE_ON_CMD/18 (write)GV_Key_Off_Level/19 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_Ready/21 (write)GV_CE_ON_CMD/18 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_EPAM_Park_Request_to_EPC/30 (write)GV_VCU_GearSelStat/31 (write)
|
References: GV_BMS_FltSta/1 (read)GV_BMS_TEMP_FAULT/2 (read)GV_BMS_Interlock/3 (read)GV_BMS_Fault_Check/4 (write)GV_BMS_Fault_Check/4 (write)GV_MCU_FltSta/5 (read)GV_MCU_Fault_Check/6 (write)GV_MCU_Fault_Check/6 (write)GV_LDC_FltSta/7 (read)GV_LDC_TEMP_FAULT/8 (read)GV_LDC_Fault_Check/9 (write)GV_LDC_Fault_Check/9 (write)GV_OBC_Interlock/10 (read)GV_OBC_Fault_Check/11 (write)GV_OBC_Fault_Check/11 (write)GV_BMS_HVOn_STA/12 (read)GV_HV_Apply_Check/13 (write)GV_HV_Apply_Check/13 (write)GV_LDC_STA/14 (read)GV_LDC_Apply_Check/15 (write)GV_LDC_Apply_Check/15 (write)GV_VCU_Ignition/16 (read)GV_IG_Process_Status/17 (read)GV_CE_ON_CMD/18 (write)GV_Key_Off_Level/19 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_Ready/21 (write)GV_CE_ON_CMD/18 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_EPAM_Park_Request_to_EPC/30 (write)GV_VCU_GearSelStat/31 (write)
|
||||||
|
|||||||
@ -37,7 +37,7 @@ Reclaiming variables:
|
|||||||
Clearing address taken flags:
|
Clearing address taken flags:
|
||||||
Symbol table:
|
Symbol table:
|
||||||
|
|
||||||
Key_Off_Process_Func/32 (Key_Off_Process_Func) @06b3f0e0
|
Key_Off_Process_Func/32 (Key_Off_Process_Func) @06b600e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -46,7 +46,7 @@ Key_Off_Process_Func/32 (Key_Off_Process_Func) @06b3f0e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (95916771 (estimated locally),0.09 per call)
|
Called by: System_Check_Func/0 (95916771 (estimated locally),0.09 per call)
|
||||||
Calls:
|
Calls:
|
||||||
GV_VCU_GearSelStat/31 (GV_VCU_GearSelStat) @06b3d6c0
|
GV_VCU_GearSelStat/31 (GV_VCU_GearSelStat) @06b5e6c0
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -54,7 +54,7 @@ GV_VCU_GearSelStat/31 (GV_VCU_GearSelStat) @06b3d6c0
|
|||||||
Referring: System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_VCU_EPAM_Park_Request_to_EPC/30 (GV_VCU_EPAM_Park_Request_to_EPC) @06b3d678
|
GV_VCU_EPAM_Park_Request_to_EPC/30 (GV_VCU_EPAM_Park_Request_to_EPC) @06b5e678
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -62,7 +62,7 @@ GV_VCU_EPAM_Park_Request_to_EPC/30 (GV_VCU_EPAM_Park_Request_to_EPC) @06b3d678
|
|||||||
Referring: System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Read_LDC_Voltage/29 (Read_LDC_Voltage) @06b3f000
|
Read_LDC_Voltage/29 (Read_LDC_Voltage) @06b60000
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -71,7 +71,7 @@ Read_LDC_Voltage/29 (Read_LDC_Voltage) @06b3f000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (65452773 (estimated locally),0.06 per call)
|
Called by: System_Check_Func/0 (65452773 (estimated locally),0.06 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Est_Vehicle_Speed/28 (Est_Vehicle_Speed) @06b02d20
|
Est_Vehicle_Speed/28 (Est_Vehicle_Speed) @06b13d20
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -80,7 +80,7 @@ Est_Vehicle_Speed/28 (Est_Vehicle_Speed) @06b02d20
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Motor_Status/27 (Motor_Status) @06b02540
|
Motor_Status/27 (Motor_Status) @06b13540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -89,7 +89,7 @@ Motor_Status/27 (Motor_Status) @06b02540
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Check_Charging_Status/26 (Check_Charging_Status) @06b02380
|
Check_Charging_Status/26 (Check_Charging_Status) @06b13380
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -98,7 +98,7 @@ Check_Charging_Status/26 (Check_Charging_Status) @06b02380
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Drive_Mode_Func/25 (Drive_Mode_Func) @06b029a0
|
Drive_Mode_Func/25 (Drive_Mode_Func) @06b139a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -107,7 +107,7 @@ Drive_Mode_Func/25 (Drive_Mode_Func) @06b029a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Key_on_Process_Func/24 (Key_on_Process_Func) @06b028c0
|
Key_on_Process_Func/24 (Key_on_Process_Func) @06b138c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -116,7 +116,7 @@ Key_on_Process_Func/24 (Key_on_Process_Func) @06b028c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (51329373 (estimated locally),0.05 per call)
|
Called by: System_Check_Func/0 (51329373 (estimated locally),0.05 per call)
|
||||||
Calls:
|
Calls:
|
||||||
IG_OnCheck_HV_Status/23 (IG_OnCheck_HV_Status) @06b027e0
|
IG_OnCheck_HV_Status/23 (IG_OnCheck_HV_Status) @06b137e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -125,7 +125,7 @@ IG_OnCheck_HV_Status/23 (IG_OnCheck_HV_Status) @06b027e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (55122696 (estimated locally),0.05 per call)
|
Called by: System_Check_Func/0 (55122696 (estimated locally),0.05 per call)
|
||||||
Calls:
|
Calls:
|
||||||
SET_SW_VER/22 (SET_SW_VER) @06b02700
|
SET_SW_VER/22 (SET_SW_VER) @06b13700
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -134,7 +134,7 @@ SET_SW_VER/22 (SET_SW_VER) @06b02700
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (55122696 (estimated locally),0.05 per call)
|
Called by: System_Check_Func/0 (55122696 (estimated locally),0.05 per call)
|
||||||
Calls:
|
Calls:
|
||||||
GV_VCU_Ready/21 (GV_VCU_Ready) @06b3d3f0
|
GV_VCU_Ready/21 (GV_VCU_Ready) @06b5e3f0
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -142,7 +142,7 @@ GV_VCU_Ready/21 (GV_VCU_Ready) @06b3d3f0
|
|||||||
Referring: System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Soc_Check_befor_IGN/20 (Soc_Check_befor_IGN) @06b02620
|
Soc_Check_befor_IGN/20 (Soc_Check_befor_IGN) @06b13620
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -151,7 +151,7 @@ Soc_Check_befor_IGN/20 (Soc_Check_befor_IGN) @06b02620
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (108662673 (estimated locally),0.10 per call)
|
Called by: System_Check_Func/0 (108662673 (estimated locally),0.10 per call)
|
||||||
Calls:
|
Calls:
|
||||||
GV_Key_Off_Level/19 (GV_Key_Off_Level) @06b3d360
|
GV_Key_Off_Level/19 (GV_Key_Off_Level) @06b5e360
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -159,7 +159,7 @@ GV_Key_Off_Level/19 (GV_Key_Off_Level) @06b3d360
|
|||||||
Referring: System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_CE_ON_CMD/18 (GV_CE_ON_CMD) @06b3d318
|
GV_CE_ON_CMD/18 (GV_CE_ON_CMD) @06b5e318
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -167,7 +167,7 @@ GV_CE_ON_CMD/18 (GV_CE_ON_CMD) @06b3d318
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_IG_Process_Status/17 (GV_IG_Process_Status) @06b3d2d0
|
GV_IG_Process_Status/17 (GV_IG_Process_Status) @06b5e2d0
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -175,7 +175,7 @@ GV_IG_Process_Status/17 (GV_IG_Process_Status) @06b3d2d0
|
|||||||
Referring: System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (write)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (write)System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (write)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (write)System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_VCU_Ignition/16 (GV_VCU_Ignition) @06b3d288
|
GV_VCU_Ignition/16 (GV_VCU_Ignition) @06b5e288
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -183,7 +183,7 @@ GV_VCU_Ignition/16 (GV_VCU_Ignition) @06b3d288
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_LDC_Apply_Check/15 (GV_LDC_Apply_Check) @06b3d240
|
GV_LDC_Apply_Check/15 (GV_LDC_Apply_Check) @06b5e240
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -191,7 +191,7 @@ GV_LDC_Apply_Check/15 (GV_LDC_Apply_Check) @06b3d240
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_LDC_STA/14 (GV_LDC_STA) @06b3d1f8
|
GV_LDC_STA/14 (GV_LDC_STA) @06b5e1f8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -199,7 +199,7 @@ GV_LDC_STA/14 (GV_LDC_STA) @06b3d1f8
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_HV_Apply_Check/13 (GV_HV_Apply_Check) @06b3d1b0
|
GV_HV_Apply_Check/13 (GV_HV_Apply_Check) @06b5e1b0
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -207,7 +207,7 @@ GV_HV_Apply_Check/13 (GV_HV_Apply_Check) @06b3d1b0
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_BMS_HVOn_STA/12 (GV_BMS_HVOn_STA) @06b3d168
|
GV_BMS_HVOn_STA/12 (GV_BMS_HVOn_STA) @06b5e168
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -215,7 +215,7 @@ GV_BMS_HVOn_STA/12 (GV_BMS_HVOn_STA) @06b3d168
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_OBC_Fault_Check/11 (GV_OBC_Fault_Check) @06b3d120
|
GV_OBC_Fault_Check/11 (GV_OBC_Fault_Check) @06b5e120
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -223,7 +223,7 @@ GV_OBC_Fault_Check/11 (GV_OBC_Fault_Check) @06b3d120
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_OBC_Interlock/10 (GV_OBC_Interlock) @06b3d0d8
|
GV_OBC_Interlock/10 (GV_OBC_Interlock) @06b5e0d8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -231,7 +231,7 @@ GV_OBC_Interlock/10 (GV_OBC_Interlock) @06b3d0d8
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_LDC_Fault_Check/9 (GV_LDC_Fault_Check) @06b3d090
|
GV_LDC_Fault_Check/9 (GV_LDC_Fault_Check) @06b5e090
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -239,7 +239,7 @@ GV_LDC_Fault_Check/9 (GV_LDC_Fault_Check) @06b3d090
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_LDC_TEMP_FAULT/8 (GV_LDC_TEMP_FAULT) @06b3d048
|
GV_LDC_TEMP_FAULT/8 (GV_LDC_TEMP_FAULT) @06b5e048
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -247,7 +247,7 @@ GV_LDC_TEMP_FAULT/8 (GV_LDC_TEMP_FAULT) @06b3d048
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_LDC_FltSta/7 (GV_LDC_FltSta) @06b3d000
|
GV_LDC_FltSta/7 (GV_LDC_FltSta) @06b5e000
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -255,7 +255,7 @@ GV_LDC_FltSta/7 (GV_LDC_FltSta) @06b3d000
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_MCU_Fault_Check/6 (GV_MCU_Fault_Check) @06b08f78
|
GV_MCU_Fault_Check/6 (GV_MCU_Fault_Check) @06b19f78
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -263,7 +263,7 @@ GV_MCU_Fault_Check/6 (GV_MCU_Fault_Check) @06b08f78
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_MCU_FltSta/5 (GV_MCU_FltSta) @06b08f30
|
GV_MCU_FltSta/5 (GV_MCU_FltSta) @06b19f30
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -271,7 +271,7 @@ GV_MCU_FltSta/5 (GV_MCU_FltSta) @06b08f30
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_BMS_Fault_Check/4 (GV_BMS_Fault_Check) @06b08ee8
|
GV_BMS_Fault_Check/4 (GV_BMS_Fault_Check) @06b19ee8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -279,7 +279,7 @@ GV_BMS_Fault_Check/4 (GV_BMS_Fault_Check) @06b08ee8
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_BMS_Interlock/3 (GV_BMS_Interlock) @06b08ea0
|
GV_BMS_Interlock/3 (GV_BMS_Interlock) @06b19ea0
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -287,7 +287,7 @@ GV_BMS_Interlock/3 (GV_BMS_Interlock) @06b08ea0
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_BMS_TEMP_FAULT/2 (GV_BMS_TEMP_FAULT) @06b08e58
|
GV_BMS_TEMP_FAULT/2 (GV_BMS_TEMP_FAULT) @06b19e58
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -295,7 +295,7 @@ GV_BMS_TEMP_FAULT/2 (GV_BMS_TEMP_FAULT) @06b08e58
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_BMS_FltSta/1 (GV_BMS_FltSta) @06b08e10
|
GV_BMS_FltSta/1 (GV_BMS_FltSta) @06b19e10
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -303,7 +303,7 @@ GV_BMS_FltSta/1 (GV_BMS_FltSta) @06b08e10
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
System_Check_Func/0 (System_Check_Func) @06b02ee0
|
System_Check_Func/0 (System_Check_Func) @06b13ee0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: GV_BMS_FltSta/1 (read)GV_BMS_TEMP_FAULT/2 (read)GV_BMS_Interlock/3 (read)GV_BMS_Fault_Check/4 (write)GV_BMS_Fault_Check/4 (write)GV_MCU_FltSta/5 (read)GV_MCU_Fault_Check/6 (write)GV_MCU_Fault_Check/6 (write)GV_LDC_FltSta/7 (read)GV_LDC_TEMP_FAULT/8 (read)GV_LDC_Fault_Check/9 (write)GV_LDC_Fault_Check/9 (write)GV_OBC_Interlock/10 (read)GV_OBC_Fault_Check/11 (write)GV_OBC_Fault_Check/11 (write)GV_BMS_HVOn_STA/12 (read)GV_HV_Apply_Check/13 (write)GV_HV_Apply_Check/13 (write)GV_LDC_STA/14 (read)GV_LDC_Apply_Check/15 (write)GV_LDC_Apply_Check/15 (write)GV_VCU_Ignition/16 (read)GV_IG_Process_Status/17 (read)GV_CE_ON_CMD/18 (write)GV_Key_Off_Level/19 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_Ready/21 (write)GV_CE_ON_CMD/18 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_EPAM_Park_Request_to_EPC/30 (write)GV_VCU_GearSelStat/31 (write)
|
References: GV_BMS_FltSta/1 (read)GV_BMS_TEMP_FAULT/2 (read)GV_BMS_Interlock/3 (read)GV_BMS_Fault_Check/4 (write)GV_BMS_Fault_Check/4 (write)GV_MCU_FltSta/5 (read)GV_MCU_Fault_Check/6 (write)GV_MCU_Fault_Check/6 (write)GV_LDC_FltSta/7 (read)GV_LDC_TEMP_FAULT/8 (read)GV_LDC_Fault_Check/9 (write)GV_LDC_Fault_Check/9 (write)GV_OBC_Interlock/10 (read)GV_OBC_Fault_Check/11 (write)GV_OBC_Fault_Check/11 (write)GV_BMS_HVOn_STA/12 (read)GV_HV_Apply_Check/13 (write)GV_HV_Apply_Check/13 (write)GV_LDC_STA/14 (read)GV_LDC_Apply_Check/15 (write)GV_LDC_Apply_Check/15 (write)GV_VCU_Ignition/16 (read)GV_IG_Process_Status/17 (read)GV_CE_ON_CMD/18 (write)GV_Key_Off_Level/19 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_Ready/21 (write)GV_CE_ON_CMD/18 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_EPAM_Park_Request_to_EPC/30 (write)GV_VCU_GearSelStat/31 (write)
|
||||||
|
|||||||
@ -85,7 +85,7 @@ IPA function summary for System_Check_Func/0 inlinable
|
|||||||
|
|
||||||
Symbol table:
|
Symbol table:
|
||||||
|
|
||||||
Key_Off_Process_Func/32 (Key_Off_Process_Func) @06b3f0e0
|
Key_Off_Process_Func/32 (Key_Off_Process_Func) @06b600e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -94,7 +94,7 @@ Key_Off_Process_Func/32 (Key_Off_Process_Func) @06b3f0e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (95916771 (estimated locally),0.09 per call)
|
Called by: System_Check_Func/0 (95916771 (estimated locally),0.09 per call)
|
||||||
Calls:
|
Calls:
|
||||||
GV_VCU_GearSelStat/31 (GV_VCU_GearSelStat) @06b3d6c0
|
GV_VCU_GearSelStat/31 (GV_VCU_GearSelStat) @06b5e6c0
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -102,7 +102,7 @@ GV_VCU_GearSelStat/31 (GV_VCU_GearSelStat) @06b3d6c0
|
|||||||
Referring: System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_VCU_EPAM_Park_Request_to_EPC/30 (GV_VCU_EPAM_Park_Request_to_EPC) @06b3d678
|
GV_VCU_EPAM_Park_Request_to_EPC/30 (GV_VCU_EPAM_Park_Request_to_EPC) @06b5e678
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -110,7 +110,7 @@ GV_VCU_EPAM_Park_Request_to_EPC/30 (GV_VCU_EPAM_Park_Request_to_EPC) @06b3d678
|
|||||||
Referring: System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Read_LDC_Voltage/29 (Read_LDC_Voltage) @06b3f000
|
Read_LDC_Voltage/29 (Read_LDC_Voltage) @06b60000
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -119,7 +119,7 @@ Read_LDC_Voltage/29 (Read_LDC_Voltage) @06b3f000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (65452773 (estimated locally),0.06 per call)
|
Called by: System_Check_Func/0 (65452773 (estimated locally),0.06 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Est_Vehicle_Speed/28 (Est_Vehicle_Speed) @06b02d20
|
Est_Vehicle_Speed/28 (Est_Vehicle_Speed) @06b13d20
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -128,7 +128,7 @@ Est_Vehicle_Speed/28 (Est_Vehicle_Speed) @06b02d20
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Motor_Status/27 (Motor_Status) @06b02540
|
Motor_Status/27 (Motor_Status) @06b13540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -137,7 +137,7 @@ Motor_Status/27 (Motor_Status) @06b02540
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Check_Charging_Status/26 (Check_Charging_Status) @06b02380
|
Check_Charging_Status/26 (Check_Charging_Status) @06b13380
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -146,7 +146,7 @@ Check_Charging_Status/26 (Check_Charging_Status) @06b02380
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Drive_Mode_Func/25 (Drive_Mode_Func) @06b029a0
|
Drive_Mode_Func/25 (Drive_Mode_Func) @06b139a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -155,7 +155,7 @@ Drive_Mode_Func/25 (Drive_Mode_Func) @06b029a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Key_on_Process_Func/24 (Key_on_Process_Func) @06b028c0
|
Key_on_Process_Func/24 (Key_on_Process_Func) @06b138c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -164,7 +164,7 @@ Key_on_Process_Func/24 (Key_on_Process_Func) @06b028c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (51329373 (estimated locally),0.05 per call)
|
Called by: System_Check_Func/0 (51329373 (estimated locally),0.05 per call)
|
||||||
Calls:
|
Calls:
|
||||||
IG_OnCheck_HV_Status/23 (IG_OnCheck_HV_Status) @06b027e0
|
IG_OnCheck_HV_Status/23 (IG_OnCheck_HV_Status) @06b137e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -173,7 +173,7 @@ IG_OnCheck_HV_Status/23 (IG_OnCheck_HV_Status) @06b027e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (55122696 (estimated locally),0.05 per call)
|
Called by: System_Check_Func/0 (55122696 (estimated locally),0.05 per call)
|
||||||
Calls:
|
Calls:
|
||||||
SET_SW_VER/22 (SET_SW_VER) @06b02700
|
SET_SW_VER/22 (SET_SW_VER) @06b13700
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -182,7 +182,7 @@ SET_SW_VER/22 (SET_SW_VER) @06b02700
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (55122696 (estimated locally),0.05 per call)
|
Called by: System_Check_Func/0 (55122696 (estimated locally),0.05 per call)
|
||||||
Calls:
|
Calls:
|
||||||
GV_VCU_Ready/21 (GV_VCU_Ready) @06b3d3f0
|
GV_VCU_Ready/21 (GV_VCU_Ready) @06b5e3f0
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -190,7 +190,7 @@ GV_VCU_Ready/21 (GV_VCU_Ready) @06b3d3f0
|
|||||||
Referring: System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Soc_Check_befor_IGN/20 (Soc_Check_befor_IGN) @06b02620
|
Soc_Check_befor_IGN/20 (Soc_Check_befor_IGN) @06b13620
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -199,7 +199,7 @@ Soc_Check_befor_IGN/20 (Soc_Check_befor_IGN) @06b02620
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (108662673 (estimated locally),0.10 per call)
|
Called by: System_Check_Func/0 (108662673 (estimated locally),0.10 per call)
|
||||||
Calls:
|
Calls:
|
||||||
GV_Key_Off_Level/19 (GV_Key_Off_Level) @06b3d360
|
GV_Key_Off_Level/19 (GV_Key_Off_Level) @06b5e360
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -207,7 +207,7 @@ GV_Key_Off_Level/19 (GV_Key_Off_Level) @06b3d360
|
|||||||
Referring: System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_CE_ON_CMD/18 (GV_CE_ON_CMD) @06b3d318
|
GV_CE_ON_CMD/18 (GV_CE_ON_CMD) @06b5e318
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -215,7 +215,7 @@ GV_CE_ON_CMD/18 (GV_CE_ON_CMD) @06b3d318
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_IG_Process_Status/17 (GV_IG_Process_Status) @06b3d2d0
|
GV_IG_Process_Status/17 (GV_IG_Process_Status) @06b5e2d0
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -223,7 +223,7 @@ GV_IG_Process_Status/17 (GV_IG_Process_Status) @06b3d2d0
|
|||||||
Referring: System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (write)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (write)System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (write)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (write)System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_VCU_Ignition/16 (GV_VCU_Ignition) @06b3d288
|
GV_VCU_Ignition/16 (GV_VCU_Ignition) @06b5e288
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -231,7 +231,7 @@ GV_VCU_Ignition/16 (GV_VCU_Ignition) @06b3d288
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_LDC_Apply_Check/15 (GV_LDC_Apply_Check) @06b3d240
|
GV_LDC_Apply_Check/15 (GV_LDC_Apply_Check) @06b5e240
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -239,7 +239,7 @@ GV_LDC_Apply_Check/15 (GV_LDC_Apply_Check) @06b3d240
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_LDC_STA/14 (GV_LDC_STA) @06b3d1f8
|
GV_LDC_STA/14 (GV_LDC_STA) @06b5e1f8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -247,7 +247,7 @@ GV_LDC_STA/14 (GV_LDC_STA) @06b3d1f8
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_HV_Apply_Check/13 (GV_HV_Apply_Check) @06b3d1b0
|
GV_HV_Apply_Check/13 (GV_HV_Apply_Check) @06b5e1b0
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -255,7 +255,7 @@ GV_HV_Apply_Check/13 (GV_HV_Apply_Check) @06b3d1b0
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_BMS_HVOn_STA/12 (GV_BMS_HVOn_STA) @06b3d168
|
GV_BMS_HVOn_STA/12 (GV_BMS_HVOn_STA) @06b5e168
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -263,7 +263,7 @@ GV_BMS_HVOn_STA/12 (GV_BMS_HVOn_STA) @06b3d168
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_OBC_Fault_Check/11 (GV_OBC_Fault_Check) @06b3d120
|
GV_OBC_Fault_Check/11 (GV_OBC_Fault_Check) @06b5e120
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -271,7 +271,7 @@ GV_OBC_Fault_Check/11 (GV_OBC_Fault_Check) @06b3d120
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_OBC_Interlock/10 (GV_OBC_Interlock) @06b3d0d8
|
GV_OBC_Interlock/10 (GV_OBC_Interlock) @06b5e0d8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -279,7 +279,7 @@ GV_OBC_Interlock/10 (GV_OBC_Interlock) @06b3d0d8
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_LDC_Fault_Check/9 (GV_LDC_Fault_Check) @06b3d090
|
GV_LDC_Fault_Check/9 (GV_LDC_Fault_Check) @06b5e090
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -287,7 +287,7 @@ GV_LDC_Fault_Check/9 (GV_LDC_Fault_Check) @06b3d090
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_LDC_TEMP_FAULT/8 (GV_LDC_TEMP_FAULT) @06b3d048
|
GV_LDC_TEMP_FAULT/8 (GV_LDC_TEMP_FAULT) @06b5e048
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -295,7 +295,7 @@ GV_LDC_TEMP_FAULT/8 (GV_LDC_TEMP_FAULT) @06b3d048
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_LDC_FltSta/7 (GV_LDC_FltSta) @06b3d000
|
GV_LDC_FltSta/7 (GV_LDC_FltSta) @06b5e000
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -303,7 +303,7 @@ GV_LDC_FltSta/7 (GV_LDC_FltSta) @06b3d000
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_MCU_Fault_Check/6 (GV_MCU_Fault_Check) @06b08f78
|
GV_MCU_Fault_Check/6 (GV_MCU_Fault_Check) @06b19f78
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -311,7 +311,7 @@ GV_MCU_Fault_Check/6 (GV_MCU_Fault_Check) @06b08f78
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_MCU_FltSta/5 (GV_MCU_FltSta) @06b08f30
|
GV_MCU_FltSta/5 (GV_MCU_FltSta) @06b19f30
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -319,7 +319,7 @@ GV_MCU_FltSta/5 (GV_MCU_FltSta) @06b08f30
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_BMS_Fault_Check/4 (GV_BMS_Fault_Check) @06b08ee8
|
GV_BMS_Fault_Check/4 (GV_BMS_Fault_Check) @06b19ee8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -327,7 +327,7 @@ GV_BMS_Fault_Check/4 (GV_BMS_Fault_Check) @06b08ee8
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_BMS_Interlock/3 (GV_BMS_Interlock) @06b08ea0
|
GV_BMS_Interlock/3 (GV_BMS_Interlock) @06b19ea0
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -335,7 +335,7 @@ GV_BMS_Interlock/3 (GV_BMS_Interlock) @06b08ea0
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_BMS_TEMP_FAULT/2 (GV_BMS_TEMP_FAULT) @06b08e58
|
GV_BMS_TEMP_FAULT/2 (GV_BMS_TEMP_FAULT) @06b19e58
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -343,7 +343,7 @@ GV_BMS_TEMP_FAULT/2 (GV_BMS_TEMP_FAULT) @06b08e58
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_BMS_FltSta/1 (GV_BMS_FltSta) @06b08e10
|
GV_BMS_FltSta/1 (GV_BMS_FltSta) @06b19e10
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -351,7 +351,7 @@ GV_BMS_FltSta/1 (GV_BMS_FltSta) @06b08e10
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
System_Check_Func/0 (System_Check_Func) @06b02ee0
|
System_Check_Func/0 (System_Check_Func) @06b13ee0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: GV_BMS_FltSta/1 (read)GV_BMS_TEMP_FAULT/2 (read)GV_BMS_Interlock/3 (read)GV_BMS_Fault_Check/4 (write)GV_BMS_Fault_Check/4 (write)GV_MCU_FltSta/5 (read)GV_MCU_Fault_Check/6 (write)GV_MCU_Fault_Check/6 (write)GV_LDC_FltSta/7 (read)GV_LDC_TEMP_FAULT/8 (read)GV_LDC_Fault_Check/9 (write)GV_LDC_Fault_Check/9 (write)GV_OBC_Interlock/10 (read)GV_OBC_Fault_Check/11 (write)GV_OBC_Fault_Check/11 (write)GV_BMS_HVOn_STA/12 (read)GV_HV_Apply_Check/13 (write)GV_HV_Apply_Check/13 (write)GV_LDC_STA/14 (read)GV_LDC_Apply_Check/15 (write)GV_LDC_Apply_Check/15 (write)GV_VCU_Ignition/16 (read)GV_IG_Process_Status/17 (read)GV_CE_ON_CMD/18 (write)GV_Key_Off_Level/19 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_Ready/21 (write)GV_CE_ON_CMD/18 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_EPAM_Park_Request_to_EPC/30 (write)GV_VCU_GearSelStat/31 (write)
|
References: GV_BMS_FltSta/1 (read)GV_BMS_TEMP_FAULT/2 (read)GV_BMS_Interlock/3 (read)GV_BMS_Fault_Check/4 (write)GV_BMS_Fault_Check/4 (write)GV_MCU_FltSta/5 (read)GV_MCU_Fault_Check/6 (write)GV_MCU_Fault_Check/6 (write)GV_LDC_FltSta/7 (read)GV_LDC_TEMP_FAULT/8 (read)GV_LDC_Fault_Check/9 (write)GV_LDC_Fault_Check/9 (write)GV_OBC_Interlock/10 (read)GV_OBC_Fault_Check/11 (write)GV_OBC_Fault_Check/11 (write)GV_BMS_HVOn_STA/12 (read)GV_HV_Apply_Check/13 (write)GV_HV_Apply_Check/13 (write)GV_LDC_STA/14 (read)GV_LDC_Apply_Check/15 (write)GV_LDC_Apply_Check/15 (write)GV_VCU_Ignition/16 (read)GV_IG_Process_Status/17 (read)GV_CE_ON_CMD/18 (write)GV_Key_Off_Level/19 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_Ready/21 (write)GV_CE_ON_CMD/18 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_EPAM_Park_Request_to_EPC/30 (write)GV_VCU_GearSelStat/31 (write)
|
||||||
|
|||||||
@ -78,7 +78,7 @@ IPA function summary for System_Check_Func/0 inlinable
|
|||||||
|
|
||||||
Symbol table:
|
Symbol table:
|
||||||
|
|
||||||
Key_Off_Process_Func/32 (Key_Off_Process_Func) @06b3f0e0
|
Key_Off_Process_Func/32 (Key_Off_Process_Func) @06b600e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -87,7 +87,7 @@ Key_Off_Process_Func/32 (Key_Off_Process_Func) @06b3f0e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (95916771 (estimated locally),0.09 per call)
|
Called by: System_Check_Func/0 (95916771 (estimated locally),0.09 per call)
|
||||||
Calls:
|
Calls:
|
||||||
GV_VCU_GearSelStat/31 (GV_VCU_GearSelStat) @06b3d6c0
|
GV_VCU_GearSelStat/31 (GV_VCU_GearSelStat) @06b5e6c0
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -95,7 +95,7 @@ GV_VCU_GearSelStat/31 (GV_VCU_GearSelStat) @06b3d6c0
|
|||||||
Referring: System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_VCU_EPAM_Park_Request_to_EPC/30 (GV_VCU_EPAM_Park_Request_to_EPC) @06b3d678
|
GV_VCU_EPAM_Park_Request_to_EPC/30 (GV_VCU_EPAM_Park_Request_to_EPC) @06b5e678
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -103,7 +103,7 @@ GV_VCU_EPAM_Park_Request_to_EPC/30 (GV_VCU_EPAM_Park_Request_to_EPC) @06b3d678
|
|||||||
Referring: System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Read_LDC_Voltage/29 (Read_LDC_Voltage) @06b3f000
|
Read_LDC_Voltage/29 (Read_LDC_Voltage) @06b60000
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -112,7 +112,7 @@ Read_LDC_Voltage/29 (Read_LDC_Voltage) @06b3f000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (65452773 (estimated locally),0.06 per call)
|
Called by: System_Check_Func/0 (65452773 (estimated locally),0.06 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Est_Vehicle_Speed/28 (Est_Vehicle_Speed) @06b02d20
|
Est_Vehicle_Speed/28 (Est_Vehicle_Speed) @06b13d20
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -121,7 +121,7 @@ Est_Vehicle_Speed/28 (Est_Vehicle_Speed) @06b02d20
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Motor_Status/27 (Motor_Status) @06b02540
|
Motor_Status/27 (Motor_Status) @06b13540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -130,7 +130,7 @@ Motor_Status/27 (Motor_Status) @06b02540
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Check_Charging_Status/26 (Check_Charging_Status) @06b02380
|
Check_Charging_Status/26 (Check_Charging_Status) @06b13380
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -139,7 +139,7 @@ Check_Charging_Status/26 (Check_Charging_Status) @06b02380
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Drive_Mode_Func/25 (Drive_Mode_Func) @06b029a0
|
Drive_Mode_Func/25 (Drive_Mode_Func) @06b139a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -148,7 +148,7 @@ Drive_Mode_Func/25 (Drive_Mode_Func) @06b029a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Key_on_Process_Func/24 (Key_on_Process_Func) @06b028c0
|
Key_on_Process_Func/24 (Key_on_Process_Func) @06b138c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -157,7 +157,7 @@ Key_on_Process_Func/24 (Key_on_Process_Func) @06b028c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (51329373 (estimated locally),0.05 per call)
|
Called by: System_Check_Func/0 (51329373 (estimated locally),0.05 per call)
|
||||||
Calls:
|
Calls:
|
||||||
IG_OnCheck_HV_Status/23 (IG_OnCheck_HV_Status) @06b027e0
|
IG_OnCheck_HV_Status/23 (IG_OnCheck_HV_Status) @06b137e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -166,7 +166,7 @@ IG_OnCheck_HV_Status/23 (IG_OnCheck_HV_Status) @06b027e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (55122696 (estimated locally),0.05 per call)
|
Called by: System_Check_Func/0 (55122696 (estimated locally),0.05 per call)
|
||||||
Calls:
|
Calls:
|
||||||
SET_SW_VER/22 (SET_SW_VER) @06b02700
|
SET_SW_VER/22 (SET_SW_VER) @06b13700
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -175,7 +175,7 @@ SET_SW_VER/22 (SET_SW_VER) @06b02700
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (55122696 (estimated locally),0.05 per call)
|
Called by: System_Check_Func/0 (55122696 (estimated locally),0.05 per call)
|
||||||
Calls:
|
Calls:
|
||||||
GV_VCU_Ready/21 (GV_VCU_Ready) @06b3d3f0
|
GV_VCU_Ready/21 (GV_VCU_Ready) @06b5e3f0
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -183,7 +183,7 @@ GV_VCU_Ready/21 (GV_VCU_Ready) @06b3d3f0
|
|||||||
Referring: System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Soc_Check_befor_IGN/20 (Soc_Check_befor_IGN) @06b02620
|
Soc_Check_befor_IGN/20 (Soc_Check_befor_IGN) @06b13620
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -192,7 +192,7 @@ Soc_Check_befor_IGN/20 (Soc_Check_befor_IGN) @06b02620
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (108662673 (estimated locally),0.10 per call)
|
Called by: System_Check_Func/0 (108662673 (estimated locally),0.10 per call)
|
||||||
Calls:
|
Calls:
|
||||||
GV_Key_Off_Level/19 (GV_Key_Off_Level) @06b3d360
|
GV_Key_Off_Level/19 (GV_Key_Off_Level) @06b5e360
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -200,7 +200,7 @@ GV_Key_Off_Level/19 (GV_Key_Off_Level) @06b3d360
|
|||||||
Referring: System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_CE_ON_CMD/18 (GV_CE_ON_CMD) @06b3d318
|
GV_CE_ON_CMD/18 (GV_CE_ON_CMD) @06b5e318
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -208,7 +208,7 @@ GV_CE_ON_CMD/18 (GV_CE_ON_CMD) @06b3d318
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_IG_Process_Status/17 (GV_IG_Process_Status) @06b3d2d0
|
GV_IG_Process_Status/17 (GV_IG_Process_Status) @06b5e2d0
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -216,7 +216,7 @@ GV_IG_Process_Status/17 (GV_IG_Process_Status) @06b3d2d0
|
|||||||
Referring: System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (write)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (write)System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (write)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (read)System_Check_Func/0 (write)System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_VCU_Ignition/16 (GV_VCU_Ignition) @06b3d288
|
GV_VCU_Ignition/16 (GV_VCU_Ignition) @06b5e288
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -224,7 +224,7 @@ GV_VCU_Ignition/16 (GV_VCU_Ignition) @06b3d288
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_LDC_Apply_Check/15 (GV_LDC_Apply_Check) @06b3d240
|
GV_LDC_Apply_Check/15 (GV_LDC_Apply_Check) @06b5e240
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -232,7 +232,7 @@ GV_LDC_Apply_Check/15 (GV_LDC_Apply_Check) @06b3d240
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_LDC_STA/14 (GV_LDC_STA) @06b3d1f8
|
GV_LDC_STA/14 (GV_LDC_STA) @06b5e1f8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -240,7 +240,7 @@ GV_LDC_STA/14 (GV_LDC_STA) @06b3d1f8
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_HV_Apply_Check/13 (GV_HV_Apply_Check) @06b3d1b0
|
GV_HV_Apply_Check/13 (GV_HV_Apply_Check) @06b5e1b0
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -248,7 +248,7 @@ GV_HV_Apply_Check/13 (GV_HV_Apply_Check) @06b3d1b0
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_BMS_HVOn_STA/12 (GV_BMS_HVOn_STA) @06b3d168
|
GV_BMS_HVOn_STA/12 (GV_BMS_HVOn_STA) @06b5e168
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -256,7 +256,7 @@ GV_BMS_HVOn_STA/12 (GV_BMS_HVOn_STA) @06b3d168
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_OBC_Fault_Check/11 (GV_OBC_Fault_Check) @06b3d120
|
GV_OBC_Fault_Check/11 (GV_OBC_Fault_Check) @06b5e120
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -264,7 +264,7 @@ GV_OBC_Fault_Check/11 (GV_OBC_Fault_Check) @06b3d120
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_OBC_Interlock/10 (GV_OBC_Interlock) @06b3d0d8
|
GV_OBC_Interlock/10 (GV_OBC_Interlock) @06b5e0d8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -272,7 +272,7 @@ GV_OBC_Interlock/10 (GV_OBC_Interlock) @06b3d0d8
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_LDC_Fault_Check/9 (GV_LDC_Fault_Check) @06b3d090
|
GV_LDC_Fault_Check/9 (GV_LDC_Fault_Check) @06b5e090
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -280,7 +280,7 @@ GV_LDC_Fault_Check/9 (GV_LDC_Fault_Check) @06b3d090
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_LDC_TEMP_FAULT/8 (GV_LDC_TEMP_FAULT) @06b3d048
|
GV_LDC_TEMP_FAULT/8 (GV_LDC_TEMP_FAULT) @06b5e048
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -288,7 +288,7 @@ GV_LDC_TEMP_FAULT/8 (GV_LDC_TEMP_FAULT) @06b3d048
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_LDC_FltSta/7 (GV_LDC_FltSta) @06b3d000
|
GV_LDC_FltSta/7 (GV_LDC_FltSta) @06b5e000
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -296,7 +296,7 @@ GV_LDC_FltSta/7 (GV_LDC_FltSta) @06b3d000
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_MCU_Fault_Check/6 (GV_MCU_Fault_Check) @06b08f78
|
GV_MCU_Fault_Check/6 (GV_MCU_Fault_Check) @06b19f78
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -304,7 +304,7 @@ GV_MCU_Fault_Check/6 (GV_MCU_Fault_Check) @06b08f78
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_MCU_FltSta/5 (GV_MCU_FltSta) @06b08f30
|
GV_MCU_FltSta/5 (GV_MCU_FltSta) @06b19f30
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -312,7 +312,7 @@ GV_MCU_FltSta/5 (GV_MCU_FltSta) @06b08f30
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_BMS_Fault_Check/4 (GV_BMS_Fault_Check) @06b08ee8
|
GV_BMS_Fault_Check/4 (GV_BMS_Fault_Check) @06b19ee8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -320,7 +320,7 @@ GV_BMS_Fault_Check/4 (GV_BMS_Fault_Check) @06b08ee8
|
|||||||
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
Referring: System_Check_Func/0 (write)System_Check_Func/0 (write)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_BMS_Interlock/3 (GV_BMS_Interlock) @06b08ea0
|
GV_BMS_Interlock/3 (GV_BMS_Interlock) @06b19ea0
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -328,7 +328,7 @@ GV_BMS_Interlock/3 (GV_BMS_Interlock) @06b08ea0
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_BMS_TEMP_FAULT/2 (GV_BMS_TEMP_FAULT) @06b08e58
|
GV_BMS_TEMP_FAULT/2 (GV_BMS_TEMP_FAULT) @06b19e58
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -336,7 +336,7 @@ GV_BMS_TEMP_FAULT/2 (GV_BMS_TEMP_FAULT) @06b08e58
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
GV_BMS_FltSta/1 (GV_BMS_FltSta) @06b08e10
|
GV_BMS_FltSta/1 (GV_BMS_FltSta) @06b19e10
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -344,7 +344,7 @@ GV_BMS_FltSta/1 (GV_BMS_FltSta) @06b08e10
|
|||||||
Referring: System_Check_Func/0 (read)
|
Referring: System_Check_Func/0 (read)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
System_Check_Func/0 (System_Check_Func) @06b02ee0
|
System_Check_Func/0 (System_Check_Func) @06b13ee0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: GV_BMS_FltSta/1 (read)GV_BMS_TEMP_FAULT/2 (read)GV_BMS_Interlock/3 (read)GV_BMS_Fault_Check/4 (write)GV_BMS_Fault_Check/4 (write)GV_MCU_FltSta/5 (read)GV_MCU_Fault_Check/6 (write)GV_MCU_Fault_Check/6 (write)GV_LDC_FltSta/7 (read)GV_LDC_TEMP_FAULT/8 (read)GV_LDC_Fault_Check/9 (write)GV_LDC_Fault_Check/9 (write)GV_OBC_Interlock/10 (read)GV_OBC_Fault_Check/11 (write)GV_OBC_Fault_Check/11 (write)GV_BMS_HVOn_STA/12 (read)GV_HV_Apply_Check/13 (write)GV_HV_Apply_Check/13 (write)GV_LDC_STA/14 (read)GV_LDC_Apply_Check/15 (write)GV_LDC_Apply_Check/15 (write)GV_VCU_Ignition/16 (read)GV_IG_Process_Status/17 (read)GV_CE_ON_CMD/18 (write)GV_Key_Off_Level/19 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_Ready/21 (write)GV_CE_ON_CMD/18 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_EPAM_Park_Request_to_EPC/30 (write)GV_VCU_GearSelStat/31 (write)
|
References: GV_BMS_FltSta/1 (read)GV_BMS_TEMP_FAULT/2 (read)GV_BMS_Interlock/3 (read)GV_BMS_Fault_Check/4 (write)GV_BMS_Fault_Check/4 (write)GV_MCU_FltSta/5 (read)GV_MCU_Fault_Check/6 (write)GV_MCU_Fault_Check/6 (write)GV_LDC_FltSta/7 (read)GV_LDC_TEMP_FAULT/8 (read)GV_LDC_Fault_Check/9 (write)GV_LDC_Fault_Check/9 (write)GV_OBC_Interlock/10 (read)GV_OBC_Fault_Check/11 (write)GV_OBC_Fault_Check/11 (write)GV_BMS_HVOn_STA/12 (read)GV_HV_Apply_Check/13 (write)GV_HV_Apply_Check/13 (write)GV_LDC_STA/14 (read)GV_LDC_Apply_Check/15 (write)GV_LDC_Apply_Check/15 (write)GV_VCU_Ignition/16 (read)GV_IG_Process_Status/17 (read)GV_CE_ON_CMD/18 (write)GV_Key_Off_Level/19 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_Ready/21 (write)GV_CE_ON_CMD/18 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_EPAM_Park_Request_to_EPC/30 (write)GV_VCU_GearSelStat/31 (write)
|
||||||
|
|||||||
@ -75,7 +75,7 @@
|
|||||||
Function is locally const.
|
Function is locally const.
|
||||||
callgraph:
|
callgraph:
|
||||||
|
|
||||||
Key_Off_Process_Func/32 (Key_Off_Process_Func) @06b3f0e0
|
Key_Off_Process_Func/32 (Key_Off_Process_Func) @06b600e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -84,7 +84,7 @@ Key_Off_Process_Func/32 (Key_Off_Process_Func) @06b3f0e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (95916771 (estimated locally),0.09 per call)
|
Called by: System_Check_Func/0 (95916771 (estimated locally),0.09 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Read_LDC_Voltage/29 (Read_LDC_Voltage) @06b3f000
|
Read_LDC_Voltage/29 (Read_LDC_Voltage) @06b60000
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -93,7 +93,7 @@ Read_LDC_Voltage/29 (Read_LDC_Voltage) @06b3f000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (65452773 (estimated locally),0.06 per call)
|
Called by: System_Check_Func/0 (65452773 (estimated locally),0.06 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Est_Vehicle_Speed/28 (Est_Vehicle_Speed) @06b02d20
|
Est_Vehicle_Speed/28 (Est_Vehicle_Speed) @06b13d20
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -102,7 +102,7 @@ Est_Vehicle_Speed/28 (Est_Vehicle_Speed) @06b02d20
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Motor_Status/27 (Motor_Status) @06b02540
|
Motor_Status/27 (Motor_Status) @06b13540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -111,7 +111,7 @@ Motor_Status/27 (Motor_Status) @06b02540
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Check_Charging_Status/26 (Check_Charging_Status) @06b02380
|
Check_Charging_Status/26 (Check_Charging_Status) @06b13380
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -120,7 +120,7 @@ Check_Charging_Status/26 (Check_Charging_Status) @06b02380
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Drive_Mode_Func/25 (Drive_Mode_Func) @06b029a0
|
Drive_Mode_Func/25 (Drive_Mode_Func) @06b139a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -129,7 +129,7 @@ Drive_Mode_Func/25 (Drive_Mode_Func) @06b029a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Key_on_Process_Func/24 (Key_on_Process_Func) @06b028c0
|
Key_on_Process_Func/24 (Key_on_Process_Func) @06b138c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -138,7 +138,7 @@ Key_on_Process_Func/24 (Key_on_Process_Func) @06b028c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (51329373 (estimated locally),0.05 per call)
|
Called by: System_Check_Func/0 (51329373 (estimated locally),0.05 per call)
|
||||||
Calls:
|
Calls:
|
||||||
IG_OnCheck_HV_Status/23 (IG_OnCheck_HV_Status) @06b027e0
|
IG_OnCheck_HV_Status/23 (IG_OnCheck_HV_Status) @06b137e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -147,7 +147,7 @@ IG_OnCheck_HV_Status/23 (IG_OnCheck_HV_Status) @06b027e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (55122696 (estimated locally),0.05 per call)
|
Called by: System_Check_Func/0 (55122696 (estimated locally),0.05 per call)
|
||||||
Calls:
|
Calls:
|
||||||
SET_SW_VER/22 (SET_SW_VER) @06b02700
|
SET_SW_VER/22 (SET_SW_VER) @06b13700
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -156,7 +156,7 @@ SET_SW_VER/22 (SET_SW_VER) @06b02700
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (55122696 (estimated locally),0.05 per call)
|
Called by: System_Check_Func/0 (55122696 (estimated locally),0.05 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Soc_Check_befor_IGN/20 (Soc_Check_befor_IGN) @06b02620
|
Soc_Check_befor_IGN/20 (Soc_Check_befor_IGN) @06b13620
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -165,10 +165,10 @@ Soc_Check_befor_IGN/20 (Soc_Check_befor_IGN) @06b02620
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (108662673 (estimated locally),0.10 per call)
|
Called by: System_Check_Func/0 (108662673 (estimated locally),0.10 per call)
|
||||||
Calls:
|
Calls:
|
||||||
System_Check_Func/0 (System_Check_Func) @06b02ee0
|
System_Check_Func/0 (System_Check_Func) @06b13ee0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06745350
|
Aux: @04c15958
|
||||||
References: GV_BMS_FltSta/1 (read)GV_BMS_TEMP_FAULT/2 (read)GV_BMS_Interlock/3 (read)GV_BMS_Fault_Check/4 (write)GV_BMS_Fault_Check/4 (write)GV_MCU_FltSta/5 (read)GV_MCU_Fault_Check/6 (write)GV_MCU_Fault_Check/6 (write)GV_LDC_FltSta/7 (read)GV_LDC_TEMP_FAULT/8 (read)GV_LDC_Fault_Check/9 (write)GV_LDC_Fault_Check/9 (write)GV_OBC_Interlock/10 (read)GV_OBC_Fault_Check/11 (write)GV_OBC_Fault_Check/11 (write)GV_BMS_HVOn_STA/12 (read)GV_HV_Apply_Check/13 (write)GV_HV_Apply_Check/13 (write)GV_LDC_STA/14 (read)GV_LDC_Apply_Check/15 (write)GV_LDC_Apply_Check/15 (write)GV_VCU_Ignition/16 (read)GV_IG_Process_Status/17 (read)GV_CE_ON_CMD/18 (write)GV_Key_Off_Level/19 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_Ready/21 (write)GV_CE_ON_CMD/18 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_EPAM_Park_Request_to_EPC/30 (write)GV_VCU_GearSelStat/31 (write)
|
References: GV_BMS_FltSta/1 (read)GV_BMS_TEMP_FAULT/2 (read)GV_BMS_Interlock/3 (read)GV_BMS_Fault_Check/4 (write)GV_BMS_Fault_Check/4 (write)GV_MCU_FltSta/5 (read)GV_MCU_Fault_Check/6 (write)GV_MCU_Fault_Check/6 (write)GV_LDC_FltSta/7 (read)GV_LDC_TEMP_FAULT/8 (read)GV_LDC_Fault_Check/9 (write)GV_LDC_Fault_Check/9 (write)GV_OBC_Interlock/10 (read)GV_OBC_Fault_Check/11 (write)GV_OBC_Fault_Check/11 (write)GV_BMS_HVOn_STA/12 (read)GV_HV_Apply_Check/13 (write)GV_HV_Apply_Check/13 (write)GV_LDC_STA/14 (read)GV_LDC_Apply_Check/15 (write)GV_LDC_Apply_Check/15 (write)GV_VCU_Ignition/16 (read)GV_IG_Process_Status/17 (read)GV_CE_ON_CMD/18 (write)GV_Key_Off_Level/19 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_Ready/21 (write)GV_CE_ON_CMD/18 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_EPAM_Park_Request_to_EPC/30 (write)GV_VCU_GearSelStat/31 (write)
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
@ -178,10 +178,10 @@ System_Check_Func/0 (System_Check_Func) @06b02ee0
|
|||||||
|
|
||||||
|
|
||||||
ordered call graph: reduced for nothrow
|
ordered call graph: reduced for nothrow
|
||||||
System_Check_Func/0 (System_Check_Func) @06b02ee0
|
System_Check_Func/0 (System_Check_Func) @06b13ee0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06745350
|
Aux: @04c15958
|
||||||
References: GV_BMS_FltSta/1 (read)GV_BMS_TEMP_FAULT/2 (read)GV_BMS_Interlock/3 (read)GV_BMS_Fault_Check/4 (write)GV_BMS_Fault_Check/4 (write)GV_MCU_FltSta/5 (read)GV_MCU_Fault_Check/6 (write)GV_MCU_Fault_Check/6 (write)GV_LDC_FltSta/7 (read)GV_LDC_TEMP_FAULT/8 (read)GV_LDC_Fault_Check/9 (write)GV_LDC_Fault_Check/9 (write)GV_OBC_Interlock/10 (read)GV_OBC_Fault_Check/11 (write)GV_OBC_Fault_Check/11 (write)GV_BMS_HVOn_STA/12 (read)GV_HV_Apply_Check/13 (write)GV_HV_Apply_Check/13 (write)GV_LDC_STA/14 (read)GV_LDC_Apply_Check/15 (write)GV_LDC_Apply_Check/15 (write)GV_VCU_Ignition/16 (read)GV_IG_Process_Status/17 (read)GV_CE_ON_CMD/18 (write)GV_Key_Off_Level/19 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_Ready/21 (write)GV_CE_ON_CMD/18 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_EPAM_Park_Request_to_EPC/30 (write)GV_VCU_GearSelStat/31 (write)
|
References: GV_BMS_FltSta/1 (read)GV_BMS_TEMP_FAULT/2 (read)GV_BMS_Interlock/3 (read)GV_BMS_Fault_Check/4 (write)GV_BMS_Fault_Check/4 (write)GV_MCU_FltSta/5 (read)GV_MCU_Fault_Check/6 (write)GV_MCU_Fault_Check/6 (write)GV_LDC_FltSta/7 (read)GV_LDC_TEMP_FAULT/8 (read)GV_LDC_Fault_Check/9 (write)GV_LDC_Fault_Check/9 (write)GV_OBC_Interlock/10 (read)GV_OBC_Fault_Check/11 (write)GV_OBC_Fault_Check/11 (write)GV_BMS_HVOn_STA/12 (read)GV_HV_Apply_Check/13 (write)GV_HV_Apply_Check/13 (write)GV_LDC_STA/14 (read)GV_LDC_Apply_Check/15 (write)GV_LDC_Apply_Check/15 (write)GV_VCU_Ignition/16 (read)GV_IG_Process_Status/17 (read)GV_CE_ON_CMD/18 (write)GV_Key_Off_Level/19 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_Ready/21 (write)GV_CE_ON_CMD/18 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_EPAM_Park_Request_to_EPC/30 (write)GV_VCU_GearSelStat/31 (write)
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
@ -199,7 +199,7 @@ MALLOC LATTICE after propagation:
|
|||||||
System_Check_Func: malloc_bottom
|
System_Check_Func: malloc_bottom
|
||||||
callgraph:
|
callgraph:
|
||||||
|
|
||||||
Key_Off_Process_Func/32 (Key_Off_Process_Func) @06b3f0e0
|
Key_Off_Process_Func/32 (Key_Off_Process_Func) @06b600e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -208,7 +208,7 @@ Key_Off_Process_Func/32 (Key_Off_Process_Func) @06b3f0e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (95916771 (estimated locally),0.09 per call)
|
Called by: System_Check_Func/0 (95916771 (estimated locally),0.09 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Read_LDC_Voltage/29 (Read_LDC_Voltage) @06b3f000
|
Read_LDC_Voltage/29 (Read_LDC_Voltage) @06b60000
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -217,7 +217,7 @@ Read_LDC_Voltage/29 (Read_LDC_Voltage) @06b3f000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (65452773 (estimated locally),0.06 per call)
|
Called by: System_Check_Func/0 (65452773 (estimated locally),0.06 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Est_Vehicle_Speed/28 (Est_Vehicle_Speed) @06b02d20
|
Est_Vehicle_Speed/28 (Est_Vehicle_Speed) @06b13d20
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -226,7 +226,7 @@ Est_Vehicle_Speed/28 (Est_Vehicle_Speed) @06b02d20
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Motor_Status/27 (Motor_Status) @06b02540
|
Motor_Status/27 (Motor_Status) @06b13540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -235,7 +235,7 @@ Motor_Status/27 (Motor_Status) @06b02540
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Check_Charging_Status/26 (Check_Charging_Status) @06b02380
|
Check_Charging_Status/26 (Check_Charging_Status) @06b13380
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -244,7 +244,7 @@ Check_Charging_Status/26 (Check_Charging_Status) @06b02380
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Drive_Mode_Func/25 (Drive_Mode_Func) @06b029a0
|
Drive_Mode_Func/25 (Drive_Mode_Func) @06b139a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -253,7 +253,7 @@ Drive_Mode_Func/25 (Drive_Mode_Func) @06b029a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Key_on_Process_Func/24 (Key_on_Process_Func) @06b028c0
|
Key_on_Process_Func/24 (Key_on_Process_Func) @06b138c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -262,7 +262,7 @@ Key_on_Process_Func/24 (Key_on_Process_Func) @06b028c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (51329373 (estimated locally),0.05 per call)
|
Called by: System_Check_Func/0 (51329373 (estimated locally),0.05 per call)
|
||||||
Calls:
|
Calls:
|
||||||
IG_OnCheck_HV_Status/23 (IG_OnCheck_HV_Status) @06b027e0
|
IG_OnCheck_HV_Status/23 (IG_OnCheck_HV_Status) @06b137e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -271,7 +271,7 @@ IG_OnCheck_HV_Status/23 (IG_OnCheck_HV_Status) @06b027e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (55122696 (estimated locally),0.05 per call)
|
Called by: System_Check_Func/0 (55122696 (estimated locally),0.05 per call)
|
||||||
Calls:
|
Calls:
|
||||||
SET_SW_VER/22 (SET_SW_VER) @06b02700
|
SET_SW_VER/22 (SET_SW_VER) @06b13700
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -280,7 +280,7 @@ SET_SW_VER/22 (SET_SW_VER) @06b02700
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (55122696 (estimated locally),0.05 per call)
|
Called by: System_Check_Func/0 (55122696 (estimated locally),0.05 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Soc_Check_befor_IGN/20 (Soc_Check_befor_IGN) @06b02620
|
Soc_Check_befor_IGN/20 (Soc_Check_befor_IGN) @06b13620
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -289,10 +289,10 @@ Soc_Check_befor_IGN/20 (Soc_Check_befor_IGN) @06b02620
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (108662673 (estimated locally),0.10 per call)
|
Called by: System_Check_Func/0 (108662673 (estimated locally),0.10 per call)
|
||||||
Calls:
|
Calls:
|
||||||
System_Check_Func/0 (System_Check_Func) @06b02ee0
|
System_Check_Func/0 (System_Check_Func) @06b13ee0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06745350
|
Aux: @04c15958
|
||||||
References: GV_BMS_FltSta/1 (read)GV_BMS_TEMP_FAULT/2 (read)GV_BMS_Interlock/3 (read)GV_BMS_Fault_Check/4 (write)GV_BMS_Fault_Check/4 (write)GV_MCU_FltSta/5 (read)GV_MCU_Fault_Check/6 (write)GV_MCU_Fault_Check/6 (write)GV_LDC_FltSta/7 (read)GV_LDC_TEMP_FAULT/8 (read)GV_LDC_Fault_Check/9 (write)GV_LDC_Fault_Check/9 (write)GV_OBC_Interlock/10 (read)GV_OBC_Fault_Check/11 (write)GV_OBC_Fault_Check/11 (write)GV_BMS_HVOn_STA/12 (read)GV_HV_Apply_Check/13 (write)GV_HV_Apply_Check/13 (write)GV_LDC_STA/14 (read)GV_LDC_Apply_Check/15 (write)GV_LDC_Apply_Check/15 (write)GV_VCU_Ignition/16 (read)GV_IG_Process_Status/17 (read)GV_CE_ON_CMD/18 (write)GV_Key_Off_Level/19 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_Ready/21 (write)GV_CE_ON_CMD/18 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_EPAM_Park_Request_to_EPC/30 (write)GV_VCU_GearSelStat/31 (write)
|
References: GV_BMS_FltSta/1 (read)GV_BMS_TEMP_FAULT/2 (read)GV_BMS_Interlock/3 (read)GV_BMS_Fault_Check/4 (write)GV_BMS_Fault_Check/4 (write)GV_MCU_FltSta/5 (read)GV_MCU_Fault_Check/6 (write)GV_MCU_Fault_Check/6 (write)GV_LDC_FltSta/7 (read)GV_LDC_TEMP_FAULT/8 (read)GV_LDC_Fault_Check/9 (write)GV_LDC_Fault_Check/9 (write)GV_OBC_Interlock/10 (read)GV_OBC_Fault_Check/11 (write)GV_OBC_Fault_Check/11 (write)GV_BMS_HVOn_STA/12 (read)GV_HV_Apply_Check/13 (write)GV_HV_Apply_Check/13 (write)GV_LDC_STA/14 (read)GV_LDC_Apply_Check/15 (write)GV_LDC_Apply_Check/15 (write)GV_VCU_Ignition/16 (read)GV_IG_Process_Status/17 (read)GV_CE_ON_CMD/18 (write)GV_Key_Off_Level/19 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_Ready/21 (write)GV_CE_ON_CMD/18 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_EPAM_Park_Request_to_EPC/30 (write)GV_VCU_GearSelStat/31 (write)
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
@ -302,10 +302,10 @@ System_Check_Func/0 (System_Check_Func) @06b02ee0
|
|||||||
|
|
||||||
|
|
||||||
ordered call graph: reduced
|
ordered call graph: reduced
|
||||||
System_Check_Func/0 (System_Check_Func) @06b02ee0
|
System_Check_Func/0 (System_Check_Func) @06b13ee0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @06745350
|
Aux: @04c15958
|
||||||
References: GV_BMS_FltSta/1 (read)GV_BMS_TEMP_FAULT/2 (read)GV_BMS_Interlock/3 (read)GV_BMS_Fault_Check/4 (write)GV_BMS_Fault_Check/4 (write)GV_MCU_FltSta/5 (read)GV_MCU_Fault_Check/6 (write)GV_MCU_Fault_Check/6 (write)GV_LDC_FltSta/7 (read)GV_LDC_TEMP_FAULT/8 (read)GV_LDC_Fault_Check/9 (write)GV_LDC_Fault_Check/9 (write)GV_OBC_Interlock/10 (read)GV_OBC_Fault_Check/11 (write)GV_OBC_Fault_Check/11 (write)GV_BMS_HVOn_STA/12 (read)GV_HV_Apply_Check/13 (write)GV_HV_Apply_Check/13 (write)GV_LDC_STA/14 (read)GV_LDC_Apply_Check/15 (write)GV_LDC_Apply_Check/15 (write)GV_VCU_Ignition/16 (read)GV_IG_Process_Status/17 (read)GV_CE_ON_CMD/18 (write)GV_Key_Off_Level/19 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_Ready/21 (write)GV_CE_ON_CMD/18 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_EPAM_Park_Request_to_EPC/30 (write)GV_VCU_GearSelStat/31 (write)
|
References: GV_BMS_FltSta/1 (read)GV_BMS_TEMP_FAULT/2 (read)GV_BMS_Interlock/3 (read)GV_BMS_Fault_Check/4 (write)GV_BMS_Fault_Check/4 (write)GV_MCU_FltSta/5 (read)GV_MCU_Fault_Check/6 (write)GV_MCU_Fault_Check/6 (write)GV_LDC_FltSta/7 (read)GV_LDC_TEMP_FAULT/8 (read)GV_LDC_Fault_Check/9 (write)GV_LDC_Fault_Check/9 (write)GV_OBC_Interlock/10 (read)GV_OBC_Fault_Check/11 (write)GV_OBC_Fault_Check/11 (write)GV_BMS_HVOn_STA/12 (read)GV_HV_Apply_Check/13 (write)GV_HV_Apply_Check/13 (write)GV_LDC_STA/14 (read)GV_LDC_Apply_Check/15 (write)GV_LDC_Apply_Check/15 (write)GV_VCU_Ignition/16 (read)GV_IG_Process_Status/17 (read)GV_CE_ON_CMD/18 (write)GV_Key_Off_Level/19 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_Ready/21 (write)GV_CE_ON_CMD/18 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_EPAM_Park_Request_to_EPC/30 (write)GV_VCU_GearSelStat/31 (write)
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
callgraph:
|
callgraph:
|
||||||
|
|
||||||
Key_Off_Process_Func/32 (Key_Off_Process_Func) @06b3f0e0
|
Key_Off_Process_Func/32 (Key_Off_Process_Func) @06b600e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -9,7 +9,7 @@ Key_Off_Process_Func/32 (Key_Off_Process_Func) @06b3f0e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (95916771 (estimated locally),0.09 per call)
|
Called by: System_Check_Func/0 (95916771 (estimated locally),0.09 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Read_LDC_Voltage/29 (Read_LDC_Voltage) @06b3f000
|
Read_LDC_Voltage/29 (Read_LDC_Voltage) @06b60000
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -18,7 +18,7 @@ Read_LDC_Voltage/29 (Read_LDC_Voltage) @06b3f000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (65452773 (estimated locally),0.06 per call)
|
Called by: System_Check_Func/0 (65452773 (estimated locally),0.06 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Est_Vehicle_Speed/28 (Est_Vehicle_Speed) @06b02d20
|
Est_Vehicle_Speed/28 (Est_Vehicle_Speed) @06b13d20
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -27,7 +27,7 @@ Est_Vehicle_Speed/28 (Est_Vehicle_Speed) @06b02d20
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Motor_Status/27 (Motor_Status) @06b02540
|
Motor_Status/27 (Motor_Status) @06b13540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -36,7 +36,7 @@ Motor_Status/27 (Motor_Status) @06b02540
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Check_Charging_Status/26 (Check_Charging_Status) @06b02380
|
Check_Charging_Status/26 (Check_Charging_Status) @06b13380
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -45,7 +45,7 @@ Check_Charging_Status/26 (Check_Charging_Status) @06b02380
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Drive_Mode_Func/25 (Drive_Mode_Func) @06b029a0
|
Drive_Mode_Func/25 (Drive_Mode_Func) @06b139a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -54,7 +54,7 @@ Drive_Mode_Func/25 (Drive_Mode_Func) @06b029a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
Called by: System_Check_Func/0 (47797091 (estimated locally),0.04 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Key_on_Process_Func/24 (Key_on_Process_Func) @06b028c0
|
Key_on_Process_Func/24 (Key_on_Process_Func) @06b138c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -63,7 +63,7 @@ Key_on_Process_Func/24 (Key_on_Process_Func) @06b028c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (51329373 (estimated locally),0.05 per call)
|
Called by: System_Check_Func/0 (51329373 (estimated locally),0.05 per call)
|
||||||
Calls:
|
Calls:
|
||||||
IG_OnCheck_HV_Status/23 (IG_OnCheck_HV_Status) @06b027e0
|
IG_OnCheck_HV_Status/23 (IG_OnCheck_HV_Status) @06b137e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -72,7 +72,7 @@ IG_OnCheck_HV_Status/23 (IG_OnCheck_HV_Status) @06b027e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (55122696 (estimated locally),0.05 per call)
|
Called by: System_Check_Func/0 (55122696 (estimated locally),0.05 per call)
|
||||||
Calls:
|
Calls:
|
||||||
SET_SW_VER/22 (SET_SW_VER) @06b02700
|
SET_SW_VER/22 (SET_SW_VER) @06b13700
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -81,7 +81,7 @@ SET_SW_VER/22 (SET_SW_VER) @06b02700
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (55122696 (estimated locally),0.05 per call)
|
Called by: System_Check_Func/0 (55122696 (estimated locally),0.05 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Soc_Check_befor_IGN/20 (Soc_Check_befor_IGN) @06b02620
|
Soc_Check_befor_IGN/20 (Soc_Check_befor_IGN) @06b13620
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -90,7 +90,7 @@ Soc_Check_befor_IGN/20 (Soc_Check_befor_IGN) @06b02620
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: System_Check_Func/0 (108662673 (estimated locally),0.10 per call)
|
Called by: System_Check_Func/0 (108662673 (estimated locally),0.10 per call)
|
||||||
Calls:
|
Calls:
|
||||||
System_Check_Func/0 (System_Check_Func) @06b02ee0
|
System_Check_Func/0 (System_Check_Func) @06b13ee0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: GV_BMS_FltSta/1 (read)GV_BMS_TEMP_FAULT/2 (read)GV_BMS_Interlock/3 (read)GV_BMS_Fault_Check/4 (write)GV_BMS_Fault_Check/4 (write)GV_MCU_FltSta/5 (read)GV_MCU_Fault_Check/6 (write)GV_MCU_Fault_Check/6 (write)GV_LDC_FltSta/7 (read)GV_LDC_TEMP_FAULT/8 (read)GV_LDC_Fault_Check/9 (write)GV_LDC_Fault_Check/9 (write)GV_OBC_Interlock/10 (read)GV_OBC_Fault_Check/11 (write)GV_OBC_Fault_Check/11 (write)GV_BMS_HVOn_STA/12 (read)GV_HV_Apply_Check/13 (write)GV_HV_Apply_Check/13 (write)GV_LDC_STA/14 (read)GV_LDC_Apply_Check/15 (write)GV_LDC_Apply_Check/15 (write)GV_VCU_Ignition/16 (read)GV_IG_Process_Status/17 (read)GV_CE_ON_CMD/18 (write)GV_Key_Off_Level/19 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_Ready/21 (write)GV_CE_ON_CMD/18 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_EPAM_Park_Request_to_EPC/30 (write)GV_VCU_GearSelStat/31 (write)
|
References: GV_BMS_FltSta/1 (read)GV_BMS_TEMP_FAULT/2 (read)GV_BMS_Interlock/3 (read)GV_BMS_Fault_Check/4 (write)GV_BMS_Fault_Check/4 (write)GV_MCU_FltSta/5 (read)GV_MCU_Fault_Check/6 (write)GV_MCU_Fault_Check/6 (write)GV_LDC_FltSta/7 (read)GV_LDC_TEMP_FAULT/8 (read)GV_LDC_Fault_Check/9 (write)GV_LDC_Fault_Check/9 (write)GV_OBC_Interlock/10 (read)GV_OBC_Fault_Check/11 (write)GV_OBC_Fault_Check/11 (write)GV_BMS_HVOn_STA/12 (read)GV_HV_Apply_Check/13 (write)GV_HV_Apply_Check/13 (write)GV_LDC_STA/14 (read)GV_LDC_Apply_Check/15 (write)GV_LDC_Apply_Check/15 (write)GV_VCU_Ignition/16 (read)GV_IG_Process_Status/17 (read)GV_CE_ON_CMD/18 (write)GV_Key_Off_Level/19 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_Ready/21 (write)GV_CE_ON_CMD/18 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_EPAM_Park_Request_to_EPC/30 (write)GV_VCU_GearSelStat/31 (write)
|
||||||
@ -106,10 +106,10 @@ Function name:System_Check_Func/0:
|
|||||||
locals written:
|
locals written:
|
||||||
|
|
||||||
ordered call graph: reduced
|
ordered call graph: reduced
|
||||||
System_Check_Func/0 (System_Check_Func) @06b02ee0
|
System_Check_Func/0 (System_Check_Func) @06b13ee0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @067452d0
|
Aux: @04c156b8
|
||||||
References: GV_BMS_FltSta/1 (read)GV_BMS_TEMP_FAULT/2 (read)GV_BMS_Interlock/3 (read)GV_BMS_Fault_Check/4 (write)GV_BMS_Fault_Check/4 (write)GV_MCU_FltSta/5 (read)GV_MCU_Fault_Check/6 (write)GV_MCU_Fault_Check/6 (write)GV_LDC_FltSta/7 (read)GV_LDC_TEMP_FAULT/8 (read)GV_LDC_Fault_Check/9 (write)GV_LDC_Fault_Check/9 (write)GV_OBC_Interlock/10 (read)GV_OBC_Fault_Check/11 (write)GV_OBC_Fault_Check/11 (write)GV_BMS_HVOn_STA/12 (read)GV_HV_Apply_Check/13 (write)GV_HV_Apply_Check/13 (write)GV_LDC_STA/14 (read)GV_LDC_Apply_Check/15 (write)GV_LDC_Apply_Check/15 (write)GV_VCU_Ignition/16 (read)GV_IG_Process_Status/17 (read)GV_CE_ON_CMD/18 (write)GV_Key_Off_Level/19 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_Ready/21 (write)GV_CE_ON_CMD/18 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_EPAM_Park_Request_to_EPC/30 (write)GV_VCU_GearSelStat/31 (write)
|
References: GV_BMS_FltSta/1 (read)GV_BMS_TEMP_FAULT/2 (read)GV_BMS_Interlock/3 (read)GV_BMS_Fault_Check/4 (write)GV_BMS_Fault_Check/4 (write)GV_MCU_FltSta/5 (read)GV_MCU_Fault_Check/6 (write)GV_MCU_Fault_Check/6 (write)GV_LDC_FltSta/7 (read)GV_LDC_TEMP_FAULT/8 (read)GV_LDC_Fault_Check/9 (write)GV_LDC_Fault_Check/9 (write)GV_OBC_Interlock/10 (read)GV_OBC_Fault_Check/11 (write)GV_OBC_Fault_Check/11 (write)GV_BMS_HVOn_STA/12 (read)GV_HV_Apply_Check/13 (write)GV_HV_Apply_Check/13 (write)GV_LDC_STA/14 (read)GV_LDC_Apply_Check/15 (write)GV_LDC_Apply_Check/15 (write)GV_VCU_Ignition/16 (read)GV_IG_Process_Status/17 (read)GV_CE_ON_CMD/18 (write)GV_Key_Off_Level/19 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_Ready/21 (write)GV_CE_ON_CMD/18 (write)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (read)GV_IG_Process_Status/17 (write)GV_IG_Process_Status/17 (read)GV_VCU_EPAM_Park_Request_to_EPC/30 (write)GV_VCU_GearSelStat/31 (write)
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
|
|||||||
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -7292,7 +7292,7 @@ Input_Data_Set_RC_VCU_Signal1_CH0_0x040 ()
|
|||||||
_18 = (int) _17;
|
_18 = (int) _17;
|
||||||
_19 = (float) _18;
|
_19 = (float) _18;
|
||||||
_20 = _19 * 9.99999974737875163555145263671875e-6;
|
_20 = _19 * 9.99999974737875163555145263671875e-6;
|
||||||
_21 = (long unsigned int) _20;
|
_21 = _20 - 3.2767999172210693359375e-1;
|
||||||
GV_RC_Drive_ACC_Cmd = _21;
|
GV_RC_Drive_ACC_Cmd = _21;
|
||||||
return;
|
return;
|
||||||
|
|
||||||
@ -10600,7 +10600,7 @@ can_data_set_tx (uint8_t ch, uint8_t data_type, uint32_t data)
|
|||||||
can_data_set_rx (uint8_t ch, uint8_t data_type)
|
can_data_set_rx (uint8_t ch, uint8_t data_type)
|
||||||
{
|
{
|
||||||
uint32_t ret;
|
uint32_t ret;
|
||||||
uint32_t D.8649;
|
uint32_t D.8650;
|
||||||
|
|
||||||
<bb 2> :
|
<bb 2> :
|
||||||
# DEBUG BEGIN_STMT
|
# DEBUG BEGIN_STMT
|
||||||
@ -10641,8 +10641,8 @@ can_data_set_rx (uint8_t ch, uint8_t data_type)
|
|||||||
_22 = (long unsigned int) _21;
|
_22 = (long unsigned int) _21;
|
||||||
ret = ret + _22;
|
ret = ret + _22;
|
||||||
# DEBUG BEGIN_STMT
|
# DEBUG BEGIN_STMT
|
||||||
D.8649 = ret;
|
D.8650 = ret;
|
||||||
return D.8649;
|
return D.8650;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -11129,7 +11129,7 @@ Input_Data_Set_RC_VCU_Signal1_CH0_0x040 ()
|
|||||||
int _18;
|
int _18;
|
||||||
float _19;
|
float _19;
|
||||||
float _20;
|
float _20;
|
||||||
long unsigned int _21;
|
float _21;
|
||||||
|
|
||||||
<bb 2> :
|
<bb 2> :
|
||||||
# DEBUG BEGIN_STMT
|
# DEBUG BEGIN_STMT
|
||||||
@ -11161,7 +11161,7 @@ Input_Data_Set_RC_VCU_Signal1_CH0_0x040 ()
|
|||||||
_18 = (int) _17;
|
_18 = (int) _17;
|
||||||
_19 = (float) _18;
|
_19 = (float) _18;
|
||||||
_20 = _19 * 9.99999974737875163555145263671875e-6;
|
_20 = _19 * 9.99999974737875163555145263671875e-6;
|
||||||
_21 = (long unsigned int) _20;
|
_21 = _20 - 3.2767999172210693359375e-1;
|
||||||
GV_RC_Drive_ACC_Cmd = _21;
|
GV_RC_Drive_ACC_Cmd = _21;
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@ -9924,7 +9924,7 @@ Input_Data_Set_RC_VCU_Signal1_CH0_0x040 ()
|
|||||||
int _18;
|
int _18;
|
||||||
float _19;
|
float _19;
|
||||||
float _20;
|
float _20;
|
||||||
long unsigned int _21;
|
float _21;
|
||||||
|
|
||||||
<bb 2> [local count: 1073741824]:
|
<bb 2> [local count: 1073741824]:
|
||||||
# DEBUG BEGIN_STMT
|
# DEBUG BEGIN_STMT
|
||||||
@ -9956,7 +9956,7 @@ Input_Data_Set_RC_VCU_Signal1_CH0_0x040 ()
|
|||||||
_18 = (int) _17;
|
_18 = (int) _17;
|
||||||
_19 = (float) _18;
|
_19 = (float) _18;
|
||||||
_20 = _19 * 9.99999974737875163555145263671875e-6;
|
_20 = _19 * 9.99999974737875163555145263671875e-6;
|
||||||
_21 = (long unsigned int) _20;
|
_21 = _20 - 3.2767999172210693359375e-1;
|
||||||
GV_RC_Drive_ACC_Cmd = _21;
|
GV_RC_Drive_ACC_Cmd = _21;
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|||||||
@ -9924,7 +9924,7 @@ Input_Data_Set_RC_VCU_Signal1_CH0_0x040 ()
|
|||||||
int _18;
|
int _18;
|
||||||
float _19;
|
float _19;
|
||||||
float _20;
|
float _20;
|
||||||
long unsigned int _21;
|
float _21;
|
||||||
|
|
||||||
<bb 2> [local count: 1073741824]:
|
<bb 2> [local count: 1073741824]:
|
||||||
# DEBUG BEGIN_STMT
|
# DEBUG BEGIN_STMT
|
||||||
@ -9956,7 +9956,7 @@ Input_Data_Set_RC_VCU_Signal1_CH0_0x040 ()
|
|||||||
_18 = (int) _17;
|
_18 = (int) _17;
|
||||||
_19 = (float) _18;
|
_19 = (float) _18;
|
||||||
_20 = _19 * 9.99999974737875163555145263671875e-6;
|
_20 = _19 * 9.99999974737875163555145263671875e-6;
|
||||||
_21 = (long unsigned int) _20;
|
_21 = _20 - 3.2767999172210693359375e-1;
|
||||||
GV_RC_Drive_ACC_Cmd = _21;
|
GV_RC_Drive_ACC_Cmd = _21;
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@ -9925,7 +9925,7 @@ Input_Data_Set_RC_VCU_Signal1_CH0_0x040 ()
|
|||||||
int _18;
|
int _18;
|
||||||
float _19;
|
float _19;
|
||||||
float _20;
|
float _20;
|
||||||
long unsigned int _21;
|
float _21;
|
||||||
|
|
||||||
<bb 2> [local count: 1073741824]:
|
<bb 2> [local count: 1073741824]:
|
||||||
# DEBUG BEGIN_STMT
|
# DEBUG BEGIN_STMT
|
||||||
@ -9957,7 +9957,7 @@ Input_Data_Set_RC_VCU_Signal1_CH0_0x040 ()
|
|||||||
_18 = (int) _17;
|
_18 = (int) _17;
|
||||||
_19 = (float) _18;
|
_19 = (float) _18;
|
||||||
_20 = _19 * 9.99999974737875163555145263671875e-6;
|
_20 = _19 * 9.99999974737875163555145263671875e-6;
|
||||||
_21 = (long unsigned int) _20;
|
_21 = _20 - 3.2767999172210693359375e-1;
|
||||||
GV_RC_Drive_ACC_Cmd = _21;
|
GV_RC_Drive_ACC_Cmd = _21;
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|||||||
@ -336,7 +336,7 @@ Semantic equality hit:ECU3_InputData_Set_for_Logic_200ms->ECU3_InputData_Set_for
|
|||||||
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->ECU3_InputData_Set_for_Logic_1000ms
|
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->ECU3_InputData_Set_for_Logic_1000ms
|
||||||
|
|
||||||
Symbols to be put in SSA form
|
Symbols to be put in SSA form
|
||||||
{ D.9185 }
|
{ D.9186 }
|
||||||
Incremental SSA update started at block: 0
|
Incremental SSA update started at block: 0
|
||||||
Number of blocks in CFG: 3
|
Number of blocks in CFG: 3
|
||||||
Number of blocks to update: 2 ( 67%)
|
Number of blocks to update: 2 ( 67%)
|
||||||
@ -373,7 +373,7 @@ Semantic equality hit:ECU3_InputData_Set_for_Logic_200ms->ECU3_CAN_Data_Set_20ms
|
|||||||
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->ECU3_CAN_Data_Set_20ms
|
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->ECU3_CAN_Data_Set_20ms
|
||||||
|
|
||||||
Symbols to be put in SSA form
|
Symbols to be put in SSA form
|
||||||
{ D.9186 }
|
{ D.9187 }
|
||||||
Incremental SSA update started at block: 0
|
Incremental SSA update started at block: 0
|
||||||
Number of blocks in CFG: 3
|
Number of blocks in CFG: 3
|
||||||
Number of blocks to update: 2 ( 67%)
|
Number of blocks to update: 2 ( 67%)
|
||||||
@ -410,7 +410,7 @@ Semantic equality hit:ECU3_InputData_Set_for_Logic_200ms->ECU3_CAN_Data_Set_200m
|
|||||||
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->ECU3_CAN_Data_Set_200ms
|
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->ECU3_CAN_Data_Set_200ms
|
||||||
|
|
||||||
Symbols to be put in SSA form
|
Symbols to be put in SSA form
|
||||||
{ D.9187 }
|
{ D.9188 }
|
||||||
Incremental SSA update started at block: 0
|
Incremental SSA update started at block: 0
|
||||||
Number of blocks in CFG: 3
|
Number of blocks in CFG: 3
|
||||||
Number of blocks to update: 2 ( 67%)
|
Number of blocks to update: 2 ( 67%)
|
||||||
@ -447,7 +447,7 @@ Semantic equality hit:ECU3_InputData_Set_for_Logic_200ms->ECU3_CAN_Bypass_5ms
|
|||||||
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->ECU3_CAN_Bypass_5ms
|
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->ECU3_CAN_Bypass_5ms
|
||||||
|
|
||||||
Symbols to be put in SSA form
|
Symbols to be put in SSA form
|
||||||
{ D.9188 }
|
{ D.9189 }
|
||||||
Incremental SSA update started at block: 0
|
Incremental SSA update started at block: 0
|
||||||
Number of blocks in CFG: 3
|
Number of blocks in CFG: 3
|
||||||
Number of blocks to update: 2 ( 67%)
|
Number of blocks to update: 2 ( 67%)
|
||||||
@ -484,7 +484,7 @@ Semantic equality hit:ECU3_InputData_Set_for_Logic_200ms->ECU3_CAN_Bypass_20ms
|
|||||||
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->ECU3_CAN_Bypass_20ms
|
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->ECU3_CAN_Bypass_20ms
|
||||||
|
|
||||||
Symbols to be put in SSA form
|
Symbols to be put in SSA form
|
||||||
{ D.9189 }
|
{ D.9190 }
|
||||||
Incremental SSA update started at block: 0
|
Incremental SSA update started at block: 0
|
||||||
Number of blocks in CFG: 3
|
Number of blocks in CFG: 3
|
||||||
Number of blocks to update: 2 ( 67%)
|
Number of blocks to update: 2 ( 67%)
|
||||||
@ -521,7 +521,7 @@ Semantic equality hit:ECU3_InputData_Set_for_Logic_200ms->ECU3_CAN_Bypass_100ms
|
|||||||
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->ECU3_CAN_Bypass_100ms
|
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->ECU3_CAN_Bypass_100ms
|
||||||
|
|
||||||
Symbols to be put in SSA form
|
Symbols to be put in SSA form
|
||||||
{ D.9190 }
|
{ D.9191 }
|
||||||
Incremental SSA update started at block: 0
|
Incremental SSA update started at block: 0
|
||||||
Number of blocks in CFG: 3
|
Number of blocks in CFG: 3
|
||||||
Number of blocks to update: 2 ( 67%)
|
Number of blocks to update: 2 ( 67%)
|
||||||
@ -558,7 +558,7 @@ Semantic equality hit:ECU3_InputData_Set_for_Logic_200ms->ECU3_CAN_Bypass_200ms
|
|||||||
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->ECU3_CAN_Bypass_200ms
|
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->ECU3_CAN_Bypass_200ms
|
||||||
|
|
||||||
Symbols to be put in SSA form
|
Symbols to be put in SSA form
|
||||||
{ D.9191 }
|
{ D.9192 }
|
||||||
Incremental SSA update started at block: 0
|
Incremental SSA update started at block: 0
|
||||||
Number of blocks in CFG: 3
|
Number of blocks in CFG: 3
|
||||||
Number of blocks to update: 2 ( 67%)
|
Number of blocks to update: 2 ( 67%)
|
||||||
@ -595,7 +595,7 @@ Semantic equality hit:ECU3_InputData_Set_for_Logic_200ms->ECU3_CAN_Bypass_1000ms
|
|||||||
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->ECU3_CAN_Bypass_1000ms
|
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->ECU3_CAN_Bypass_1000ms
|
||||||
|
|
||||||
Symbols to be put in SSA form
|
Symbols to be put in SSA form
|
||||||
{ D.9192 }
|
{ D.9193 }
|
||||||
Incremental SSA update started at block: 0
|
Incremental SSA update started at block: 0
|
||||||
Number of blocks in CFG: 3
|
Number of blocks in CFG: 3
|
||||||
Number of blocks to update: 2 ( 67%)
|
Number of blocks to update: 2 ( 67%)
|
||||||
@ -632,7 +632,7 @@ Semantic equality hit:ECU3_InputData_Set_for_Logic_200ms->ECU3_CAN_Transmit_20ms
|
|||||||
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->ECU3_CAN_Transmit_20ms
|
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->ECU3_CAN_Transmit_20ms
|
||||||
|
|
||||||
Symbols to be put in SSA form
|
Symbols to be put in SSA form
|
||||||
{ D.9193 }
|
{ D.9194 }
|
||||||
Incremental SSA update started at block: 0
|
Incremental SSA update started at block: 0
|
||||||
Number of blocks in CFG: 3
|
Number of blocks in CFG: 3
|
||||||
Number of blocks to update: 2 ( 67%)
|
Number of blocks to update: 2 ( 67%)
|
||||||
@ -669,7 +669,7 @@ Semantic equality hit:ECU3_InputData_Set_for_Logic_200ms->ECU3_CAN_Transmit_200m
|
|||||||
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->ECU3_CAN_Transmit_200ms
|
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->ECU3_CAN_Transmit_200ms
|
||||||
|
|
||||||
Symbols to be put in SSA form
|
Symbols to be put in SSA form
|
||||||
{ D.9194 }
|
{ D.9195 }
|
||||||
Incremental SSA update started at block: 0
|
Incremental SSA update started at block: 0
|
||||||
Number of blocks in CFG: 3
|
Number of blocks in CFG: 3
|
||||||
Number of blocks to update: 2 ( 67%)
|
Number of blocks to update: 2 ( 67%)
|
||||||
@ -706,7 +706,7 @@ Semantic equality hit:ECU3_InputData_Set_for_Logic_200ms->Input_Data_Set_MCU_VCU
|
|||||||
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->Input_Data_Set_MCU_VCU_Signals2_CH0_0x301
|
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->Input_Data_Set_MCU_VCU_Signals2_CH0_0x301
|
||||||
|
|
||||||
Symbols to be put in SSA form
|
Symbols to be put in SSA form
|
||||||
{ D.9195 }
|
{ D.9196 }
|
||||||
Incremental SSA update started at block: 0
|
Incremental SSA update started at block: 0
|
||||||
Number of blocks in CFG: 3
|
Number of blocks in CFG: 3
|
||||||
Number of blocks to update: 2 ( 67%)
|
Number of blocks to update: 2 ( 67%)
|
||||||
@ -743,7 +743,7 @@ Semantic equality hit:ECU3_InputData_Set_for_Logic_200ms->Input_Data_Set_IDB_Whe
|
|||||||
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->Input_Data_Set_IDB_WheelStatus_CH2_0x08C
|
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->Input_Data_Set_IDB_WheelStatus_CH2_0x08C
|
||||||
|
|
||||||
Symbols to be put in SSA form
|
Symbols to be put in SSA form
|
||||||
{ D.9196 }
|
{ D.9197 }
|
||||||
Incremental SSA update started at block: 0
|
Incremental SSA update started at block: 0
|
||||||
Number of blocks in CFG: 3
|
Number of blocks in CFG: 3
|
||||||
Number of blocks to update: 2 ( 67%)
|
Number of blocks to update: 2 ( 67%)
|
||||||
@ -780,7 +780,7 @@ Semantic equality hit:ECU3_InputData_Set_for_Logic_200ms->Input_Data_Set_IDB_Bra
|
|||||||
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->Input_Data_Set_IDB_BrakeStatus2_CH2_0x0C8
|
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->Input_Data_Set_IDB_BrakeStatus2_CH2_0x0C8
|
||||||
|
|
||||||
Symbols to be put in SSA form
|
Symbols to be put in SSA form
|
||||||
{ D.9197 }
|
{ D.9198 }
|
||||||
Incremental SSA update started at block: 0
|
Incremental SSA update started at block: 0
|
||||||
Number of blocks in CFG: 3
|
Number of blocks in CFG: 3
|
||||||
Number of blocks to update: 2 ( 67%)
|
Number of blocks to update: 2 ( 67%)
|
||||||
@ -817,7 +817,7 @@ Semantic equality hit:ECU3_InputData_Set_for_Logic_200ms->Input_Data_Set_IDB_Uds
|
|||||||
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->Input_Data_Set_IDB_UdsResponse_CH2_0x798
|
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->Input_Data_Set_IDB_UdsResponse_CH2_0x798
|
||||||
|
|
||||||
Symbols to be put in SSA form
|
Symbols to be put in SSA form
|
||||||
{ D.9198 }
|
{ D.9199 }
|
||||||
Incremental SSA update started at block: 0
|
Incremental SSA update started at block: 0
|
||||||
Number of blocks in CFG: 3
|
Number of blocks in CFG: 3
|
||||||
Number of blocks to update: 2 ( 67%)
|
Number of blocks to update: 2 ( 67%)
|
||||||
@ -854,7 +854,7 @@ Semantic equality hit:ECU3_InputData_Set_for_Logic_200ms->Input_Data_Set_RCU_Whe
|
|||||||
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->Input_Data_Set_RCU_WheelStatus_CH3_0x08D
|
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->Input_Data_Set_RCU_WheelStatus_CH3_0x08D
|
||||||
|
|
||||||
Symbols to be put in SSA form
|
Symbols to be put in SSA form
|
||||||
{ D.9199 }
|
{ D.9200 }
|
||||||
Incremental SSA update started at block: 0
|
Incremental SSA update started at block: 0
|
||||||
Number of blocks in CFG: 3
|
Number of blocks in CFG: 3
|
||||||
Number of blocks to update: 2 ( 67%)
|
Number of blocks to update: 2 ( 67%)
|
||||||
@ -891,7 +891,7 @@ Semantic equality hit:ECU3_InputData_Set_for_Logic_200ms->Input_Data_Set_RCU_Bra
|
|||||||
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->Input_Data_Set_RCU_BrakeStatus2_CH3_0x0C9
|
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->Input_Data_Set_RCU_BrakeStatus2_CH3_0x0C9
|
||||||
|
|
||||||
Symbols to be put in SSA form
|
Symbols to be put in SSA form
|
||||||
{ D.9200 }
|
{ D.9201 }
|
||||||
Incremental SSA update started at block: 0
|
Incremental SSA update started at block: 0
|
||||||
Number of blocks in CFG: 3
|
Number of blocks in CFG: 3
|
||||||
Number of blocks to update: 2 ( 67%)
|
Number of blocks to update: 2 ( 67%)
|
||||||
@ -928,7 +928,7 @@ Semantic equality hit:ECU3_InputData_Set_for_Logic_200ms->Input_Data_Set_RCU_Uds
|
|||||||
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->Input_Data_Set_RCU_UdsResponse_CH3_0x799
|
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->Input_Data_Set_RCU_UdsResponse_CH3_0x799
|
||||||
|
|
||||||
Symbols to be put in SSA form
|
Symbols to be put in SSA form
|
||||||
{ D.9201 }
|
{ D.9202 }
|
||||||
Incremental SSA update started at block: 0
|
Incremental SSA update started at block: 0
|
||||||
Number of blocks in CFG: 3
|
Number of blocks in CFG: 3
|
||||||
Number of blocks to update: 2 ( 67%)
|
Number of blocks to update: 2 ( 67%)
|
||||||
@ -965,7 +965,7 @@ Semantic equality hit:ECU3_InputData_Set_for_Logic_200ms->Bypass_Data_Set_RWA_VC
|
|||||||
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->Bypass_Data_Set_RWA_VCU_RC_Signal1_0x050
|
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->Bypass_Data_Set_RWA_VCU_RC_Signal1_0x050
|
||||||
|
|
||||||
Symbols to be put in SSA form
|
Symbols to be put in SSA form
|
||||||
{ D.9202 }
|
{ D.9203 }
|
||||||
Incremental SSA update started at block: 0
|
Incremental SSA update started at block: 0
|
||||||
Number of blocks in CFG: 3
|
Number of blocks in CFG: 3
|
||||||
Number of blocks to update: 2 ( 67%)
|
Number of blocks to update: 2 ( 67%)
|
||||||
@ -1002,7 +1002,7 @@ Semantic equality hit:ECU3_InputData_Set_for_Logic_200ms->Bypass_Data_Set_RWA_VC
|
|||||||
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->Bypass_Data_Set_RWA_VCU_RC_Signal2_0x051
|
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->Bypass_Data_Set_RWA_VCU_RC_Signal2_0x051
|
||||||
|
|
||||||
Symbols to be put in SSA form
|
Symbols to be put in SSA form
|
||||||
{ D.9203 }
|
{ D.9204 }
|
||||||
Incremental SSA update started at block: 0
|
Incremental SSA update started at block: 0
|
||||||
Number of blocks in CFG: 3
|
Number of blocks in CFG: 3
|
||||||
Number of blocks to update: 2 ( 67%)
|
Number of blocks to update: 2 ( 67%)
|
||||||
@ -1039,7 +1039,7 @@ Semantic equality hit:ECU3_InputData_Set_for_Logic_200ms->Bypass_Data_Set_BCM_VC
|
|||||||
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->Bypass_Data_Set_BCM_VCU_Signal1_0x570_CH0_to_CH1
|
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->Bypass_Data_Set_BCM_VCU_Signal1_0x570_CH0_to_CH1
|
||||||
|
|
||||||
Symbols to be put in SSA form
|
Symbols to be put in SSA form
|
||||||
{ D.9204 }
|
{ D.9205 }
|
||||||
Incremental SSA update started at block: 0
|
Incremental SSA update started at block: 0
|
||||||
Number of blocks in CFG: 3
|
Number of blocks in CFG: 3
|
||||||
Number of blocks to update: 2 ( 67%)
|
Number of blocks to update: 2 ( 67%)
|
||||||
@ -1076,7 +1076,7 @@ Semantic equality hit:ECU3_InputData_Set_for_Logic_200ms->Bypass_Data_Set_BCM_VC
|
|||||||
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->Bypass_Data_Set_BCM_VCU_Signal2_0x580_CH0_to_CH1
|
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->Bypass_Data_Set_BCM_VCU_Signal2_0x580_CH0_to_CH1
|
||||||
|
|
||||||
Symbols to be put in SSA form
|
Symbols to be put in SSA form
|
||||||
{ D.9205 }
|
{ D.9206 }
|
||||||
Incremental SSA update started at block: 0
|
Incremental SSA update started at block: 0
|
||||||
Number of blocks in CFG: 3
|
Number of blocks in CFG: 3
|
||||||
Number of blocks to update: 2 ( 67%)
|
Number of blocks to update: 2 ( 67%)
|
||||||
@ -1113,7 +1113,7 @@ Semantic equality hit:ECU3_InputData_Set_for_Logic_200ms->Bypass_Data_Set_BCM_VC
|
|||||||
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->Bypass_Data_Set_BCM_VCU_Signal3_0x590_CH0_to_CH1
|
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->Bypass_Data_Set_BCM_VCU_Signal3_0x590_CH0_to_CH1
|
||||||
|
|
||||||
Symbols to be put in SSA form
|
Symbols to be put in SSA form
|
||||||
{ D.9206 }
|
{ D.9207 }
|
||||||
Incremental SSA update started at block: 0
|
Incremental SSA update started at block: 0
|
||||||
Number of blocks in CFG: 3
|
Number of blocks in CFG: 3
|
||||||
Number of blocks to update: 2 ( 67%)
|
Number of blocks to update: 2 ( 67%)
|
||||||
@ -1150,7 +1150,7 @@ Semantic equality hit:ECU3_InputData_Set_for_Logic_200ms->Bypass_Data_Set_BCM_VC
|
|||||||
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->Bypass_Data_Set_BCM_VCU_Signal4_0x595_CH0_to_CH1
|
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->Bypass_Data_Set_BCM_VCU_Signal4_0x595_CH0_to_CH1
|
||||||
|
|
||||||
Symbols to be put in SSA form
|
Symbols to be put in SSA form
|
||||||
{ D.9207 }
|
{ D.9208 }
|
||||||
Incremental SSA update started at block: 0
|
Incremental SSA update started at block: 0
|
||||||
Number of blocks in CFG: 3
|
Number of blocks in CFG: 3
|
||||||
Number of blocks to update: 2 ( 67%)
|
Number of blocks to update: 2 ( 67%)
|
||||||
@ -1187,7 +1187,7 @@ Semantic equality hit:ECU3_InputData_Set_for_Logic_200ms->Bypass_Data_Set_BSC_RW
|
|||||||
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->Bypass_Data_Set_BSC_RWA_RackCommand_CH2_0x040
|
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->Bypass_Data_Set_BSC_RWA_RackCommand_CH2_0x040
|
||||||
|
|
||||||
Symbols to be put in SSA form
|
Symbols to be put in SSA form
|
||||||
{ D.9208 }
|
{ D.9209 }
|
||||||
Incremental SSA update started at block: 0
|
Incremental SSA update started at block: 0
|
||||||
Number of blocks in CFG: 3
|
Number of blocks in CFG: 3
|
||||||
Number of blocks to update: 2 ( 67%)
|
Number of blocks to update: 2 ( 67%)
|
||||||
@ -1224,7 +1224,7 @@ Semantic equality hit:ECU3_InputData_Set_for_Logic_200ms->Bypass_Data_Set_BSC_RW
|
|||||||
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->Bypass_Data_Set_BSC_RWA_RackCommand_CH3_0x040
|
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->Bypass_Data_Set_BSC_RWA_RackCommand_CH3_0x040
|
||||||
|
|
||||||
Symbols to be put in SSA form
|
Symbols to be put in SSA form
|
||||||
{ D.9209 }
|
{ D.9210 }
|
||||||
Incremental SSA update started at block: 0
|
Incremental SSA update started at block: 0
|
||||||
Number of blocks in CFG: 3
|
Number of blocks in CFG: 3
|
||||||
Number of blocks to update: 2 ( 67%)
|
Number of blocks to update: 2 ( 67%)
|
||||||
@ -1261,7 +1261,7 @@ Semantic equality hit:ECU3_InputData_Set_for_Logic_200ms->Bypass_Data_Set_VCU_RW
|
|||||||
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->Bypass_Data_Set_VCU_RWS_Rack_Cmd_CH4_0x040
|
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->Bypass_Data_Set_VCU_RWS_Rack_Cmd_CH4_0x040
|
||||||
|
|
||||||
Symbols to be put in SSA form
|
Symbols to be put in SSA form
|
||||||
{ D.9210 }
|
{ D.9211 }
|
||||||
Incremental SSA update started at block: 0
|
Incremental SSA update started at block: 0
|
||||||
Number of blocks in CFG: 3
|
Number of blocks in CFG: 3
|
||||||
Number of blocks to update: 2 ( 67%)
|
Number of blocks to update: 2 ( 67%)
|
||||||
@ -1298,7 +1298,7 @@ Semantic equality hit:ECU3_InputData_Set_for_Logic_200ms->Bypass_Data_Set_VCU_RW
|
|||||||
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->Bypass_Data_Set_VCU_RWS_Rack_Cmd_CH5_0x040
|
Assembler symbol names:ECU3_InputData_Set_for_Logic_200ms->Bypass_Data_Set_VCU_RWS_Rack_Cmd_CH5_0x040
|
||||||
|
|
||||||
Symbols to be put in SSA form
|
Symbols to be put in SSA form
|
||||||
{ D.9211 }
|
{ D.9212 }
|
||||||
Incremental SSA update started at block: 0
|
Incremental SSA update started at block: 0
|
||||||
Number of blocks in CFG: 3
|
Number of blocks in CFG: 3
|
||||||
Number of blocks to update: 2 ( 67%)
|
Number of blocks to update: 2 ( 67%)
|
||||||
@ -11265,7 +11265,7 @@ Input_Data_Set_RC_VCU_Signal1_CH0_0x040 ()
|
|||||||
int _18;
|
int _18;
|
||||||
float _19;
|
float _19;
|
||||||
float _20;
|
float _20;
|
||||||
long unsigned int _21;
|
float _21;
|
||||||
|
|
||||||
<bb 2> [local count: 1073741824]:
|
<bb 2> [local count: 1073741824]:
|
||||||
# DEBUG BEGIN_STMT
|
# DEBUG BEGIN_STMT
|
||||||
@ -11297,7 +11297,7 @@ Input_Data_Set_RC_VCU_Signal1_CH0_0x040 ()
|
|||||||
_18 = (int) _17;
|
_18 = (int) _17;
|
||||||
_19 = (float) _18;
|
_19 = (float) _18;
|
||||||
_20 = _19 * 9.99999974737875163555145263671875e-6;
|
_20 = _19 * 9.99999974737875163555145263671875e-6;
|
||||||
_21 = (long unsigned int) _20;
|
_21 = _20 - 3.2767999172210693359375e-1;
|
||||||
GV_RC_Drive_ACC_Cmd = _21;
|
GV_RC_Drive_ACC_Cmd = _21;
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -9924,7 +9924,7 @@ Input_Data_Set_RC_VCU_Signal1_CH0_0x040 ()
|
|||||||
int _18;
|
int _18;
|
||||||
float _19;
|
float _19;
|
||||||
float _20;
|
float _20;
|
||||||
long unsigned int _21;
|
float _21;
|
||||||
|
|
||||||
<bb 2> [local count: 1073741824]:
|
<bb 2> [local count: 1073741824]:
|
||||||
# DEBUG BEGIN_STMT
|
# DEBUG BEGIN_STMT
|
||||||
@ -9956,7 +9956,7 @@ Input_Data_Set_RC_VCU_Signal1_CH0_0x040 ()
|
|||||||
_18 = (int) _17;
|
_18 = (int) _17;
|
||||||
_19 = (float) _18;
|
_19 = (float) _18;
|
||||||
_20 = _19 * 9.99999974737875163555145263671875e-6;
|
_20 = _19 * 9.99999974737875163555145263671875e-6;
|
||||||
_21 = (long unsigned int) _20;
|
_21 = _20 - 3.2767999172210693359375e-1;
|
||||||
GV_RC_Drive_ACC_Cmd = _21;
|
GV_RC_Drive_ACC_Cmd = _21;
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@ -9924,7 +9924,7 @@ Input_Data_Set_RC_VCU_Signal1_CH0_0x040 ()
|
|||||||
int _18;
|
int _18;
|
||||||
float _19;
|
float _19;
|
||||||
float _20;
|
float _20;
|
||||||
long unsigned int _21;
|
float _21;
|
||||||
|
|
||||||
<bb 2> [local count: 1073741824]:
|
<bb 2> [local count: 1073741824]:
|
||||||
# DEBUG BEGIN_STMT
|
# DEBUG BEGIN_STMT
|
||||||
@ -9956,7 +9956,7 @@ Input_Data_Set_RC_VCU_Signal1_CH0_0x040 ()
|
|||||||
_18 = (int) _17;
|
_18 = (int) _17;
|
||||||
_19 = (float) _18;
|
_19 = (float) _18;
|
||||||
_20 = _19 * 9.99999974737875163555145263671875e-6;
|
_20 = _19 * 9.99999974737875163555145263671875e-6;
|
||||||
_21 = (long unsigned int) _20;
|
_21 = _20 - 3.2767999172210693359375e-1;
|
||||||
GV_RC_Drive_ACC_Cmd = _21;
|
GV_RC_Drive_ACC_Cmd = _21;
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|||||||
@ -9924,7 +9924,7 @@ Input_Data_Set_RC_VCU_Signal1_CH0_0x040 ()
|
|||||||
int _18;
|
int _18;
|
||||||
float _19;
|
float _19;
|
||||||
float _20;
|
float _20;
|
||||||
long unsigned int _21;
|
float _21;
|
||||||
|
|
||||||
<bb 2> [local count: 1073741824]:
|
<bb 2> [local count: 1073741824]:
|
||||||
# DEBUG BEGIN_STMT
|
# DEBUG BEGIN_STMT
|
||||||
@ -9956,7 +9956,7 @@ Input_Data_Set_RC_VCU_Signal1_CH0_0x040 ()
|
|||||||
_18 = (int) _17;
|
_18 = (int) _17;
|
||||||
_19 = (float) _18;
|
_19 = (float) _18;
|
||||||
_20 = _19 * 9.99999974737875163555145263671875e-6;
|
_20 = _19 * 9.99999974737875163555145263671875e-6;
|
||||||
_21 = (long unsigned int) _20;
|
_21 = _20 - 3.2767999172210693359375e-1;
|
||||||
GV_RC_Drive_ACC_Cmd = _21;
|
GV_RC_Drive_ACC_Cmd = _21;
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|||||||
@ -9924,7 +9924,7 @@ Input_Data_Set_RC_VCU_Signal1_CH0_0x040 ()
|
|||||||
int _18;
|
int _18;
|
||||||
float _19;
|
float _19;
|
||||||
float _20;
|
float _20;
|
||||||
long unsigned int _21;
|
float _21;
|
||||||
|
|
||||||
<bb 2> [local count: 1073741824]:
|
<bb 2> [local count: 1073741824]:
|
||||||
# DEBUG BEGIN_STMT
|
# DEBUG BEGIN_STMT
|
||||||
@ -9956,7 +9956,7 @@ Input_Data_Set_RC_VCU_Signal1_CH0_0x040 ()
|
|||||||
_18 = (int) _17;
|
_18 = (int) _17;
|
||||||
_19 = (float) _18;
|
_19 = (float) _18;
|
||||||
_20 = _19 * 9.99999974737875163555145263671875e-6;
|
_20 = _19 * 9.99999974737875163555145263671875e-6;
|
||||||
_21 = (long unsigned int) _20;
|
_21 = _20 - 3.2767999172210693359375e-1;
|
||||||
GV_RC_Drive_ACC_Cmd = _21;
|
GV_RC_Drive_ACC_Cmd = _21;
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -13,7 +13,7 @@ Reclaiming variables:
|
|||||||
Clearing address taken flags:
|
Clearing address taken flags:
|
||||||
Symbol table:
|
Symbol table:
|
||||||
|
|
||||||
led_onoff/86 (led_onoff) @096cd540
|
led_onoff/86 (led_onoff) @095ee540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -22,7 +22,7 @@ led_onoff/86 (led_onoff) @096cd540
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_1s/46
|
Called by: task_1s/46
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_1000ms/85 (CAN_Task_1000ms) @096cd460
|
CAN_Task_1000ms/85 (CAN_Task_1000ms) @095ee460
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -31,7 +31,7 @@ CAN_Task_1000ms/85 (CAN_Task_1000ms) @096cd460
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_1s/46
|
Called by: task_1s/46
|
||||||
Calls:
|
Calls:
|
||||||
PWM_for_dirve_mode/84 (PWM_for_dirve_mode) @096cd2a0
|
PWM_for_dirve_mode/84 (PWM_for_dirve_mode) @095ee2a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -40,7 +40,7 @@ PWM_for_dirve_mode/84 (PWM_for_dirve_mode) @096cd2a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_200ms/43
|
Called by: task_200ms/43
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_200ms/83 (CAN_Task_200ms) @096cd1c0
|
CAN_Task_200ms/83 (CAN_Task_200ms) @095ee1c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -49,7 +49,7 @@ CAN_Task_200ms/83 (CAN_Task_200ms) @096cd1c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_200ms/43
|
Called by: task_200ms/43
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_100ms/82 (CAN_Task_100ms) @096cd000
|
CAN_Task_100ms/82 (CAN_Task_100ms) @095ee000
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -58,7 +58,7 @@ CAN_Task_100ms/82 (CAN_Task_100ms) @096cd000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_100ms/42
|
Called by: task_100ms/42
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_20ms/81 (CAN_Task_20ms) @096c8c40
|
CAN_Task_20ms/81 (CAN_Task_20ms) @095e9c40
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -67,7 +67,7 @@ CAN_Task_20ms/81 (CAN_Task_20ms) @096c8c40
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_20ms/38
|
Called by: task_20ms/38
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_10ms/80 (CAN_Task_10ms) @096c8a80
|
CAN_Task_10ms/80 (CAN_Task_10ms) @095e9a80
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -76,7 +76,7 @@ CAN_Task_10ms/80 (CAN_Task_10ms) @096c8a80
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_10ms/37
|
Called by: task_10ms/37
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_5ms/79 (CAN_Task_5ms) @096c88c0
|
CAN_Task_5ms/79 (CAN_Task_5ms) @095e98c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -85,7 +85,7 @@ CAN_Task_5ms/79 (CAN_Task_5ms) @096c88c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_5ms/36
|
Called by: task_5ms/36
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_2ms/78 (ECU3_KATECH_Logic_2ms) @096c8700
|
ECU3_KATECH_Logic_2ms/78 (ECU3_KATECH_Logic_2ms) @095e9700
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -94,7 +94,7 @@ ECU3_KATECH_Logic_2ms/78 (ECU3_KATECH_Logic_2ms) @096c8700
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_2ms/35
|
Called by: task_2ms/35
|
||||||
Calls:
|
Calls:
|
||||||
can_main_ECU3/77 (can_main_ECU3) @096c8460
|
can_main_ECU3/77 (can_main_ECU3) @095e9460
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -103,7 +103,7 @@ can_main_ECU3/77 (can_main_ECU3) @096c8460
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_500us/33
|
Called by: task_500us/33
|
||||||
Calls:
|
Calls:
|
||||||
can_tx_check/76 (can_tx_check) @096c8380
|
can_tx_check/76 (can_tx_check) @095e9380
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -112,7 +112,7 @@ can_tx_check/76 (can_tx_check) @096c8380
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_500us/33
|
Called by: task_500us/33
|
||||||
Calls:
|
Calls:
|
||||||
uds_wait/75 (uds_wait) @096c81c0
|
uds_wait/75 (uds_wait) @095e91c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -121,7 +121,7 @@ uds_wait/75 (uds_wait) @096c81c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32
|
Called by: main/32
|
||||||
Calls:
|
Calls:
|
||||||
WATCHDOG_HAL_Fed/74 (WATCHDOG_HAL_Fed) @096c80e0
|
WATCHDOG_HAL_Fed/74 (WATCHDOG_HAL_Fed) @095e90e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -130,7 +130,7 @@ WATCHDOG_HAL_Fed/74 (WATCHDOG_HAL_Fed) @096c80e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32
|
Called by: main/32
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_init/73 (ECU3_KATECH_Logic_init) @096c8000
|
ECU3_KATECH_Logic_init/73 (ECU3_KATECH_Logic_init) @095e9000
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -139,7 +139,7 @@ ECU3_KATECH_Logic_init/73 (ECU3_KATECH_Logic_init) @096c8000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32
|
Called by: main/32
|
||||||
Calls:
|
Calls:
|
||||||
debug_printf/72 (debug_printf) @096c78c0
|
debug_printf/72 (debug_printf) @095e88c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -148,7 +148,7 @@ debug_printf/72 (debug_printf) @096c78c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32
|
Called by: main/32
|
||||||
Calls:
|
Calls:
|
||||||
WATCHDOG_HAL_Init/71 (WATCHDOG_HAL_Init) @096c7ee0
|
WATCHDOG_HAL_Init/71 (WATCHDOG_HAL_Init) @095e8ee0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -157,7 +157,7 @@ WATCHDOG_HAL_Init/71 (WATCHDOG_HAL_Init) @096c7ee0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32
|
Called by: main/32
|
||||||
Calls:
|
Calls:
|
||||||
tmr_delay/70 (tmr_delay) @096c7e00
|
tmr_delay/70 (tmr_delay) @095e8e00
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -166,7 +166,7 @@ tmr_delay/70 (tmr_delay) @096c7e00
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32
|
Called by: main/32
|
||||||
Calls:
|
Calls:
|
||||||
board_init/69 (board_init) @096c7d20
|
board_init/69 (board_init) @095e8d20
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -175,7 +175,7 @@ board_init/69 (board_init) @096c7d20
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32
|
Called by: main/32
|
||||||
Calls:
|
Calls:
|
||||||
Can_Init_ECU3/68 (Can_Init_ECU3) @096c7c40
|
Can_Init_ECU3/68 (Can_Init_ECU3) @095e8c40
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -184,7 +184,7 @@ Can_Init_ECU3/68 (Can_Init_ECU3) @096c7c40
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32
|
Called by: main/32
|
||||||
Calls:
|
Calls:
|
||||||
Pit_Ip_StartChannel/67 (Pit_Ip_StartChannel) @096c7b60
|
Pit_Ip_StartChannel/67 (Pit_Ip_StartChannel) @095e8b60
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -193,7 +193,7 @@ Pit_Ip_StartChannel/67 (Pit_Ip_StartChannel) @096c7b60
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32
|
Called by: main/32
|
||||||
Calls:
|
Calls:
|
||||||
Pit_Ip_EnableChannelInterrupt/66 (Pit_Ip_EnableChannelInterrupt) @096c7a80
|
Pit_Ip_EnableChannelInterrupt/66 (Pit_Ip_EnableChannelInterrupt) @095e8a80
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -202,7 +202,7 @@ Pit_Ip_EnableChannelInterrupt/66 (Pit_Ip_EnableChannelInterrupt) @096c7a80
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32
|
Called by: main/32
|
||||||
Calls:
|
Calls:
|
||||||
PIT_0_ChannelConfig_PB/65 (PIT_0_ChannelConfig_PB) @096c6678
|
PIT_0_ChannelConfig_PB/65 (PIT_0_ChannelConfig_PB) @095e7678
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -210,7 +210,7 @@ PIT_0_ChannelConfig_PB/65 (PIT_0_ChannelConfig_PB) @096c6678
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Pit_Ip_InitChannel/64 (Pit_Ip_InitChannel) @096c79a0
|
Pit_Ip_InitChannel/64 (Pit_Ip_InitChannel) @095e89a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -219,7 +219,7 @@ Pit_Ip_InitChannel/64 (Pit_Ip_InitChannel) @096c79a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32
|
Called by: main/32
|
||||||
Calls:
|
Calls:
|
||||||
PIT_0_InitConfig_PB/63 (PIT_0_InitConfig_PB) @096c65e8
|
PIT_0_InitConfig_PB/63 (PIT_0_InitConfig_PB) @095e75e8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -227,7 +227,7 @@ PIT_0_InitConfig_PB/63 (PIT_0_InitConfig_PB) @096c65e8
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Pit_Ip_Init/62 (Pit_Ip_Init) @096c77e0
|
Pit_Ip_Init/62 (Pit_Ip_Init) @095e87e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -236,7 +236,7 @@ Pit_Ip_Init/62 (Pit_Ip_Init) @096c77e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32
|
Called by: main/32
|
||||||
Calls:
|
Calls:
|
||||||
SPI_init/61 (SPI_init) @096c7700
|
SPI_init/61 (SPI_init) @095e8700
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -245,7 +245,7 @@ SPI_init/61 (SPI_init) @096c7700
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32
|
Called by: main/32
|
||||||
Calls:
|
Calls:
|
||||||
i2c0_init/60 (i2c0_init) @096c7620
|
i2c0_init/60 (i2c0_init) @095e8620
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -254,7 +254,7 @@ i2c0_init/60 (i2c0_init) @096c7620
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32
|
Called by: main/32
|
||||||
Calls:
|
Calls:
|
||||||
i2c1_init/59 (i2c1_init) @096c7540
|
i2c1_init/59 (i2c1_init) @095e8540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -263,7 +263,7 @@ i2c1_init/59 (i2c1_init) @096c7540
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32
|
Called by: main/32
|
||||||
Calls:
|
Calls:
|
||||||
Adc_Init/58 (Adc_Init) @096c7460
|
Adc_Init/58 (Adc_Init) @095e8460
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -272,7 +272,7 @@ Adc_Init/58 (Adc_Init) @096c7460
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32
|
Called by: main/32
|
||||||
Calls:
|
Calls:
|
||||||
pwm_init/57 (pwm_init) @096c7380
|
pwm_init/57 (pwm_init) @095e8380
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -281,7 +281,7 @@ pwm_init/57 (pwm_init) @096c7380
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32
|
Called by: main/32
|
||||||
Calls:
|
Calls:
|
||||||
Uart_Init/56 (Uart_Init) @096c72a0
|
Uart_Init/56 (Uart_Init) @095e82a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -290,7 +290,7 @@ Uart_Init/56 (Uart_Init) @096c72a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32
|
Called by: main/32
|
||||||
Calls:
|
Calls:
|
||||||
intRouteConfig/55 (intRouteConfig) @096c63a8
|
intRouteConfig/55 (intRouteConfig) @095e73a8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -298,7 +298,7 @@ intRouteConfig/55 (intRouteConfig) @096c63a8
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags: read-only
|
Varpool flags: read-only
|
||||||
IntCtrl_Ip_ConfigIrqRouting/54 (IntCtrl_Ip_ConfigIrqRouting) @096c71c0
|
IntCtrl_Ip_ConfigIrqRouting/54 (IntCtrl_Ip_ConfigIrqRouting) @095e81c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -307,7 +307,7 @@ IntCtrl_Ip_ConfigIrqRouting/54 (IntCtrl_Ip_ConfigIrqRouting) @096c71c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32
|
Called by: main/32
|
||||||
Calls:
|
Calls:
|
||||||
IntCtrlConfig_0/53 (IntCtrlConfig_0) @096c6318
|
IntCtrlConfig_0/53 (IntCtrlConfig_0) @095e7318
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -315,7 +315,7 @@ IntCtrlConfig_0/53 (IntCtrlConfig_0) @096c6318
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags: read-only
|
Varpool flags: read-only
|
||||||
IntCtrl_Ip_Init/52 (IntCtrl_Ip_Init) @096c70e0
|
IntCtrl_Ip_Init/52 (IntCtrl_Ip_Init) @095e80e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -324,7 +324,7 @@ IntCtrl_Ip_Init/52 (IntCtrl_Ip_Init) @096c70e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32
|
Called by: main/32
|
||||||
Calls:
|
Calls:
|
||||||
g_pin_mux_InitConfigArr0/51 (g_pin_mux_InitConfigArr0) @096c6288
|
g_pin_mux_InitConfigArr0/51 (g_pin_mux_InitConfigArr0) @095e7288
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -332,7 +332,7 @@ g_pin_mux_InitConfigArr0/51 (g_pin_mux_InitConfigArr0) @096c6288
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Siul2_Port_Ip_Init/50 (Siul2_Port_Ip_Init) @096c7000
|
Siul2_Port_Ip_Init/50 (Siul2_Port_Ip_Init) @095e8000
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -341,7 +341,7 @@ Siul2_Port_Ip_Init/50 (Siul2_Port_Ip_Init) @096c7000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32
|
Called by: main/32
|
||||||
Calls:
|
Calls:
|
||||||
Mcu_aClockConfigPB/49 (Mcu_aClockConfigPB) @096c61f8
|
Mcu_aClockConfigPB/49 (Mcu_aClockConfigPB) @095e71f8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -349,7 +349,7 @@ Mcu_aClockConfigPB/49 (Mcu_aClockConfigPB) @096c61f8
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags: read-only
|
Varpool flags: read-only
|
||||||
Clock_Ip_Init/48 (Clock_Ip_Init) @0963c8c0
|
Clock_Ip_Init/48 (Clock_Ip_Init) @0955d8c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -358,7 +358,7 @@ Clock_Ip_Init/48 (Clock_Ip_Init) @0963c8c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32
|
Called by: main/32
|
||||||
Calls:
|
Calls:
|
||||||
Gvar_init/47 (Gvar_init) @0963c460
|
Gvar_init/47 (Gvar_init) @0955d460
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -367,7 +367,7 @@ Gvar_init/47 (Gvar_init) @0963c460
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32
|
Called by: main/32
|
||||||
Calls:
|
Calls:
|
||||||
task_1s/46 (task_1s) @0963ca80
|
task_1s/46 (task_1s) @0955da80
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: gb/27 (read)
|
References: gb/27 (read)
|
||||||
@ -376,21 +376,21 @@ task_1s/46 (task_1s) @0963ca80
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by: main/32
|
Called by: main/32
|
||||||
Calls: led_onoff/86 CAN_Task_1000ms/85
|
Calls: led_onoff/86 CAN_Task_1000ms/85
|
||||||
PWM_CH/45 (PWM_CH) @09631ee8
|
PWM_CH/45 (PWM_CH) @09552ee8
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags: initialized
|
Varpool flags: initialized
|
||||||
toggle_PWM/44 (toggle_PWM) @09631e58
|
toggle_PWM/44 (toggle_PWM) @09552e58
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
task_200ms/43 (task_200ms) @0963c620
|
task_200ms/43 (task_200ms) @0955d620
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -399,7 +399,7 @@ task_200ms/43 (task_200ms) @0963c620
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by: main/32
|
Called by: main/32
|
||||||
Calls: PWM_for_dirve_mode/84 CAN_Task_200ms/83
|
Calls: PWM_for_dirve_mode/84 CAN_Task_200ms/83
|
||||||
task_100ms/42 (task_100ms) @0963c380
|
task_100ms/42 (task_100ms) @0955d380
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: test_pwm/39 (read)test_pwm/39 (read)test_pwm/39 (write)test_pwm/39 (write)C_100ms/41 (read)C_100ms/41 (write)
|
References: test_pwm/39 (read)test_pwm/39 (read)test_pwm/39 (write)test_pwm/39 (write)C_100ms/41 (read)C_100ms/41 (write)
|
||||||
@ -408,14 +408,14 @@ task_100ms/42 (task_100ms) @0963c380
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by: main/32
|
Called by: main/32
|
||||||
Calls: CAN_Task_100ms/82
|
Calls: CAN_Task_100ms/82
|
||||||
C_100ms/41 (C_100ms) @09631d38
|
C_100ms/41 (C_100ms) @09552d38
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring: task_100ms/42 (read)task_100ms/42 (write)
|
Referring: task_100ms/42 (read)task_100ms/42 (write)
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags: initialized
|
Varpool flags: initialized
|
||||||
task_50ms/40 (task_50ms) @0963c000
|
task_50ms/40 (task_50ms) @0955d000
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -424,14 +424,14 @@ task_50ms/40 (task_50ms) @0963c000
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by: main/32
|
Called by: main/32
|
||||||
Calls:
|
Calls:
|
||||||
test_pwm/39 (test_pwm) @09631c60
|
test_pwm/39 (test_pwm) @09552c60
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring: task_100ms/42 (read)task_100ms/42 (read)task_100ms/42 (write)task_100ms/42 (write)
|
Referring: task_100ms/42 (read)task_100ms/42 (read)task_100ms/42 (write)task_100ms/42 (write)
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
task_20ms/38 (task_20ms) @096348c0
|
task_20ms/38 (task_20ms) @095558c0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -440,7 +440,7 @@ task_20ms/38 (task_20ms) @096348c0
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by: main/32
|
Called by: main/32
|
||||||
Calls: CAN_Task_20ms/81
|
Calls: CAN_Task_20ms/81
|
||||||
task_10ms/37 (task_10ms) @09634380
|
task_10ms/37 (task_10ms) @09555380
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -449,7 +449,7 @@ task_10ms/37 (task_10ms) @09634380
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by: main/32
|
Called by: main/32
|
||||||
Calls: CAN_Task_10ms/80
|
Calls: CAN_Task_10ms/80
|
||||||
task_5ms/36 (task_5ms) @09634d20
|
task_5ms/36 (task_5ms) @09555d20
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -458,7 +458,7 @@ task_5ms/36 (task_5ms) @09634d20
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by: main/32
|
Called by: main/32
|
||||||
Calls: CAN_Task_5ms/79
|
Calls: CAN_Task_5ms/79
|
||||||
task_2ms/35 (task_2ms) @09634a80
|
task_2ms/35 (task_2ms) @09555a80
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -467,7 +467,7 @@ task_2ms/35 (task_2ms) @09634a80
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by: main/32
|
Called by: main/32
|
||||||
Calls: ECU3_KATECH_Logic_2ms/78
|
Calls: ECU3_KATECH_Logic_2ms/78
|
||||||
task_1ms/34 (task_1ms) @096347e0
|
task_1ms/34 (task_1ms) @095557e0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -476,7 +476,7 @@ task_1ms/34 (task_1ms) @096347e0
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by: main/32
|
Called by: main/32
|
||||||
Calls:
|
Calls:
|
||||||
task_500us/33 (task_500us) @09634540
|
task_500us/33 (task_500us) @09555540
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -485,7 +485,7 @@ task_500us/33 (task_500us) @09634540
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by: main/32
|
Called by: main/32
|
||||||
Calls: can_main_ECU3/77 can_tx_check/76
|
Calls: can_main_ECU3/77 can_tx_check/76
|
||||||
main/32 (main) @096342a0
|
main/32 (main) @095552a0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: Mcu_aClockConfigPB/49 (addr)g_pin_mux_InitConfigArr0/51 (addr)IntCtrlConfig_0/53 (addr)intRouteConfig/55 (addr)gb/27 (read)PIT_0_InitConfig_PB/63 (addr)PIT_0_ChannelConfig_PB/65 (addr)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)
|
References: Mcu_aClockConfigPB/49 (addr)g_pin_mux_InitConfigArr0/51 (addr)IntCtrlConfig_0/53 (addr)intRouteConfig/55 (addr)gb/27 (read)PIT_0_InitConfig_PB/63 (addr)PIT_0_ChannelConfig_PB/65 (addr)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)
|
||||||
@ -494,42 +494,42 @@ main/32 (main) @096342a0
|
|||||||
Function flags: body optimize_size
|
Function flags: body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: uds_wait/75 WATCHDOG_HAL_Fed/74 task_500us/33 task_1ms/34 task_2ms/35 task_5ms/36 task_10ms/37 task_20ms/38 task_50ms/40 task_100ms/42 task_200ms/43 task_1s/46 ECU3_KATECH_Logic_init/73 debug_printf/72 WATCHDOG_HAL_Init/71 tmr_delay/70 board_init/69 Can_Init_ECU3/68 Pit_Ip_StartChannel/67 Pit_Ip_EnableChannelInterrupt/66 Pit_Ip_InitChannel/64 Pit_Ip_Init/62 SPI_init/61 i2c0_init/60 i2c1_init/59 Adc_Init/58 pwm_init/57 Uart_Init/56 IntCtrl_Ip_ConfigIrqRouting/54 IntCtrl_Ip_Init/52 Siul2_Port_Ip_Init/50 Clock_Ip_Init/48 Gvar_init/47
|
Calls: uds_wait/75 WATCHDOG_HAL_Fed/74 task_500us/33 task_1ms/34 task_2ms/35 task_5ms/36 task_10ms/37 task_20ms/38 task_50ms/40 task_100ms/42 task_200ms/43 task_1s/46 ECU3_KATECH_Logic_init/73 debug_printf/72 WATCHDOG_HAL_Init/71 tmr_delay/70 board_init/69 Can_Init_ECU3/68 Pit_Ip_StartChannel/67 Pit_Ip_EnableChannelInterrupt/66 Pit_Ip_InitChannel/64 Pit_Ip_Init/62 SPI_init/61 i2c0_init/60 i2c1_init/59 Adc_Init/58 pwm_init/57 Uart_Init/56 IntCtrl_Ip_ConfigIrqRouting/54 IntCtrl_Ip_Init/52 Siul2_Port_Ip_Init/50 Clock_Ip_Init/48 Gvar_init/47
|
||||||
boot_vector/31 (boot_vector) @096315a0
|
boot_vector/31 (boot_vector) @095525a0
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public section:.boot_vector
|
Visibility: externally_visible public section:.boot_vector
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags: initialized read-only const-value-known
|
Varpool flags: initialized read-only const-value-known
|
||||||
appsign/30 (appsign) @09631510
|
appsign/30 (appsign) @09552510
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public section:.appsign
|
Visibility: externally_visible public section:.appsign
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags: initialized read-only const-value-known
|
Varpool flags: initialized read-only const-value-known
|
||||||
AppVersion/29 (AppVersion) @09631480
|
AppVersion/29 (AppVersion) @09552480
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public section:.appversion
|
Visibility: externally_visible public section:.appversion
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags: initialized read-only const-value-known
|
Varpool flags: initialized read-only const-value-known
|
||||||
adc0/28 (adc0) @096313a8
|
adc0/28 (adc0) @095523a8
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
gb/27 (gb) @09345288
|
gb/27 (gb) @09270288
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring: main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)task_1s/46 (read)
|
Referring: main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)task_1s/46 (read)
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
write_flag/0 (write_flag) @06ac4048
|
write_flag/0 (write_flag) @06ac3048
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
|
|||||||
@ -4,7 +4,7 @@ Reclaiming variables:
|
|||||||
Clearing address taken flags:
|
Clearing address taken flags:
|
||||||
Symbol table:
|
Symbol table:
|
||||||
|
|
||||||
led_onoff/86 (led_onoff) @096cd540
|
led_onoff/86 (led_onoff) @095ee540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -13,7 +13,7 @@ led_onoff/86 (led_onoff) @096cd540
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_1s/46 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_1s/46 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_1000ms/85 (CAN_Task_1000ms) @096cd460
|
CAN_Task_1000ms/85 (CAN_Task_1000ms) @095ee460
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -22,7 +22,7 @@ CAN_Task_1000ms/85 (CAN_Task_1000ms) @096cd460
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_1s/46 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_1s/46 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
PWM_for_dirve_mode/84 (PWM_for_dirve_mode) @096cd2a0
|
PWM_for_dirve_mode/84 (PWM_for_dirve_mode) @095ee2a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -31,7 +31,7 @@ PWM_for_dirve_mode/84 (PWM_for_dirve_mode) @096cd2a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_200ms/43 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_200ms/43 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_200ms/83 (CAN_Task_200ms) @096cd1c0
|
CAN_Task_200ms/83 (CAN_Task_200ms) @095ee1c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -40,7 +40,7 @@ CAN_Task_200ms/83 (CAN_Task_200ms) @096cd1c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_200ms/43 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_200ms/43 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_100ms/82 (CAN_Task_100ms) @096cd000
|
CAN_Task_100ms/82 (CAN_Task_100ms) @095ee000
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -49,7 +49,7 @@ CAN_Task_100ms/82 (CAN_Task_100ms) @096cd000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_100ms/42 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_100ms/42 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_20ms/81 (CAN_Task_20ms) @096c8c40
|
CAN_Task_20ms/81 (CAN_Task_20ms) @095e9c40
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -58,7 +58,7 @@ CAN_Task_20ms/81 (CAN_Task_20ms) @096c8c40
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_20ms/38 (1073741824 (estimated locally),1.00 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_20ms/38 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_10ms/80 (CAN_Task_10ms) @096c8a80
|
CAN_Task_10ms/80 (CAN_Task_10ms) @095e9a80
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -67,7 +67,7 @@ CAN_Task_10ms/80 (CAN_Task_10ms) @096c8a80
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_10ms/37 (1073741824 (estimated locally),1.00 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_10ms/37 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_5ms/79 (CAN_Task_5ms) @096c88c0
|
CAN_Task_5ms/79 (CAN_Task_5ms) @095e98c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -76,7 +76,7 @@ CAN_Task_5ms/79 (CAN_Task_5ms) @096c88c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_5ms/36 (1073741824 (estimated locally),1.00 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_5ms/36 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_2ms/78 (ECU3_KATECH_Logic_2ms) @096c8700
|
ECU3_KATECH_Logic_2ms/78 (ECU3_KATECH_Logic_2ms) @095e9700
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -85,7 +85,7 @@ ECU3_KATECH_Logic_2ms/78 (ECU3_KATECH_Logic_2ms) @096c8700
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_2ms/35 (1073741824 (estimated locally),1.00 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_2ms/35 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
can_main_ECU3/77 (can_main_ECU3) @096c8460
|
can_main_ECU3/77 (can_main_ECU3) @095e9460
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -94,7 +94,7 @@ can_main_ECU3/77 (can_main_ECU3) @096c8460
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_500us/33 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_500us/33 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
can_tx_check/76 (can_tx_check) @096c8380
|
can_tx_check/76 (can_tx_check) @095e9380
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -103,7 +103,7 @@ can_tx_check/76 (can_tx_check) @096c8380
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_500us/33 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_500us/33 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
uds_wait/75 (uds_wait) @096c81c0
|
uds_wait/75 (uds_wait) @095e91c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -112,7 +112,7 @@ uds_wait/75 (uds_wait) @096c81c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (1073741824 (estimated locally),10000.02 per call)
|
Called by: main/32 (1073741824 (estimated locally),10000.02 per call)
|
||||||
Calls:
|
Calls:
|
||||||
WATCHDOG_HAL_Fed/74 (WATCHDOG_HAL_Fed) @096c80e0
|
WATCHDOG_HAL_Fed/74 (WATCHDOG_HAL_Fed) @095e90e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -121,7 +121,7 @@ WATCHDOG_HAL_Fed/74 (WATCHDOG_HAL_Fed) @096c80e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (1073741824 (estimated locally),10000.02 per call)
|
Called by: main/32 (1073741824 (estimated locally),10000.02 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_init/73 (ECU3_KATECH_Logic_init) @096c8000
|
ECU3_KATECH_Logic_init/73 (ECU3_KATECH_Logic_init) @095e9000
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -130,7 +130,7 @@ ECU3_KATECH_Logic_init/73 (ECU3_KATECH_Logic_init) @096c8000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
debug_printf/72 (debug_printf) @096c78c0
|
debug_printf/72 (debug_printf) @095e88c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -139,7 +139,7 @@ debug_printf/72 (debug_printf) @096c78c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
WATCHDOG_HAL_Init/71 (WATCHDOG_HAL_Init) @096c7ee0
|
WATCHDOG_HAL_Init/71 (WATCHDOG_HAL_Init) @095e8ee0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -148,7 +148,7 @@ WATCHDOG_HAL_Init/71 (WATCHDOG_HAL_Init) @096c7ee0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
tmr_delay/70 (tmr_delay) @096c7e00
|
tmr_delay/70 (tmr_delay) @095e8e00
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -157,7 +157,7 @@ tmr_delay/70 (tmr_delay) @096c7e00
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
board_init/69 (board_init) @096c7d20
|
board_init/69 (board_init) @095e8d20
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -166,7 +166,7 @@ board_init/69 (board_init) @096c7d20
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Can_Init_ECU3/68 (Can_Init_ECU3) @096c7c40
|
Can_Init_ECU3/68 (Can_Init_ECU3) @095e8c40
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -175,7 +175,7 @@ Can_Init_ECU3/68 (Can_Init_ECU3) @096c7c40
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (644019 (estimated locally),6.00 per call)
|
Called by: main/32 (644019 (estimated locally),6.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Pit_Ip_StartChannel/67 (Pit_Ip_StartChannel) @096c7b60
|
Pit_Ip_StartChannel/67 (Pit_Ip_StartChannel) @095e8b60
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -184,7 +184,7 @@ Pit_Ip_StartChannel/67 (Pit_Ip_StartChannel) @096c7b60
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Pit_Ip_EnableChannelInterrupt/66 (Pit_Ip_EnableChannelInterrupt) @096c7a80
|
Pit_Ip_EnableChannelInterrupt/66 (Pit_Ip_EnableChannelInterrupt) @095e8a80
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -193,7 +193,7 @@ Pit_Ip_EnableChannelInterrupt/66 (Pit_Ip_EnableChannelInterrupt) @096c7a80
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
PIT_0_ChannelConfig_PB/65 (PIT_0_ChannelConfig_PB) @096c6678
|
PIT_0_ChannelConfig_PB/65 (PIT_0_ChannelConfig_PB) @095e7678
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -201,7 +201,7 @@ PIT_0_ChannelConfig_PB/65 (PIT_0_ChannelConfig_PB) @096c6678
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Pit_Ip_InitChannel/64 (Pit_Ip_InitChannel) @096c79a0
|
Pit_Ip_InitChannel/64 (Pit_Ip_InitChannel) @095e89a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -210,7 +210,7 @@ Pit_Ip_InitChannel/64 (Pit_Ip_InitChannel) @096c79a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
PIT_0_InitConfig_PB/63 (PIT_0_InitConfig_PB) @096c65e8
|
PIT_0_InitConfig_PB/63 (PIT_0_InitConfig_PB) @095e75e8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -218,7 +218,7 @@ PIT_0_InitConfig_PB/63 (PIT_0_InitConfig_PB) @096c65e8
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Pit_Ip_Init/62 (Pit_Ip_Init) @096c77e0
|
Pit_Ip_Init/62 (Pit_Ip_Init) @095e87e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -227,7 +227,7 @@ Pit_Ip_Init/62 (Pit_Ip_Init) @096c77e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
SPI_init/61 (SPI_init) @096c7700
|
SPI_init/61 (SPI_init) @095e8700
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -236,7 +236,7 @@ SPI_init/61 (SPI_init) @096c7700
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
i2c0_init/60 (i2c0_init) @096c7620
|
i2c0_init/60 (i2c0_init) @095e8620
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -245,7 +245,7 @@ i2c0_init/60 (i2c0_init) @096c7620
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
i2c1_init/59 (i2c1_init) @096c7540
|
i2c1_init/59 (i2c1_init) @095e8540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -254,7 +254,7 @@ i2c1_init/59 (i2c1_init) @096c7540
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Adc_Init/58 (Adc_Init) @096c7460
|
Adc_Init/58 (Adc_Init) @095e8460
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -263,7 +263,7 @@ Adc_Init/58 (Adc_Init) @096c7460
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
pwm_init/57 (pwm_init) @096c7380
|
pwm_init/57 (pwm_init) @095e8380
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -272,7 +272,7 @@ pwm_init/57 (pwm_init) @096c7380
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Uart_Init/56 (Uart_Init) @096c72a0
|
Uart_Init/56 (Uart_Init) @095e82a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -281,7 +281,7 @@ Uart_Init/56 (Uart_Init) @096c72a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
intRouteConfig/55 (intRouteConfig) @096c63a8
|
intRouteConfig/55 (intRouteConfig) @095e73a8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -289,7 +289,7 @@ intRouteConfig/55 (intRouteConfig) @096c63a8
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags: read-only
|
Varpool flags: read-only
|
||||||
IntCtrl_Ip_ConfigIrqRouting/54 (IntCtrl_Ip_ConfigIrqRouting) @096c71c0
|
IntCtrl_Ip_ConfigIrqRouting/54 (IntCtrl_Ip_ConfigIrqRouting) @095e81c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -298,7 +298,7 @@ IntCtrl_Ip_ConfigIrqRouting/54 (IntCtrl_Ip_ConfigIrqRouting) @096c71c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
IntCtrlConfig_0/53 (IntCtrlConfig_0) @096c6318
|
IntCtrlConfig_0/53 (IntCtrlConfig_0) @095e7318
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -306,7 +306,7 @@ IntCtrlConfig_0/53 (IntCtrlConfig_0) @096c6318
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags: read-only
|
Varpool flags: read-only
|
||||||
IntCtrl_Ip_Init/52 (IntCtrl_Ip_Init) @096c70e0
|
IntCtrl_Ip_Init/52 (IntCtrl_Ip_Init) @095e80e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -315,7 +315,7 @@ IntCtrl_Ip_Init/52 (IntCtrl_Ip_Init) @096c70e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
g_pin_mux_InitConfigArr0/51 (g_pin_mux_InitConfigArr0) @096c6288
|
g_pin_mux_InitConfigArr0/51 (g_pin_mux_InitConfigArr0) @095e7288
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -323,7 +323,7 @@ g_pin_mux_InitConfigArr0/51 (g_pin_mux_InitConfigArr0) @096c6288
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Siul2_Port_Ip_Init/50 (Siul2_Port_Ip_Init) @096c7000
|
Siul2_Port_Ip_Init/50 (Siul2_Port_Ip_Init) @095e8000
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -332,7 +332,7 @@ Siul2_Port_Ip_Init/50 (Siul2_Port_Ip_Init) @096c7000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Mcu_aClockConfigPB/49 (Mcu_aClockConfigPB) @096c61f8
|
Mcu_aClockConfigPB/49 (Mcu_aClockConfigPB) @095e71f8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -340,7 +340,7 @@ Mcu_aClockConfigPB/49 (Mcu_aClockConfigPB) @096c61f8
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags: read-only
|
Varpool flags: read-only
|
||||||
Clock_Ip_Init/48 (Clock_Ip_Init) @0963c8c0
|
Clock_Ip_Init/48 (Clock_Ip_Init) @0955d8c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -349,7 +349,7 @@ Clock_Ip_Init/48 (Clock_Ip_Init) @0963c8c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Gvar_init/47 (Gvar_init) @0963c460
|
Gvar_init/47 (Gvar_init) @0955d460
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -358,7 +358,7 @@ Gvar_init/47 (Gvar_init) @0963c460
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
task_1s/46 (task_1s) @0963ca80
|
task_1s/46 (task_1s) @0955da80
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: gb/27 (read)
|
References: gb/27 (read)
|
||||||
@ -367,21 +367,21 @@ task_1s/46 (task_1s) @0963ca80
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
||||||
Calls: led_onoff/86 (1073741824 (estimated locally),1.00 per call) CAN_Task_1000ms/85 (1073741824 (estimated locally),1.00 per call)
|
Calls: led_onoff/86 (1073741824 (estimated locally),1.00 per call) CAN_Task_1000ms/85 (1073741824 (estimated locally),1.00 per call)
|
||||||
PWM_CH/45 (PWM_CH) @09631ee8
|
PWM_CH/45 (PWM_CH) @09552ee8
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags: initialized
|
Varpool flags: initialized
|
||||||
toggle_PWM/44 (toggle_PWM) @09631e58
|
toggle_PWM/44 (toggle_PWM) @09552e58
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
task_200ms/43 (task_200ms) @0963c620
|
task_200ms/43 (task_200ms) @0955d620
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -390,7 +390,7 @@ task_200ms/43 (task_200ms) @0963c620
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
||||||
Calls: PWM_for_dirve_mode/84 (1073741824 (estimated locally),1.00 per call) CAN_Task_200ms/83 (1073741824 (estimated locally),1.00 per call)
|
Calls: PWM_for_dirve_mode/84 (1073741824 (estimated locally),1.00 per call) CAN_Task_200ms/83 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_100ms/42 (task_100ms) @0963c380
|
task_100ms/42 (task_100ms) @0955d380
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: test_pwm/39 (read)test_pwm/39 (write)test_pwm/39 (write)C_100ms/41 (read)C_100ms/41 (write)
|
References: test_pwm/39 (read)test_pwm/39 (write)test_pwm/39 (write)C_100ms/41 (read)C_100ms/41 (write)
|
||||||
@ -399,14 +399,14 @@ task_100ms/42 (task_100ms) @0963c380
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
||||||
Calls: CAN_Task_100ms/82 (1073741824 (estimated locally),1.00 per call)
|
Calls: CAN_Task_100ms/82 (1073741824 (estimated locally),1.00 per call)
|
||||||
C_100ms/41 (C_100ms) @09631d38
|
C_100ms/41 (C_100ms) @09552d38
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring: task_100ms/42 (read)task_100ms/42 (write)
|
Referring: task_100ms/42 (read)task_100ms/42 (write)
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags: initialized
|
Varpool flags: initialized
|
||||||
task_50ms/40 (task_50ms) @0963c000
|
task_50ms/40 (task_50ms) @0955d000
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -415,14 +415,14 @@ task_50ms/40 (task_50ms) @0963c000
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
test_pwm/39 (test_pwm) @09631c60
|
test_pwm/39 (test_pwm) @09552c60
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring: task_100ms/42 (read)task_100ms/42 (write)task_100ms/42 (write)
|
Referring: task_100ms/42 (read)task_100ms/42 (write)task_100ms/42 (write)
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
task_20ms/38 (task_20ms) @096348c0
|
task_20ms/38 (task_20ms) @095558c0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -431,7 +431,7 @@ task_20ms/38 (task_20ms) @096348c0
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: CAN_Task_20ms/81 (1073741824 (estimated locally),1.00 per call)
|
Calls: CAN_Task_20ms/81 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_10ms/37 (task_10ms) @09634380
|
task_10ms/37 (task_10ms) @09555380
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -440,7 +440,7 @@ task_10ms/37 (task_10ms) @09634380
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: CAN_Task_10ms/80 (1073741824 (estimated locally),1.00 per call)
|
Calls: CAN_Task_10ms/80 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_5ms/36 (task_5ms) @09634d20
|
task_5ms/36 (task_5ms) @09555d20
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -449,7 +449,7 @@ task_5ms/36 (task_5ms) @09634d20
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: CAN_Task_5ms/79 (1073741824 (estimated locally),1.00 per call)
|
Calls: CAN_Task_5ms/79 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_2ms/35 (task_2ms) @09634a80
|
task_2ms/35 (task_2ms) @09555a80
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -458,7 +458,7 @@ task_2ms/35 (task_2ms) @09634a80
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_2ms/78 (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_2ms/78 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_1ms/34 (task_1ms) @096347e0
|
task_1ms/34 (task_1ms) @095557e0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -467,7 +467,7 @@ task_1ms/34 (task_1ms) @096347e0
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
task_500us/33 (task_500us) @09634540
|
task_500us/33 (task_500us) @09555540
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -476,7 +476,7 @@ task_500us/33 (task_500us) @09634540
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by: main/32 (719407022 (estimated locally),6700.01 per call)
|
Called by: main/32 (719407022 (estimated locally),6700.01 per call)
|
||||||
Calls: can_main_ECU3/77 (1073741824 (estimated locally),1.00 per call) can_tx_check/76 (1073741824 (estimated locally),1.00 per call)
|
Calls: can_main_ECU3/77 (1073741824 (estimated locally),1.00 per call) can_tx_check/76 (1073741824 (estimated locally),1.00 per call)
|
||||||
main/32 (main) @096342a0
|
main/32 (main) @095552a0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: Mcu_aClockConfigPB/49 (addr)g_pin_mux_InitConfigArr0/51 (addr)IntCtrlConfig_0/53 (addr)intRouteConfig/55 (addr)gb/27 (read)PIT_0_InitConfig_PB/63 (addr)PIT_0_ChannelConfig_PB/65 (addr)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)
|
References: Mcu_aClockConfigPB/49 (addr)g_pin_mux_InitConfigArr0/51 (addr)IntCtrlConfig_0/53 (addr)intRouteConfig/55 (addr)gb/27 (read)PIT_0_InitConfig_PB/63 (addr)PIT_0_ChannelConfig_PB/65 (addr)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)
|
||||||
@ -485,42 +485,42 @@ main/32 (main) @096342a0
|
|||||||
Function flags: count:107374 (estimated locally) body only_called_at_startup executed_once optimize_size
|
Function flags: count:107374 (estimated locally) body only_called_at_startup executed_once optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: uds_wait/75 (1073741824 (estimated locally),10000.02 per call) WATCHDOG_HAL_Fed/74 (1073741824 (estimated locally),10000.02 per call) task_500us/33 (719407022 (estimated locally),6700.01 per call) ECU3_KATECH_Logic_2ms/78 (354334802 (estimated locally),3300.01 per call) CAN_Task_5ms/79 (354334802 (estimated locally),3300.01 per call) CAN_Task_10ms/80 (354334802 (estimated locally),3300.01 per call) CAN_Task_20ms/81 (354334802 (estimated locally),3300.01 per call) task_100ms/42 (354334802 (estimated locally),3300.01 per call) task_200ms/43 (354334802 (estimated locally),3300.01 per call) task_1s/46 (354334802 (estimated locally),3300.01 per call) ECU3_KATECH_Logic_init/73 (107374 (estimated locally),1.00 per call) debug_printf/72 (107374 (estimated locally),1.00 per call) WATCHDOG_HAL_Init/71 (107374 (estimated locally),1.00 per call) tmr_delay/70 (107374 (estimated locally),1.00 per call) board_init/69 (107374 (estimated locally),1.00 per call) Can_Init_ECU3/68 (644019 (estimated locally),6.00 per call) Pit_Ip_StartChannel/67 (107374 (estimated locally),1.00 per call) Pit_Ip_EnableChannelInterrupt/66 (107374 (estimated locally),1.00 per call) Pit_Ip_InitChannel/64 (107374 (estimated locally),1.00 per call) Pit_Ip_Init/62 (107374 (estimated locally),1.00 per call) SPI_init/61 (107374 (estimated locally),1.00 per call) i2c0_init/60 (107374 (estimated locally),1.00 per call) i2c1_init/59 (107374 (estimated locally),1.00 per call) Adc_Init/58 (107374 (estimated locally),1.00 per call) pwm_init/57 (107374 (estimated locally),1.00 per call) Uart_Init/56 (107374 (estimated locally),1.00 per call) IntCtrl_Ip_ConfigIrqRouting/54 (107374 (estimated locally),1.00 per call) IntCtrl_Ip_Init/52 (107374 (estimated locally),1.00 per call) Siul2_Port_Ip_Init/50 (107374 (estimated locally),1.00 per call) Clock_Ip_Init/48 (107374 (estimated locally),1.00 per call) Gvar_init/47 (107374 (estimated locally),1.00 per call)
|
Calls: uds_wait/75 (1073741824 (estimated locally),10000.02 per call) WATCHDOG_HAL_Fed/74 (1073741824 (estimated locally),10000.02 per call) task_500us/33 (719407022 (estimated locally),6700.01 per call) ECU3_KATECH_Logic_2ms/78 (354334802 (estimated locally),3300.01 per call) CAN_Task_5ms/79 (354334802 (estimated locally),3300.01 per call) CAN_Task_10ms/80 (354334802 (estimated locally),3300.01 per call) CAN_Task_20ms/81 (354334802 (estimated locally),3300.01 per call) task_100ms/42 (354334802 (estimated locally),3300.01 per call) task_200ms/43 (354334802 (estimated locally),3300.01 per call) task_1s/46 (354334802 (estimated locally),3300.01 per call) ECU3_KATECH_Logic_init/73 (107374 (estimated locally),1.00 per call) debug_printf/72 (107374 (estimated locally),1.00 per call) WATCHDOG_HAL_Init/71 (107374 (estimated locally),1.00 per call) tmr_delay/70 (107374 (estimated locally),1.00 per call) board_init/69 (107374 (estimated locally),1.00 per call) Can_Init_ECU3/68 (644019 (estimated locally),6.00 per call) Pit_Ip_StartChannel/67 (107374 (estimated locally),1.00 per call) Pit_Ip_EnableChannelInterrupt/66 (107374 (estimated locally),1.00 per call) Pit_Ip_InitChannel/64 (107374 (estimated locally),1.00 per call) Pit_Ip_Init/62 (107374 (estimated locally),1.00 per call) SPI_init/61 (107374 (estimated locally),1.00 per call) i2c0_init/60 (107374 (estimated locally),1.00 per call) i2c1_init/59 (107374 (estimated locally),1.00 per call) Adc_Init/58 (107374 (estimated locally),1.00 per call) pwm_init/57 (107374 (estimated locally),1.00 per call) Uart_Init/56 (107374 (estimated locally),1.00 per call) IntCtrl_Ip_ConfigIrqRouting/54 (107374 (estimated locally),1.00 per call) IntCtrl_Ip_Init/52 (107374 (estimated locally),1.00 per call) Siul2_Port_Ip_Init/50 (107374 (estimated locally),1.00 per call) Clock_Ip_Init/48 (107374 (estimated locally),1.00 per call) Gvar_init/47 (107374 (estimated locally),1.00 per call)
|
||||||
boot_vector/31 (boot_vector) @096315a0
|
boot_vector/31 (boot_vector) @095525a0
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public section:.boot_vector
|
Visibility: externally_visible public section:.boot_vector
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags: initialized read-only const-value-known
|
Varpool flags: initialized read-only const-value-known
|
||||||
appsign/30 (appsign) @09631510
|
appsign/30 (appsign) @09552510
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public section:.appsign
|
Visibility: externally_visible public section:.appsign
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags: initialized read-only const-value-known
|
Varpool flags: initialized read-only const-value-known
|
||||||
AppVersion/29 (AppVersion) @09631480
|
AppVersion/29 (AppVersion) @09552480
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public section:.appversion
|
Visibility: externally_visible public section:.appversion
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags: initialized read-only const-value-known
|
Varpool flags: initialized read-only const-value-known
|
||||||
adc0/28 (adc0) @096313a8
|
adc0/28 (adc0) @095523a8
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
gb/27 (gb) @09345288
|
gb/27 (gb) @09270288
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring: task_1s/46 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)
|
Referring: task_1s/46 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
write_flag/0 (write_flag) @06ac4048
|
write_flag/0 (write_flag) @06ac3048
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
|
|||||||
@ -14,7 +14,7 @@ Reclaiming variables:
|
|||||||
Clearing address taken flags:
|
Clearing address taken flags:
|
||||||
Symbol table:
|
Symbol table:
|
||||||
|
|
||||||
led_onoff/86 (led_onoff) @096cd540
|
led_onoff/86 (led_onoff) @095ee540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -23,7 +23,7 @@ led_onoff/86 (led_onoff) @096cd540
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_1s/46 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_1s/46 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_1000ms/85 (CAN_Task_1000ms) @096cd460
|
CAN_Task_1000ms/85 (CAN_Task_1000ms) @095ee460
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -32,7 +32,7 @@ CAN_Task_1000ms/85 (CAN_Task_1000ms) @096cd460
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_1s/46 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_1s/46 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
PWM_for_dirve_mode/84 (PWM_for_dirve_mode) @096cd2a0
|
PWM_for_dirve_mode/84 (PWM_for_dirve_mode) @095ee2a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -41,7 +41,7 @@ PWM_for_dirve_mode/84 (PWM_for_dirve_mode) @096cd2a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_200ms/43 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_200ms/43 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_200ms/83 (CAN_Task_200ms) @096cd1c0
|
CAN_Task_200ms/83 (CAN_Task_200ms) @095ee1c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -50,7 +50,7 @@ CAN_Task_200ms/83 (CAN_Task_200ms) @096cd1c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_200ms/43 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_200ms/43 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_100ms/82 (CAN_Task_100ms) @096cd000
|
CAN_Task_100ms/82 (CAN_Task_100ms) @095ee000
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -59,7 +59,7 @@ CAN_Task_100ms/82 (CAN_Task_100ms) @096cd000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_100ms/42 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_100ms/42 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_20ms/81 (CAN_Task_20ms) @096c8c40
|
CAN_Task_20ms/81 (CAN_Task_20ms) @095e9c40
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -68,7 +68,7 @@ CAN_Task_20ms/81 (CAN_Task_20ms) @096c8c40
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_20ms/38 (1073741824 (estimated locally),1.00 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_20ms/38 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_10ms/80 (CAN_Task_10ms) @096c8a80
|
CAN_Task_10ms/80 (CAN_Task_10ms) @095e9a80
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -77,7 +77,7 @@ CAN_Task_10ms/80 (CAN_Task_10ms) @096c8a80
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_10ms/37 (1073741824 (estimated locally),1.00 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_10ms/37 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_5ms/79 (CAN_Task_5ms) @096c88c0
|
CAN_Task_5ms/79 (CAN_Task_5ms) @095e98c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -86,7 +86,7 @@ CAN_Task_5ms/79 (CAN_Task_5ms) @096c88c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_5ms/36 (1073741824 (estimated locally),1.00 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_5ms/36 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_2ms/78 (ECU3_KATECH_Logic_2ms) @096c8700
|
ECU3_KATECH_Logic_2ms/78 (ECU3_KATECH_Logic_2ms) @095e9700
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -95,7 +95,7 @@ ECU3_KATECH_Logic_2ms/78 (ECU3_KATECH_Logic_2ms) @096c8700
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_2ms/35 (1073741824 (estimated locally),1.00 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_2ms/35 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
can_main_ECU3/77 (can_main_ECU3) @096c8460
|
can_main_ECU3/77 (can_main_ECU3) @095e9460
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -104,7 +104,7 @@ can_main_ECU3/77 (can_main_ECU3) @096c8460
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_500us/33 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_500us/33 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
can_tx_check/76 (can_tx_check) @096c8380
|
can_tx_check/76 (can_tx_check) @095e9380
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -113,7 +113,7 @@ can_tx_check/76 (can_tx_check) @096c8380
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_500us/33 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_500us/33 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
uds_wait/75 (uds_wait) @096c81c0
|
uds_wait/75 (uds_wait) @095e91c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -122,7 +122,7 @@ uds_wait/75 (uds_wait) @096c81c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (1073741824 (estimated locally),10000.02 per call)
|
Called by: main/32 (1073741824 (estimated locally),10000.02 per call)
|
||||||
Calls:
|
Calls:
|
||||||
WATCHDOG_HAL_Fed/74 (WATCHDOG_HAL_Fed) @096c80e0
|
WATCHDOG_HAL_Fed/74 (WATCHDOG_HAL_Fed) @095e90e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -131,7 +131,7 @@ WATCHDOG_HAL_Fed/74 (WATCHDOG_HAL_Fed) @096c80e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (1073741824 (estimated locally),10000.02 per call)
|
Called by: main/32 (1073741824 (estimated locally),10000.02 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_init/73 (ECU3_KATECH_Logic_init) @096c8000
|
ECU3_KATECH_Logic_init/73 (ECU3_KATECH_Logic_init) @095e9000
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -140,7 +140,7 @@ ECU3_KATECH_Logic_init/73 (ECU3_KATECH_Logic_init) @096c8000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
debug_printf/72 (debug_printf) @096c78c0
|
debug_printf/72 (debug_printf) @095e88c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -149,7 +149,7 @@ debug_printf/72 (debug_printf) @096c78c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
WATCHDOG_HAL_Init/71 (WATCHDOG_HAL_Init) @096c7ee0
|
WATCHDOG_HAL_Init/71 (WATCHDOG_HAL_Init) @095e8ee0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -158,7 +158,7 @@ WATCHDOG_HAL_Init/71 (WATCHDOG_HAL_Init) @096c7ee0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
tmr_delay/70 (tmr_delay) @096c7e00
|
tmr_delay/70 (tmr_delay) @095e8e00
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -167,7 +167,7 @@ tmr_delay/70 (tmr_delay) @096c7e00
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
board_init/69 (board_init) @096c7d20
|
board_init/69 (board_init) @095e8d20
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -176,7 +176,7 @@ board_init/69 (board_init) @096c7d20
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Can_Init_ECU3/68 (Can_Init_ECU3) @096c7c40
|
Can_Init_ECU3/68 (Can_Init_ECU3) @095e8c40
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -185,7 +185,7 @@ Can_Init_ECU3/68 (Can_Init_ECU3) @096c7c40
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (644019 (estimated locally),6.00 per call)
|
Called by: main/32 (644019 (estimated locally),6.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Pit_Ip_StartChannel/67 (Pit_Ip_StartChannel) @096c7b60
|
Pit_Ip_StartChannel/67 (Pit_Ip_StartChannel) @095e8b60
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -194,7 +194,7 @@ Pit_Ip_StartChannel/67 (Pit_Ip_StartChannel) @096c7b60
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Pit_Ip_EnableChannelInterrupt/66 (Pit_Ip_EnableChannelInterrupt) @096c7a80
|
Pit_Ip_EnableChannelInterrupt/66 (Pit_Ip_EnableChannelInterrupt) @095e8a80
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -203,7 +203,7 @@ Pit_Ip_EnableChannelInterrupt/66 (Pit_Ip_EnableChannelInterrupt) @096c7a80
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
PIT_0_ChannelConfig_PB/65 (PIT_0_ChannelConfig_PB) @096c6678
|
PIT_0_ChannelConfig_PB/65 (PIT_0_ChannelConfig_PB) @095e7678
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -211,7 +211,7 @@ PIT_0_ChannelConfig_PB/65 (PIT_0_ChannelConfig_PB) @096c6678
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Pit_Ip_InitChannel/64 (Pit_Ip_InitChannel) @096c79a0
|
Pit_Ip_InitChannel/64 (Pit_Ip_InitChannel) @095e89a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -220,7 +220,7 @@ Pit_Ip_InitChannel/64 (Pit_Ip_InitChannel) @096c79a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
PIT_0_InitConfig_PB/63 (PIT_0_InitConfig_PB) @096c65e8
|
PIT_0_InitConfig_PB/63 (PIT_0_InitConfig_PB) @095e75e8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -228,7 +228,7 @@ PIT_0_InitConfig_PB/63 (PIT_0_InitConfig_PB) @096c65e8
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Pit_Ip_Init/62 (Pit_Ip_Init) @096c77e0
|
Pit_Ip_Init/62 (Pit_Ip_Init) @095e87e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -237,7 +237,7 @@ Pit_Ip_Init/62 (Pit_Ip_Init) @096c77e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
SPI_init/61 (SPI_init) @096c7700
|
SPI_init/61 (SPI_init) @095e8700
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -246,7 +246,7 @@ SPI_init/61 (SPI_init) @096c7700
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
i2c0_init/60 (i2c0_init) @096c7620
|
i2c0_init/60 (i2c0_init) @095e8620
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -255,7 +255,7 @@ i2c0_init/60 (i2c0_init) @096c7620
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
i2c1_init/59 (i2c1_init) @096c7540
|
i2c1_init/59 (i2c1_init) @095e8540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -264,7 +264,7 @@ i2c1_init/59 (i2c1_init) @096c7540
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Adc_Init/58 (Adc_Init) @096c7460
|
Adc_Init/58 (Adc_Init) @095e8460
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -273,7 +273,7 @@ Adc_Init/58 (Adc_Init) @096c7460
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
pwm_init/57 (pwm_init) @096c7380
|
pwm_init/57 (pwm_init) @095e8380
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -282,7 +282,7 @@ pwm_init/57 (pwm_init) @096c7380
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Uart_Init/56 (Uart_Init) @096c72a0
|
Uart_Init/56 (Uart_Init) @095e82a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -291,7 +291,7 @@ Uart_Init/56 (Uart_Init) @096c72a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
intRouteConfig/55 (intRouteConfig) @096c63a8
|
intRouteConfig/55 (intRouteConfig) @095e73a8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -299,7 +299,7 @@ intRouteConfig/55 (intRouteConfig) @096c63a8
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags: read-only
|
Varpool flags: read-only
|
||||||
IntCtrl_Ip_ConfigIrqRouting/54 (IntCtrl_Ip_ConfigIrqRouting) @096c71c0
|
IntCtrl_Ip_ConfigIrqRouting/54 (IntCtrl_Ip_ConfigIrqRouting) @095e81c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -308,7 +308,7 @@ IntCtrl_Ip_ConfigIrqRouting/54 (IntCtrl_Ip_ConfigIrqRouting) @096c71c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
IntCtrlConfig_0/53 (IntCtrlConfig_0) @096c6318
|
IntCtrlConfig_0/53 (IntCtrlConfig_0) @095e7318
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -316,7 +316,7 @@ IntCtrlConfig_0/53 (IntCtrlConfig_0) @096c6318
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags: read-only
|
Varpool flags: read-only
|
||||||
IntCtrl_Ip_Init/52 (IntCtrl_Ip_Init) @096c70e0
|
IntCtrl_Ip_Init/52 (IntCtrl_Ip_Init) @095e80e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -325,7 +325,7 @@ IntCtrl_Ip_Init/52 (IntCtrl_Ip_Init) @096c70e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
g_pin_mux_InitConfigArr0/51 (g_pin_mux_InitConfigArr0) @096c6288
|
g_pin_mux_InitConfigArr0/51 (g_pin_mux_InitConfigArr0) @095e7288
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -333,7 +333,7 @@ g_pin_mux_InitConfigArr0/51 (g_pin_mux_InitConfigArr0) @096c6288
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Siul2_Port_Ip_Init/50 (Siul2_Port_Ip_Init) @096c7000
|
Siul2_Port_Ip_Init/50 (Siul2_Port_Ip_Init) @095e8000
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -342,7 +342,7 @@ Siul2_Port_Ip_Init/50 (Siul2_Port_Ip_Init) @096c7000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Mcu_aClockConfigPB/49 (Mcu_aClockConfigPB) @096c61f8
|
Mcu_aClockConfigPB/49 (Mcu_aClockConfigPB) @095e71f8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -350,7 +350,7 @@ Mcu_aClockConfigPB/49 (Mcu_aClockConfigPB) @096c61f8
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags: read-only
|
Varpool flags: read-only
|
||||||
Clock_Ip_Init/48 (Clock_Ip_Init) @0963c8c0
|
Clock_Ip_Init/48 (Clock_Ip_Init) @0955d8c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -359,7 +359,7 @@ Clock_Ip_Init/48 (Clock_Ip_Init) @0963c8c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Gvar_init/47 (Gvar_init) @0963c460
|
Gvar_init/47 (Gvar_init) @0955d460
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -368,7 +368,7 @@ Gvar_init/47 (Gvar_init) @0963c460
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
task_1s/46 (task_1s) @0963ca80
|
task_1s/46 (task_1s) @0955da80
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: gb/27 (read)
|
References: gb/27 (read)
|
||||||
@ -377,21 +377,21 @@ task_1s/46 (task_1s) @0963ca80
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
||||||
Calls: led_onoff/86 (1073741824 (estimated locally),1.00 per call) CAN_Task_1000ms/85 (1073741824 (estimated locally),1.00 per call)
|
Calls: led_onoff/86 (1073741824 (estimated locally),1.00 per call) CAN_Task_1000ms/85 (1073741824 (estimated locally),1.00 per call)
|
||||||
PWM_CH/45 (PWM_CH) @09631ee8
|
PWM_CH/45 (PWM_CH) @09552ee8
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags: initialized
|
Varpool flags: initialized
|
||||||
toggle_PWM/44 (toggle_PWM) @09631e58
|
toggle_PWM/44 (toggle_PWM) @09552e58
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
task_200ms/43 (task_200ms) @0963c620
|
task_200ms/43 (task_200ms) @0955d620
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -400,7 +400,7 @@ task_200ms/43 (task_200ms) @0963c620
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
||||||
Calls: PWM_for_dirve_mode/84 (1073741824 (estimated locally),1.00 per call) CAN_Task_200ms/83 (1073741824 (estimated locally),1.00 per call)
|
Calls: PWM_for_dirve_mode/84 (1073741824 (estimated locally),1.00 per call) CAN_Task_200ms/83 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_100ms/42 (task_100ms) @0963c380
|
task_100ms/42 (task_100ms) @0955d380
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: test_pwm/39 (read)test_pwm/39 (write)test_pwm/39 (write)C_100ms/41 (read)C_100ms/41 (write)
|
References: test_pwm/39 (read)test_pwm/39 (write)test_pwm/39 (write)C_100ms/41 (read)C_100ms/41 (write)
|
||||||
@ -409,14 +409,14 @@ task_100ms/42 (task_100ms) @0963c380
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
||||||
Calls: CAN_Task_100ms/82 (1073741824 (estimated locally),1.00 per call)
|
Calls: CAN_Task_100ms/82 (1073741824 (estimated locally),1.00 per call)
|
||||||
C_100ms/41 (C_100ms) @09631d38
|
C_100ms/41 (C_100ms) @09552d38
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring: task_100ms/42 (read)task_100ms/42 (write)
|
Referring: task_100ms/42 (read)task_100ms/42 (write)
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags: initialized
|
Varpool flags: initialized
|
||||||
task_50ms/40 (task_50ms) @0963c000
|
task_50ms/40 (task_50ms) @0955d000
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -425,14 +425,14 @@ task_50ms/40 (task_50ms) @0963c000
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
test_pwm/39 (test_pwm) @09631c60
|
test_pwm/39 (test_pwm) @09552c60
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring: task_100ms/42 (read)task_100ms/42 (write)task_100ms/42 (write)
|
Referring: task_100ms/42 (read)task_100ms/42 (write)task_100ms/42 (write)
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
task_20ms/38 (task_20ms) @096348c0
|
task_20ms/38 (task_20ms) @095558c0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -441,7 +441,7 @@ task_20ms/38 (task_20ms) @096348c0
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: CAN_Task_20ms/81 (1073741824 (estimated locally),1.00 per call)
|
Calls: CAN_Task_20ms/81 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_10ms/37 (task_10ms) @09634380
|
task_10ms/37 (task_10ms) @09555380
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -450,7 +450,7 @@ task_10ms/37 (task_10ms) @09634380
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: CAN_Task_10ms/80 (1073741824 (estimated locally),1.00 per call)
|
Calls: CAN_Task_10ms/80 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_5ms/36 (task_5ms) @09634d20
|
task_5ms/36 (task_5ms) @09555d20
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -459,7 +459,7 @@ task_5ms/36 (task_5ms) @09634d20
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: CAN_Task_5ms/79 (1073741824 (estimated locally),1.00 per call)
|
Calls: CAN_Task_5ms/79 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_2ms/35 (task_2ms) @09634a80
|
task_2ms/35 (task_2ms) @09555a80
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -468,7 +468,7 @@ task_2ms/35 (task_2ms) @09634a80
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_2ms/78 (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_2ms/78 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_1ms/34 (task_1ms) @096347e0
|
task_1ms/34 (task_1ms) @095557e0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -477,7 +477,7 @@ task_1ms/34 (task_1ms) @096347e0
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
task_500us/33 (task_500us) @09634540
|
task_500us/33 (task_500us) @09555540
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -486,7 +486,7 @@ task_500us/33 (task_500us) @09634540
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by: main/32 (719407022 (estimated locally),6700.01 per call)
|
Called by: main/32 (719407022 (estimated locally),6700.01 per call)
|
||||||
Calls: can_main_ECU3/77 (1073741824 (estimated locally),1.00 per call) can_tx_check/76 (1073741824 (estimated locally),1.00 per call)
|
Calls: can_main_ECU3/77 (1073741824 (estimated locally),1.00 per call) can_tx_check/76 (1073741824 (estimated locally),1.00 per call)
|
||||||
main/32 (main) @096342a0
|
main/32 (main) @095552a0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: Mcu_aClockConfigPB/49 (addr)g_pin_mux_InitConfigArr0/51 (addr)IntCtrlConfig_0/53 (addr)intRouteConfig/55 (addr)gb/27 (read)PIT_0_InitConfig_PB/63 (addr)PIT_0_ChannelConfig_PB/65 (addr)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)
|
References: Mcu_aClockConfigPB/49 (addr)g_pin_mux_InitConfigArr0/51 (addr)IntCtrlConfig_0/53 (addr)intRouteConfig/55 (addr)gb/27 (read)PIT_0_InitConfig_PB/63 (addr)PIT_0_ChannelConfig_PB/65 (addr)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)
|
||||||
@ -495,42 +495,42 @@ main/32 (main) @096342a0
|
|||||||
Function flags: count:107374 (estimated locally) body only_called_at_startup executed_once optimize_size
|
Function flags: count:107374 (estimated locally) body only_called_at_startup executed_once optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: uds_wait/75 (1073741824 (estimated locally),10000.02 per call) WATCHDOG_HAL_Fed/74 (1073741824 (estimated locally),10000.02 per call) task_500us/33 (719407022 (estimated locally),6700.01 per call) ECU3_KATECH_Logic_2ms/78 (354334802 (estimated locally),3300.01 per call) CAN_Task_5ms/79 (354334802 (estimated locally),3300.01 per call) CAN_Task_10ms/80 (354334802 (estimated locally),3300.01 per call) CAN_Task_20ms/81 (354334802 (estimated locally),3300.01 per call) task_100ms/42 (354334802 (estimated locally),3300.01 per call) task_200ms/43 (354334802 (estimated locally),3300.01 per call) task_1s/46 (354334802 (estimated locally),3300.01 per call) ECU3_KATECH_Logic_init/73 (107374 (estimated locally),1.00 per call) debug_printf/72 (107374 (estimated locally),1.00 per call) WATCHDOG_HAL_Init/71 (107374 (estimated locally),1.00 per call) tmr_delay/70 (107374 (estimated locally),1.00 per call) board_init/69 (107374 (estimated locally),1.00 per call) Can_Init_ECU3/68 (644019 (estimated locally),6.00 per call) Pit_Ip_StartChannel/67 (107374 (estimated locally),1.00 per call) Pit_Ip_EnableChannelInterrupt/66 (107374 (estimated locally),1.00 per call) Pit_Ip_InitChannel/64 (107374 (estimated locally),1.00 per call) Pit_Ip_Init/62 (107374 (estimated locally),1.00 per call) SPI_init/61 (107374 (estimated locally),1.00 per call) i2c0_init/60 (107374 (estimated locally),1.00 per call) i2c1_init/59 (107374 (estimated locally),1.00 per call) Adc_Init/58 (107374 (estimated locally),1.00 per call) pwm_init/57 (107374 (estimated locally),1.00 per call) Uart_Init/56 (107374 (estimated locally),1.00 per call) IntCtrl_Ip_ConfigIrqRouting/54 (107374 (estimated locally),1.00 per call) IntCtrl_Ip_Init/52 (107374 (estimated locally),1.00 per call) Siul2_Port_Ip_Init/50 (107374 (estimated locally),1.00 per call) Clock_Ip_Init/48 (107374 (estimated locally),1.00 per call) Gvar_init/47 (107374 (estimated locally),1.00 per call)
|
Calls: uds_wait/75 (1073741824 (estimated locally),10000.02 per call) WATCHDOG_HAL_Fed/74 (1073741824 (estimated locally),10000.02 per call) task_500us/33 (719407022 (estimated locally),6700.01 per call) ECU3_KATECH_Logic_2ms/78 (354334802 (estimated locally),3300.01 per call) CAN_Task_5ms/79 (354334802 (estimated locally),3300.01 per call) CAN_Task_10ms/80 (354334802 (estimated locally),3300.01 per call) CAN_Task_20ms/81 (354334802 (estimated locally),3300.01 per call) task_100ms/42 (354334802 (estimated locally),3300.01 per call) task_200ms/43 (354334802 (estimated locally),3300.01 per call) task_1s/46 (354334802 (estimated locally),3300.01 per call) ECU3_KATECH_Logic_init/73 (107374 (estimated locally),1.00 per call) debug_printf/72 (107374 (estimated locally),1.00 per call) WATCHDOG_HAL_Init/71 (107374 (estimated locally),1.00 per call) tmr_delay/70 (107374 (estimated locally),1.00 per call) board_init/69 (107374 (estimated locally),1.00 per call) Can_Init_ECU3/68 (644019 (estimated locally),6.00 per call) Pit_Ip_StartChannel/67 (107374 (estimated locally),1.00 per call) Pit_Ip_EnableChannelInterrupt/66 (107374 (estimated locally),1.00 per call) Pit_Ip_InitChannel/64 (107374 (estimated locally),1.00 per call) Pit_Ip_Init/62 (107374 (estimated locally),1.00 per call) SPI_init/61 (107374 (estimated locally),1.00 per call) i2c0_init/60 (107374 (estimated locally),1.00 per call) i2c1_init/59 (107374 (estimated locally),1.00 per call) Adc_Init/58 (107374 (estimated locally),1.00 per call) pwm_init/57 (107374 (estimated locally),1.00 per call) Uart_Init/56 (107374 (estimated locally),1.00 per call) IntCtrl_Ip_ConfigIrqRouting/54 (107374 (estimated locally),1.00 per call) IntCtrl_Ip_Init/52 (107374 (estimated locally),1.00 per call) Siul2_Port_Ip_Init/50 (107374 (estimated locally),1.00 per call) Clock_Ip_Init/48 (107374 (estimated locally),1.00 per call) Gvar_init/47 (107374 (estimated locally),1.00 per call)
|
||||||
boot_vector/31 (boot_vector) @096315a0
|
boot_vector/31 (boot_vector) @095525a0
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public section:.boot_vector
|
Visibility: externally_visible public section:.boot_vector
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags: initialized read-only const-value-known
|
Varpool flags: initialized read-only const-value-known
|
||||||
appsign/30 (appsign) @09631510
|
appsign/30 (appsign) @09552510
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public section:.appsign
|
Visibility: externally_visible public section:.appsign
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags: initialized read-only const-value-known
|
Varpool flags: initialized read-only const-value-known
|
||||||
AppVersion/29 (AppVersion) @09631480
|
AppVersion/29 (AppVersion) @09552480
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public section:.appversion
|
Visibility: externally_visible public section:.appversion
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags: initialized read-only const-value-known
|
Varpool flags: initialized read-only const-value-known
|
||||||
adc0/28 (adc0) @096313a8
|
adc0/28 (adc0) @095523a8
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
gb/27 (gb) @09345288
|
gb/27 (gb) @09270288
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring: task_1s/46 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)
|
Referring: task_1s/46 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
write_flag/0 (write_flag) @06ac4048
|
write_flag/0 (write_flag) @06ac3048
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
Symbol table:
|
Symbol table:
|
||||||
|
|
||||||
led_onoff/86 (led_onoff) @096cd540
|
led_onoff/86 (led_onoff) @095ee540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -9,7 +9,7 @@ led_onoff/86 (led_onoff) @096cd540
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_1s/46 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_1s/46 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_1000ms/85 (CAN_Task_1000ms) @096cd460
|
CAN_Task_1000ms/85 (CAN_Task_1000ms) @095ee460
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -18,7 +18,7 @@ CAN_Task_1000ms/85 (CAN_Task_1000ms) @096cd460
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_1s/46 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_1s/46 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
PWM_for_dirve_mode/84 (PWM_for_dirve_mode) @096cd2a0
|
PWM_for_dirve_mode/84 (PWM_for_dirve_mode) @095ee2a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -27,7 +27,7 @@ PWM_for_dirve_mode/84 (PWM_for_dirve_mode) @096cd2a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_200ms/43 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_200ms/43 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_200ms/83 (CAN_Task_200ms) @096cd1c0
|
CAN_Task_200ms/83 (CAN_Task_200ms) @095ee1c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -36,7 +36,7 @@ CAN_Task_200ms/83 (CAN_Task_200ms) @096cd1c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_200ms/43 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_200ms/43 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_100ms/82 (CAN_Task_100ms) @096cd000
|
CAN_Task_100ms/82 (CAN_Task_100ms) @095ee000
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -45,7 +45,7 @@ CAN_Task_100ms/82 (CAN_Task_100ms) @096cd000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_100ms/42 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_100ms/42 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_20ms/81 (CAN_Task_20ms) @096c8c40
|
CAN_Task_20ms/81 (CAN_Task_20ms) @095e9c40
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -54,7 +54,7 @@ CAN_Task_20ms/81 (CAN_Task_20ms) @096c8c40
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_20ms/38 (1073741824 (estimated locally),1.00 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_20ms/38 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_10ms/80 (CAN_Task_10ms) @096c8a80
|
CAN_Task_10ms/80 (CAN_Task_10ms) @095e9a80
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -63,7 +63,7 @@ CAN_Task_10ms/80 (CAN_Task_10ms) @096c8a80
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_10ms/37 (1073741824 (estimated locally),1.00 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_10ms/37 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_5ms/79 (CAN_Task_5ms) @096c88c0
|
CAN_Task_5ms/79 (CAN_Task_5ms) @095e98c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -72,7 +72,7 @@ CAN_Task_5ms/79 (CAN_Task_5ms) @096c88c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_5ms/36 (1073741824 (estimated locally),1.00 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_5ms/36 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_2ms/78 (ECU3_KATECH_Logic_2ms) @096c8700
|
ECU3_KATECH_Logic_2ms/78 (ECU3_KATECH_Logic_2ms) @095e9700
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -81,7 +81,7 @@ ECU3_KATECH_Logic_2ms/78 (ECU3_KATECH_Logic_2ms) @096c8700
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_2ms/35 (1073741824 (estimated locally),1.00 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_2ms/35 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
can_main_ECU3/77 (can_main_ECU3) @096c8460
|
can_main_ECU3/77 (can_main_ECU3) @095e9460
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -90,7 +90,7 @@ can_main_ECU3/77 (can_main_ECU3) @096c8460
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_500us/33 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_500us/33 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
can_tx_check/76 (can_tx_check) @096c8380
|
can_tx_check/76 (can_tx_check) @095e9380
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -99,7 +99,7 @@ can_tx_check/76 (can_tx_check) @096c8380
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_500us/33 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_500us/33 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
uds_wait/75 (uds_wait) @096c81c0
|
uds_wait/75 (uds_wait) @095e91c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -108,7 +108,7 @@ uds_wait/75 (uds_wait) @096c81c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (1073741824 (estimated locally),10000.02 per call)
|
Called by: main/32 (1073741824 (estimated locally),10000.02 per call)
|
||||||
Calls:
|
Calls:
|
||||||
WATCHDOG_HAL_Fed/74 (WATCHDOG_HAL_Fed) @096c80e0
|
WATCHDOG_HAL_Fed/74 (WATCHDOG_HAL_Fed) @095e90e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -117,7 +117,7 @@ WATCHDOG_HAL_Fed/74 (WATCHDOG_HAL_Fed) @096c80e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (1073741824 (estimated locally),10000.02 per call)
|
Called by: main/32 (1073741824 (estimated locally),10000.02 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_init/73 (ECU3_KATECH_Logic_init) @096c8000
|
ECU3_KATECH_Logic_init/73 (ECU3_KATECH_Logic_init) @095e9000
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -126,7 +126,7 @@ ECU3_KATECH_Logic_init/73 (ECU3_KATECH_Logic_init) @096c8000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
debug_printf/72 (debug_printf) @096c78c0
|
debug_printf/72 (debug_printf) @095e88c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -135,7 +135,7 @@ debug_printf/72 (debug_printf) @096c78c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
WATCHDOG_HAL_Init/71 (WATCHDOG_HAL_Init) @096c7ee0
|
WATCHDOG_HAL_Init/71 (WATCHDOG_HAL_Init) @095e8ee0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -144,7 +144,7 @@ WATCHDOG_HAL_Init/71 (WATCHDOG_HAL_Init) @096c7ee0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
tmr_delay/70 (tmr_delay) @096c7e00
|
tmr_delay/70 (tmr_delay) @095e8e00
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -153,7 +153,7 @@ tmr_delay/70 (tmr_delay) @096c7e00
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
board_init/69 (board_init) @096c7d20
|
board_init/69 (board_init) @095e8d20
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -162,7 +162,7 @@ board_init/69 (board_init) @096c7d20
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Can_Init_ECU3/68 (Can_Init_ECU3) @096c7c40
|
Can_Init_ECU3/68 (Can_Init_ECU3) @095e8c40
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -171,7 +171,7 @@ Can_Init_ECU3/68 (Can_Init_ECU3) @096c7c40
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (644019 (estimated locally),6.00 per call)
|
Called by: main/32 (644019 (estimated locally),6.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Pit_Ip_StartChannel/67 (Pit_Ip_StartChannel) @096c7b60
|
Pit_Ip_StartChannel/67 (Pit_Ip_StartChannel) @095e8b60
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -180,7 +180,7 @@ Pit_Ip_StartChannel/67 (Pit_Ip_StartChannel) @096c7b60
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Pit_Ip_EnableChannelInterrupt/66 (Pit_Ip_EnableChannelInterrupt) @096c7a80
|
Pit_Ip_EnableChannelInterrupt/66 (Pit_Ip_EnableChannelInterrupt) @095e8a80
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -189,7 +189,7 @@ Pit_Ip_EnableChannelInterrupt/66 (Pit_Ip_EnableChannelInterrupt) @096c7a80
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
PIT_0_ChannelConfig_PB/65 (PIT_0_ChannelConfig_PB) @096c6678
|
PIT_0_ChannelConfig_PB/65 (PIT_0_ChannelConfig_PB) @095e7678
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -197,7 +197,7 @@ PIT_0_ChannelConfig_PB/65 (PIT_0_ChannelConfig_PB) @096c6678
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Pit_Ip_InitChannel/64 (Pit_Ip_InitChannel) @096c79a0
|
Pit_Ip_InitChannel/64 (Pit_Ip_InitChannel) @095e89a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -206,7 +206,7 @@ Pit_Ip_InitChannel/64 (Pit_Ip_InitChannel) @096c79a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
PIT_0_InitConfig_PB/63 (PIT_0_InitConfig_PB) @096c65e8
|
PIT_0_InitConfig_PB/63 (PIT_0_InitConfig_PB) @095e75e8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -214,7 +214,7 @@ PIT_0_InitConfig_PB/63 (PIT_0_InitConfig_PB) @096c65e8
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Pit_Ip_Init/62 (Pit_Ip_Init) @096c77e0
|
Pit_Ip_Init/62 (Pit_Ip_Init) @095e87e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -223,7 +223,7 @@ Pit_Ip_Init/62 (Pit_Ip_Init) @096c77e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
SPI_init/61 (SPI_init) @096c7700
|
SPI_init/61 (SPI_init) @095e8700
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -232,7 +232,7 @@ SPI_init/61 (SPI_init) @096c7700
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
i2c0_init/60 (i2c0_init) @096c7620
|
i2c0_init/60 (i2c0_init) @095e8620
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -241,7 +241,7 @@ i2c0_init/60 (i2c0_init) @096c7620
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
i2c1_init/59 (i2c1_init) @096c7540
|
i2c1_init/59 (i2c1_init) @095e8540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -250,7 +250,7 @@ i2c1_init/59 (i2c1_init) @096c7540
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Adc_Init/58 (Adc_Init) @096c7460
|
Adc_Init/58 (Adc_Init) @095e8460
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -259,7 +259,7 @@ Adc_Init/58 (Adc_Init) @096c7460
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
pwm_init/57 (pwm_init) @096c7380
|
pwm_init/57 (pwm_init) @095e8380
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -268,7 +268,7 @@ pwm_init/57 (pwm_init) @096c7380
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Uart_Init/56 (Uart_Init) @096c72a0
|
Uart_Init/56 (Uart_Init) @095e82a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -277,7 +277,7 @@ Uart_Init/56 (Uart_Init) @096c72a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
intRouteConfig/55 (intRouteConfig) @096c63a8
|
intRouteConfig/55 (intRouteConfig) @095e73a8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -285,7 +285,7 @@ intRouteConfig/55 (intRouteConfig) @096c63a8
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags: read-only
|
Varpool flags: read-only
|
||||||
IntCtrl_Ip_ConfigIrqRouting/54 (IntCtrl_Ip_ConfigIrqRouting) @096c71c0
|
IntCtrl_Ip_ConfigIrqRouting/54 (IntCtrl_Ip_ConfigIrqRouting) @095e81c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -294,7 +294,7 @@ IntCtrl_Ip_ConfigIrqRouting/54 (IntCtrl_Ip_ConfigIrqRouting) @096c71c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
IntCtrlConfig_0/53 (IntCtrlConfig_0) @096c6318
|
IntCtrlConfig_0/53 (IntCtrlConfig_0) @095e7318
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -302,7 +302,7 @@ IntCtrlConfig_0/53 (IntCtrlConfig_0) @096c6318
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags: read-only
|
Varpool flags: read-only
|
||||||
IntCtrl_Ip_Init/52 (IntCtrl_Ip_Init) @096c70e0
|
IntCtrl_Ip_Init/52 (IntCtrl_Ip_Init) @095e80e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -311,7 +311,7 @@ IntCtrl_Ip_Init/52 (IntCtrl_Ip_Init) @096c70e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
g_pin_mux_InitConfigArr0/51 (g_pin_mux_InitConfigArr0) @096c6288
|
g_pin_mux_InitConfigArr0/51 (g_pin_mux_InitConfigArr0) @095e7288
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -319,7 +319,7 @@ g_pin_mux_InitConfigArr0/51 (g_pin_mux_InitConfigArr0) @096c6288
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Siul2_Port_Ip_Init/50 (Siul2_Port_Ip_Init) @096c7000
|
Siul2_Port_Ip_Init/50 (Siul2_Port_Ip_Init) @095e8000
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -328,7 +328,7 @@ Siul2_Port_Ip_Init/50 (Siul2_Port_Ip_Init) @096c7000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Mcu_aClockConfigPB/49 (Mcu_aClockConfigPB) @096c61f8
|
Mcu_aClockConfigPB/49 (Mcu_aClockConfigPB) @095e71f8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -336,7 +336,7 @@ Mcu_aClockConfigPB/49 (Mcu_aClockConfigPB) @096c61f8
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags: read-only
|
Varpool flags: read-only
|
||||||
Clock_Ip_Init/48 (Clock_Ip_Init) @0963c8c0
|
Clock_Ip_Init/48 (Clock_Ip_Init) @0955d8c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -345,7 +345,7 @@ Clock_Ip_Init/48 (Clock_Ip_Init) @0963c8c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Gvar_init/47 (Gvar_init) @0963c460
|
Gvar_init/47 (Gvar_init) @0955d460
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -354,7 +354,7 @@ Gvar_init/47 (Gvar_init) @0963c460
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
task_1s/46 (task_1s) @0963ca80
|
task_1s/46 (task_1s) @0955da80
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: gb/27 (read)
|
References: gb/27 (read)
|
||||||
@ -363,21 +363,21 @@ task_1s/46 (task_1s) @0963ca80
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
||||||
Calls: led_onoff/86 (1073741824 (estimated locally),1.00 per call) CAN_Task_1000ms/85 (1073741824 (estimated locally),1.00 per call)
|
Calls: led_onoff/86 (1073741824 (estimated locally),1.00 per call) CAN_Task_1000ms/85 (1073741824 (estimated locally),1.00 per call)
|
||||||
PWM_CH/45 (PWM_CH) @09631ee8
|
PWM_CH/45 (PWM_CH) @09552ee8
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags: initialized
|
Varpool flags: initialized
|
||||||
toggle_PWM/44 (toggle_PWM) @09631e58
|
toggle_PWM/44 (toggle_PWM) @09552e58
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
task_200ms/43 (task_200ms) @0963c620
|
task_200ms/43 (task_200ms) @0955d620
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -386,7 +386,7 @@ task_200ms/43 (task_200ms) @0963c620
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
||||||
Calls: PWM_for_dirve_mode/84 (1073741824 (estimated locally),1.00 per call) CAN_Task_200ms/83 (1073741824 (estimated locally),1.00 per call)
|
Calls: PWM_for_dirve_mode/84 (1073741824 (estimated locally),1.00 per call) CAN_Task_200ms/83 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_100ms/42 (task_100ms) @0963c380
|
task_100ms/42 (task_100ms) @0955d380
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: test_pwm/39 (read)test_pwm/39 (write)test_pwm/39 (write)C_100ms/41 (read)C_100ms/41 (write)
|
References: test_pwm/39 (read)test_pwm/39 (write)test_pwm/39 (write)C_100ms/41 (read)C_100ms/41 (write)
|
||||||
@ -395,14 +395,14 @@ task_100ms/42 (task_100ms) @0963c380
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
||||||
Calls: CAN_Task_100ms/82 (1073741824 (estimated locally),1.00 per call)
|
Calls: CAN_Task_100ms/82 (1073741824 (estimated locally),1.00 per call)
|
||||||
C_100ms/41 (C_100ms) @09631d38
|
C_100ms/41 (C_100ms) @09552d38
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring: task_100ms/42 (read)task_100ms/42 (write)
|
Referring: task_100ms/42 (read)task_100ms/42 (write)
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags: initialized
|
Varpool flags: initialized
|
||||||
task_50ms/40 (task_50ms) @0963c000
|
task_50ms/40 (task_50ms) @0955d000
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -411,14 +411,14 @@ task_50ms/40 (task_50ms) @0963c000
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: task_1ms/34 (1073741824 (estimated locally),1.00 per call)
|
Calls: task_1ms/34 (1073741824 (estimated locally),1.00 per call)
|
||||||
test_pwm/39 (test_pwm) @09631c60
|
test_pwm/39 (test_pwm) @09552c60
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring: task_100ms/42 (read)task_100ms/42 (write)task_100ms/42 (write)
|
Referring: task_100ms/42 (read)task_100ms/42 (write)task_100ms/42 (write)
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
task_20ms/38 (task_20ms) @096348c0
|
task_20ms/38 (task_20ms) @095558c0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -427,7 +427,7 @@ task_20ms/38 (task_20ms) @096348c0
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: CAN_Task_20ms/81 (1073741824 (estimated locally),1.00 per call)
|
Calls: CAN_Task_20ms/81 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_10ms/37 (task_10ms) @09634380
|
task_10ms/37 (task_10ms) @09555380
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -436,7 +436,7 @@ task_10ms/37 (task_10ms) @09634380
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: CAN_Task_10ms/80 (1073741824 (estimated locally),1.00 per call)
|
Calls: CAN_Task_10ms/80 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_5ms/36 (task_5ms) @09634d20
|
task_5ms/36 (task_5ms) @09555d20
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -445,7 +445,7 @@ task_5ms/36 (task_5ms) @09634d20
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: CAN_Task_5ms/79 (1073741824 (estimated locally),1.00 per call)
|
Calls: CAN_Task_5ms/79 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_2ms/35 (task_2ms) @09634a80
|
task_2ms/35 (task_2ms) @09555a80
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -454,7 +454,7 @@ task_2ms/35 (task_2ms) @09634a80
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_2ms/78 (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_2ms/78 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_1ms/34 (task_1ms) @096347e0
|
task_1ms/34 (task_1ms) @095557e0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -463,7 +463,7 @@ task_1ms/34 (task_1ms) @096347e0
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by: task_50ms/40 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_50ms/40 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
task_500us/33 (task_500us) @09634540
|
task_500us/33 (task_500us) @09555540
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -472,7 +472,7 @@ task_500us/33 (task_500us) @09634540
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by: main/32 (719407022 (estimated locally),6700.01 per call)
|
Called by: main/32 (719407022 (estimated locally),6700.01 per call)
|
||||||
Calls: can_main_ECU3/77 (1073741824 (estimated locally),1.00 per call) can_tx_check/76 (1073741824 (estimated locally),1.00 per call)
|
Calls: can_main_ECU3/77 (1073741824 (estimated locally),1.00 per call) can_tx_check/76 (1073741824 (estimated locally),1.00 per call)
|
||||||
main/32 (main) @096342a0
|
main/32 (main) @095552a0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: Mcu_aClockConfigPB/49 (addr)g_pin_mux_InitConfigArr0/51 (addr)IntCtrlConfig_0/53 (addr)intRouteConfig/55 (addr)gb/27 (read)PIT_0_InitConfig_PB/63 (addr)PIT_0_ChannelConfig_PB/65 (addr)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)
|
References: Mcu_aClockConfigPB/49 (addr)g_pin_mux_InitConfigArr0/51 (addr)IntCtrlConfig_0/53 (addr)intRouteConfig/55 (addr)gb/27 (read)PIT_0_InitConfig_PB/63 (addr)PIT_0_ChannelConfig_PB/65 (addr)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)
|
||||||
@ -481,42 +481,42 @@ main/32 (main) @096342a0
|
|||||||
Function flags: count:107374 (estimated locally) body only_called_at_startup executed_once optimize_size
|
Function flags: count:107374 (estimated locally) body only_called_at_startup executed_once optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: uds_wait/75 (1073741824 (estimated locally),10000.02 per call) WATCHDOG_HAL_Fed/74 (1073741824 (estimated locally),10000.02 per call) task_500us/33 (719407022 (estimated locally),6700.01 per call) ECU3_KATECH_Logic_2ms/78 (354334802 (estimated locally),3300.01 per call) CAN_Task_5ms/79 (354334802 (estimated locally),3300.01 per call) CAN_Task_10ms/80 (354334802 (estimated locally),3300.01 per call) CAN_Task_20ms/81 (354334802 (estimated locally),3300.01 per call) task_100ms/42 (354334802 (estimated locally),3300.01 per call) task_200ms/43 (354334802 (estimated locally),3300.01 per call) task_1s/46 (354334802 (estimated locally),3300.01 per call) ECU3_KATECH_Logic_init/73 (107374 (estimated locally),1.00 per call) debug_printf/72 (107374 (estimated locally),1.00 per call) WATCHDOG_HAL_Init/71 (107374 (estimated locally),1.00 per call) tmr_delay/70 (107374 (estimated locally),1.00 per call) board_init/69 (107374 (estimated locally),1.00 per call) Can_Init_ECU3/68 (644019 (estimated locally),6.00 per call) Pit_Ip_StartChannel/67 (107374 (estimated locally),1.00 per call) Pit_Ip_EnableChannelInterrupt/66 (107374 (estimated locally),1.00 per call) Pit_Ip_InitChannel/64 (107374 (estimated locally),1.00 per call) Pit_Ip_Init/62 (107374 (estimated locally),1.00 per call) SPI_init/61 (107374 (estimated locally),1.00 per call) i2c0_init/60 (107374 (estimated locally),1.00 per call) i2c1_init/59 (107374 (estimated locally),1.00 per call) Adc_Init/58 (107374 (estimated locally),1.00 per call) pwm_init/57 (107374 (estimated locally),1.00 per call) Uart_Init/56 (107374 (estimated locally),1.00 per call) IntCtrl_Ip_ConfigIrqRouting/54 (107374 (estimated locally),1.00 per call) IntCtrl_Ip_Init/52 (107374 (estimated locally),1.00 per call) Siul2_Port_Ip_Init/50 (107374 (estimated locally),1.00 per call) Clock_Ip_Init/48 (107374 (estimated locally),1.00 per call) Gvar_init/47 (107374 (estimated locally),1.00 per call)
|
Calls: uds_wait/75 (1073741824 (estimated locally),10000.02 per call) WATCHDOG_HAL_Fed/74 (1073741824 (estimated locally),10000.02 per call) task_500us/33 (719407022 (estimated locally),6700.01 per call) ECU3_KATECH_Logic_2ms/78 (354334802 (estimated locally),3300.01 per call) CAN_Task_5ms/79 (354334802 (estimated locally),3300.01 per call) CAN_Task_10ms/80 (354334802 (estimated locally),3300.01 per call) CAN_Task_20ms/81 (354334802 (estimated locally),3300.01 per call) task_100ms/42 (354334802 (estimated locally),3300.01 per call) task_200ms/43 (354334802 (estimated locally),3300.01 per call) task_1s/46 (354334802 (estimated locally),3300.01 per call) ECU3_KATECH_Logic_init/73 (107374 (estimated locally),1.00 per call) debug_printf/72 (107374 (estimated locally),1.00 per call) WATCHDOG_HAL_Init/71 (107374 (estimated locally),1.00 per call) tmr_delay/70 (107374 (estimated locally),1.00 per call) board_init/69 (107374 (estimated locally),1.00 per call) Can_Init_ECU3/68 (644019 (estimated locally),6.00 per call) Pit_Ip_StartChannel/67 (107374 (estimated locally),1.00 per call) Pit_Ip_EnableChannelInterrupt/66 (107374 (estimated locally),1.00 per call) Pit_Ip_InitChannel/64 (107374 (estimated locally),1.00 per call) Pit_Ip_Init/62 (107374 (estimated locally),1.00 per call) SPI_init/61 (107374 (estimated locally),1.00 per call) i2c0_init/60 (107374 (estimated locally),1.00 per call) i2c1_init/59 (107374 (estimated locally),1.00 per call) Adc_Init/58 (107374 (estimated locally),1.00 per call) pwm_init/57 (107374 (estimated locally),1.00 per call) Uart_Init/56 (107374 (estimated locally),1.00 per call) IntCtrl_Ip_ConfigIrqRouting/54 (107374 (estimated locally),1.00 per call) IntCtrl_Ip_Init/52 (107374 (estimated locally),1.00 per call) Siul2_Port_Ip_Init/50 (107374 (estimated locally),1.00 per call) Clock_Ip_Init/48 (107374 (estimated locally),1.00 per call) Gvar_init/47 (107374 (estimated locally),1.00 per call)
|
||||||
boot_vector/31 (boot_vector) @096315a0
|
boot_vector/31 (boot_vector) @095525a0
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public section:.boot_vector
|
Visibility: externally_visible public section:.boot_vector
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags: initialized read-only const-value-known
|
Varpool flags: initialized read-only const-value-known
|
||||||
appsign/30 (appsign) @09631510
|
appsign/30 (appsign) @09552510
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public section:.appsign
|
Visibility: externally_visible public section:.appsign
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags: initialized read-only const-value-known
|
Varpool flags: initialized read-only const-value-known
|
||||||
AppVersion/29 (AppVersion) @09631480
|
AppVersion/29 (AppVersion) @09552480
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public section:.appversion
|
Visibility: externally_visible public section:.appversion
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags: initialized read-only const-value-known
|
Varpool flags: initialized read-only const-value-known
|
||||||
adc0/28 (adc0) @096313a8
|
adc0/28 (adc0) @095523a8
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
gb/27 (gb) @09345288
|
gb/27 (gb) @09270288
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring: task_1s/46 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)
|
Referring: task_1s/46 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
write_flag/0 (write_flag) @06ac4048
|
write_flag/0 (write_flag) @06ac3048
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
|
|||||||
@ -95,7 +95,7 @@ Reclaiming variables:
|
|||||||
Clearing address taken flags:
|
Clearing address taken flags:
|
||||||
Symbol table:
|
Symbol table:
|
||||||
|
|
||||||
led_onoff/86 (led_onoff) @096cd540
|
led_onoff/86 (led_onoff) @095ee540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -104,7 +104,7 @@ led_onoff/86 (led_onoff) @096cd540
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_1s/46 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_1s/46 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_1000ms/85 (CAN_Task_1000ms) @096cd460
|
CAN_Task_1000ms/85 (CAN_Task_1000ms) @095ee460
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -113,7 +113,7 @@ CAN_Task_1000ms/85 (CAN_Task_1000ms) @096cd460
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_1s/46 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_1s/46 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
PWM_for_dirve_mode/84 (PWM_for_dirve_mode) @096cd2a0
|
PWM_for_dirve_mode/84 (PWM_for_dirve_mode) @095ee2a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -122,7 +122,7 @@ PWM_for_dirve_mode/84 (PWM_for_dirve_mode) @096cd2a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_200ms/43 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_200ms/43 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_200ms/83 (CAN_Task_200ms) @096cd1c0
|
CAN_Task_200ms/83 (CAN_Task_200ms) @095ee1c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -131,7 +131,7 @@ CAN_Task_200ms/83 (CAN_Task_200ms) @096cd1c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_200ms/43 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_200ms/43 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_100ms/82 (CAN_Task_100ms) @096cd000
|
CAN_Task_100ms/82 (CAN_Task_100ms) @095ee000
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -140,7 +140,7 @@ CAN_Task_100ms/82 (CAN_Task_100ms) @096cd000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_100ms/42 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_100ms/42 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_20ms/81 (CAN_Task_20ms) @096c8c40
|
CAN_Task_20ms/81 (CAN_Task_20ms) @095e9c40
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -149,7 +149,7 @@ CAN_Task_20ms/81 (CAN_Task_20ms) @096c8c40
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_20ms/38 (1073741824 (estimated locally),1.00 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_20ms/38 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_10ms/80 (CAN_Task_10ms) @096c8a80
|
CAN_Task_10ms/80 (CAN_Task_10ms) @095e9a80
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -158,7 +158,7 @@ CAN_Task_10ms/80 (CAN_Task_10ms) @096c8a80
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_10ms/37 (1073741824 (estimated locally),1.00 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_10ms/37 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_5ms/79 (CAN_Task_5ms) @096c88c0
|
CAN_Task_5ms/79 (CAN_Task_5ms) @095e98c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -167,7 +167,7 @@ CAN_Task_5ms/79 (CAN_Task_5ms) @096c88c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_5ms/36 (1073741824 (estimated locally),1.00 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_5ms/36 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_2ms/78 (ECU3_KATECH_Logic_2ms) @096c8700
|
ECU3_KATECH_Logic_2ms/78 (ECU3_KATECH_Logic_2ms) @095e9700
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -176,7 +176,7 @@ ECU3_KATECH_Logic_2ms/78 (ECU3_KATECH_Logic_2ms) @096c8700
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_2ms/35 (1073741824 (estimated locally),1.00 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_2ms/35 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
can_main_ECU3/77 (can_main_ECU3) @096c8460
|
can_main_ECU3/77 (can_main_ECU3) @095e9460
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -185,7 +185,7 @@ can_main_ECU3/77 (can_main_ECU3) @096c8460
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_500us/33 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_500us/33 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
can_tx_check/76 (can_tx_check) @096c8380
|
can_tx_check/76 (can_tx_check) @095e9380
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -194,7 +194,7 @@ can_tx_check/76 (can_tx_check) @096c8380
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_500us/33 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_500us/33 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
uds_wait/75 (uds_wait) @096c81c0
|
uds_wait/75 (uds_wait) @095e91c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -203,7 +203,7 @@ uds_wait/75 (uds_wait) @096c81c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (1073741824 (estimated locally),10000.02 per call)
|
Called by: main/32 (1073741824 (estimated locally),10000.02 per call)
|
||||||
Calls:
|
Calls:
|
||||||
WATCHDOG_HAL_Fed/74 (WATCHDOG_HAL_Fed) @096c80e0
|
WATCHDOG_HAL_Fed/74 (WATCHDOG_HAL_Fed) @095e90e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -212,7 +212,7 @@ WATCHDOG_HAL_Fed/74 (WATCHDOG_HAL_Fed) @096c80e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (1073741824 (estimated locally),10000.02 per call)
|
Called by: main/32 (1073741824 (estimated locally),10000.02 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_init/73 (ECU3_KATECH_Logic_init) @096c8000
|
ECU3_KATECH_Logic_init/73 (ECU3_KATECH_Logic_init) @095e9000
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -221,7 +221,7 @@ ECU3_KATECH_Logic_init/73 (ECU3_KATECH_Logic_init) @096c8000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
debug_printf/72 (debug_printf) @096c78c0
|
debug_printf/72 (debug_printf) @095e88c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -230,7 +230,7 @@ debug_printf/72 (debug_printf) @096c78c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
WATCHDOG_HAL_Init/71 (WATCHDOG_HAL_Init) @096c7ee0
|
WATCHDOG_HAL_Init/71 (WATCHDOG_HAL_Init) @095e8ee0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -239,7 +239,7 @@ WATCHDOG_HAL_Init/71 (WATCHDOG_HAL_Init) @096c7ee0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
tmr_delay/70 (tmr_delay) @096c7e00
|
tmr_delay/70 (tmr_delay) @095e8e00
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -248,7 +248,7 @@ tmr_delay/70 (tmr_delay) @096c7e00
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
board_init/69 (board_init) @096c7d20
|
board_init/69 (board_init) @095e8d20
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -257,7 +257,7 @@ board_init/69 (board_init) @096c7d20
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Can_Init_ECU3/68 (Can_Init_ECU3) @096c7c40
|
Can_Init_ECU3/68 (Can_Init_ECU3) @095e8c40
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -266,7 +266,7 @@ Can_Init_ECU3/68 (Can_Init_ECU3) @096c7c40
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (644019 (estimated locally),6.00 per call)
|
Called by: main/32 (644019 (estimated locally),6.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Pit_Ip_StartChannel/67 (Pit_Ip_StartChannel) @096c7b60
|
Pit_Ip_StartChannel/67 (Pit_Ip_StartChannel) @095e8b60
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -275,7 +275,7 @@ Pit_Ip_StartChannel/67 (Pit_Ip_StartChannel) @096c7b60
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Pit_Ip_EnableChannelInterrupt/66 (Pit_Ip_EnableChannelInterrupt) @096c7a80
|
Pit_Ip_EnableChannelInterrupt/66 (Pit_Ip_EnableChannelInterrupt) @095e8a80
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -284,7 +284,7 @@ Pit_Ip_EnableChannelInterrupt/66 (Pit_Ip_EnableChannelInterrupt) @096c7a80
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
PIT_0_ChannelConfig_PB/65 (PIT_0_ChannelConfig_PB) @096c6678
|
PIT_0_ChannelConfig_PB/65 (PIT_0_ChannelConfig_PB) @095e7678
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -292,7 +292,7 @@ PIT_0_ChannelConfig_PB/65 (PIT_0_ChannelConfig_PB) @096c6678
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Pit_Ip_InitChannel/64 (Pit_Ip_InitChannel) @096c79a0
|
Pit_Ip_InitChannel/64 (Pit_Ip_InitChannel) @095e89a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -301,7 +301,7 @@ Pit_Ip_InitChannel/64 (Pit_Ip_InitChannel) @096c79a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
PIT_0_InitConfig_PB/63 (PIT_0_InitConfig_PB) @096c65e8
|
PIT_0_InitConfig_PB/63 (PIT_0_InitConfig_PB) @095e75e8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -309,7 +309,7 @@ PIT_0_InitConfig_PB/63 (PIT_0_InitConfig_PB) @096c65e8
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Pit_Ip_Init/62 (Pit_Ip_Init) @096c77e0
|
Pit_Ip_Init/62 (Pit_Ip_Init) @095e87e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -318,7 +318,7 @@ Pit_Ip_Init/62 (Pit_Ip_Init) @096c77e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
SPI_init/61 (SPI_init) @096c7700
|
SPI_init/61 (SPI_init) @095e8700
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -327,7 +327,7 @@ SPI_init/61 (SPI_init) @096c7700
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
i2c0_init/60 (i2c0_init) @096c7620
|
i2c0_init/60 (i2c0_init) @095e8620
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -336,7 +336,7 @@ i2c0_init/60 (i2c0_init) @096c7620
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
i2c1_init/59 (i2c1_init) @096c7540
|
i2c1_init/59 (i2c1_init) @095e8540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -345,7 +345,7 @@ i2c1_init/59 (i2c1_init) @096c7540
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Adc_Init/58 (Adc_Init) @096c7460
|
Adc_Init/58 (Adc_Init) @095e8460
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -354,7 +354,7 @@ Adc_Init/58 (Adc_Init) @096c7460
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
pwm_init/57 (pwm_init) @096c7380
|
pwm_init/57 (pwm_init) @095e8380
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -363,7 +363,7 @@ pwm_init/57 (pwm_init) @096c7380
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Uart_Init/56 (Uart_Init) @096c72a0
|
Uart_Init/56 (Uart_Init) @095e82a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -372,7 +372,7 @@ Uart_Init/56 (Uart_Init) @096c72a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
intRouteConfig/55 (intRouteConfig) @096c63a8
|
intRouteConfig/55 (intRouteConfig) @095e73a8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -380,7 +380,7 @@ intRouteConfig/55 (intRouteConfig) @096c63a8
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags: read-only
|
Varpool flags: read-only
|
||||||
IntCtrl_Ip_ConfigIrqRouting/54 (IntCtrl_Ip_ConfigIrqRouting) @096c71c0
|
IntCtrl_Ip_ConfigIrqRouting/54 (IntCtrl_Ip_ConfigIrqRouting) @095e81c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -389,7 +389,7 @@ IntCtrl_Ip_ConfigIrqRouting/54 (IntCtrl_Ip_ConfigIrqRouting) @096c71c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
IntCtrlConfig_0/53 (IntCtrlConfig_0) @096c6318
|
IntCtrlConfig_0/53 (IntCtrlConfig_0) @095e7318
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -397,7 +397,7 @@ IntCtrlConfig_0/53 (IntCtrlConfig_0) @096c6318
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags: read-only
|
Varpool flags: read-only
|
||||||
IntCtrl_Ip_Init/52 (IntCtrl_Ip_Init) @096c70e0
|
IntCtrl_Ip_Init/52 (IntCtrl_Ip_Init) @095e80e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -406,7 +406,7 @@ IntCtrl_Ip_Init/52 (IntCtrl_Ip_Init) @096c70e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
g_pin_mux_InitConfigArr0/51 (g_pin_mux_InitConfigArr0) @096c6288
|
g_pin_mux_InitConfigArr0/51 (g_pin_mux_InitConfigArr0) @095e7288
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -414,7 +414,7 @@ g_pin_mux_InitConfigArr0/51 (g_pin_mux_InitConfigArr0) @096c6288
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Siul2_Port_Ip_Init/50 (Siul2_Port_Ip_Init) @096c7000
|
Siul2_Port_Ip_Init/50 (Siul2_Port_Ip_Init) @095e8000
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -423,7 +423,7 @@ Siul2_Port_Ip_Init/50 (Siul2_Port_Ip_Init) @096c7000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Mcu_aClockConfigPB/49 (Mcu_aClockConfigPB) @096c61f8
|
Mcu_aClockConfigPB/49 (Mcu_aClockConfigPB) @095e71f8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -431,7 +431,7 @@ Mcu_aClockConfigPB/49 (Mcu_aClockConfigPB) @096c61f8
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags: read-only
|
Varpool flags: read-only
|
||||||
Clock_Ip_Init/48 (Clock_Ip_Init) @0963c8c0
|
Clock_Ip_Init/48 (Clock_Ip_Init) @0955d8c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -440,7 +440,7 @@ Clock_Ip_Init/48 (Clock_Ip_Init) @0963c8c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Gvar_init/47 (Gvar_init) @0963c460
|
Gvar_init/47 (Gvar_init) @0955d460
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -449,7 +449,7 @@ Gvar_init/47 (Gvar_init) @0963c460
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
task_1s/46 (task_1s) @0963ca80
|
task_1s/46 (task_1s) @0955da80
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: gb/27 (read)
|
References: gb/27 (read)
|
||||||
@ -458,21 +458,21 @@ task_1s/46 (task_1s) @0963ca80
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
||||||
Calls: led_onoff/86 (1073741824 (estimated locally),1.00 per call) CAN_Task_1000ms/85 (1073741824 (estimated locally),1.00 per call)
|
Calls: led_onoff/86 (1073741824 (estimated locally),1.00 per call) CAN_Task_1000ms/85 (1073741824 (estimated locally),1.00 per call)
|
||||||
PWM_CH/45 (PWM_CH) @09631ee8
|
PWM_CH/45 (PWM_CH) @09552ee8
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags: initialized
|
Varpool flags: initialized
|
||||||
toggle_PWM/44 (toggle_PWM) @09631e58
|
toggle_PWM/44 (toggle_PWM) @09552e58
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
task_200ms/43 (task_200ms) @0963c620
|
task_200ms/43 (task_200ms) @0955d620
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -481,7 +481,7 @@ task_200ms/43 (task_200ms) @0963c620
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
||||||
Calls: PWM_for_dirve_mode/84 (1073741824 (estimated locally),1.00 per call) CAN_Task_200ms/83 (1073741824 (estimated locally),1.00 per call)
|
Calls: PWM_for_dirve_mode/84 (1073741824 (estimated locally),1.00 per call) CAN_Task_200ms/83 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_100ms/42 (task_100ms) @0963c380
|
task_100ms/42 (task_100ms) @0955d380
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: test_pwm/39 (read)test_pwm/39 (write)test_pwm/39 (write)C_100ms/41 (read)C_100ms/41 (write)
|
References: test_pwm/39 (read)test_pwm/39 (write)test_pwm/39 (write)C_100ms/41 (read)C_100ms/41 (write)
|
||||||
@ -490,14 +490,14 @@ task_100ms/42 (task_100ms) @0963c380
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
||||||
Calls: CAN_Task_100ms/82 (1073741824 (estimated locally),1.00 per call)
|
Calls: CAN_Task_100ms/82 (1073741824 (estimated locally),1.00 per call)
|
||||||
C_100ms/41 (C_100ms) @09631d38
|
C_100ms/41 (C_100ms) @09552d38
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring: task_100ms/42 (read)task_100ms/42 (write)
|
Referring: task_100ms/42 (read)task_100ms/42 (write)
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags: initialized
|
Varpool flags: initialized
|
||||||
task_50ms/40 (task_50ms) @0963c000
|
task_50ms/40 (task_50ms) @0955d000
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -506,14 +506,14 @@ task_50ms/40 (task_50ms) @0963c000
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: task_1ms/34 (1073741824 (estimated locally),1.00 per call)
|
Calls: task_1ms/34 (1073741824 (estimated locally),1.00 per call)
|
||||||
test_pwm/39 (test_pwm) @09631c60
|
test_pwm/39 (test_pwm) @09552c60
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring: task_100ms/42 (read)task_100ms/42 (write)task_100ms/42 (write)
|
Referring: task_100ms/42 (read)task_100ms/42 (write)task_100ms/42 (write)
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
task_20ms/38 (task_20ms) @096348c0
|
task_20ms/38 (task_20ms) @095558c0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -522,7 +522,7 @@ task_20ms/38 (task_20ms) @096348c0
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: CAN_Task_20ms/81 (1073741824 (estimated locally),1.00 per call)
|
Calls: CAN_Task_20ms/81 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_10ms/37 (task_10ms) @09634380
|
task_10ms/37 (task_10ms) @09555380
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -531,7 +531,7 @@ task_10ms/37 (task_10ms) @09634380
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: CAN_Task_10ms/80 (1073741824 (estimated locally),1.00 per call)
|
Calls: CAN_Task_10ms/80 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_5ms/36 (task_5ms) @09634d20
|
task_5ms/36 (task_5ms) @09555d20
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -540,7 +540,7 @@ task_5ms/36 (task_5ms) @09634d20
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: CAN_Task_5ms/79 (1073741824 (estimated locally),1.00 per call)
|
Calls: CAN_Task_5ms/79 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_2ms/35 (task_2ms) @09634a80
|
task_2ms/35 (task_2ms) @09555a80
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -549,7 +549,7 @@ task_2ms/35 (task_2ms) @09634a80
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_2ms/78 (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_2ms/78 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_1ms/34 (task_1ms) @096347e0
|
task_1ms/34 (task_1ms) @095557e0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -558,7 +558,7 @@ task_1ms/34 (task_1ms) @096347e0
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by: task_50ms/40 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_50ms/40 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
task_500us/33 (task_500us) @09634540
|
task_500us/33 (task_500us) @09555540
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -567,7 +567,7 @@ task_500us/33 (task_500us) @09634540
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by: main/32 (719407022 (estimated locally),6700.01 per call)
|
Called by: main/32 (719407022 (estimated locally),6700.01 per call)
|
||||||
Calls: can_main_ECU3/77 (1073741824 (estimated locally),1.00 per call) can_tx_check/76 (1073741824 (estimated locally),1.00 per call)
|
Calls: can_main_ECU3/77 (1073741824 (estimated locally),1.00 per call) can_tx_check/76 (1073741824 (estimated locally),1.00 per call)
|
||||||
main/32 (main) @096342a0
|
main/32 (main) @095552a0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: Mcu_aClockConfigPB/49 (addr)g_pin_mux_InitConfigArr0/51 (addr)IntCtrlConfig_0/53 (addr)intRouteConfig/55 (addr)gb/27 (read)PIT_0_InitConfig_PB/63 (addr)PIT_0_ChannelConfig_PB/65 (addr)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)
|
References: Mcu_aClockConfigPB/49 (addr)g_pin_mux_InitConfigArr0/51 (addr)IntCtrlConfig_0/53 (addr)intRouteConfig/55 (addr)gb/27 (read)PIT_0_InitConfig_PB/63 (addr)PIT_0_ChannelConfig_PB/65 (addr)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)
|
||||||
@ -576,42 +576,42 @@ main/32 (main) @096342a0
|
|||||||
Function flags: count:107374 (estimated locally) body only_called_at_startup executed_once optimize_size
|
Function flags: count:107374 (estimated locally) body only_called_at_startup executed_once optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: uds_wait/75 (1073741824 (estimated locally),10000.02 per call) WATCHDOG_HAL_Fed/74 (1073741824 (estimated locally),10000.02 per call) task_500us/33 (719407022 (estimated locally),6700.01 per call) ECU3_KATECH_Logic_2ms/78 (354334802 (estimated locally),3300.01 per call) CAN_Task_5ms/79 (354334802 (estimated locally),3300.01 per call) CAN_Task_10ms/80 (354334802 (estimated locally),3300.01 per call) CAN_Task_20ms/81 (354334802 (estimated locally),3300.01 per call) task_100ms/42 (354334802 (estimated locally),3300.01 per call) task_200ms/43 (354334802 (estimated locally),3300.01 per call) task_1s/46 (354334802 (estimated locally),3300.01 per call) ECU3_KATECH_Logic_init/73 (107374 (estimated locally),1.00 per call) debug_printf/72 (107374 (estimated locally),1.00 per call) WATCHDOG_HAL_Init/71 (107374 (estimated locally),1.00 per call) tmr_delay/70 (107374 (estimated locally),1.00 per call) board_init/69 (107374 (estimated locally),1.00 per call) Can_Init_ECU3/68 (644019 (estimated locally),6.00 per call) Pit_Ip_StartChannel/67 (107374 (estimated locally),1.00 per call) Pit_Ip_EnableChannelInterrupt/66 (107374 (estimated locally),1.00 per call) Pit_Ip_InitChannel/64 (107374 (estimated locally),1.00 per call) Pit_Ip_Init/62 (107374 (estimated locally),1.00 per call) SPI_init/61 (107374 (estimated locally),1.00 per call) i2c0_init/60 (107374 (estimated locally),1.00 per call) i2c1_init/59 (107374 (estimated locally),1.00 per call) Adc_Init/58 (107374 (estimated locally),1.00 per call) pwm_init/57 (107374 (estimated locally),1.00 per call) Uart_Init/56 (107374 (estimated locally),1.00 per call) IntCtrl_Ip_ConfigIrqRouting/54 (107374 (estimated locally),1.00 per call) IntCtrl_Ip_Init/52 (107374 (estimated locally),1.00 per call) Siul2_Port_Ip_Init/50 (107374 (estimated locally),1.00 per call) Clock_Ip_Init/48 (107374 (estimated locally),1.00 per call) Gvar_init/47 (107374 (estimated locally),1.00 per call)
|
Calls: uds_wait/75 (1073741824 (estimated locally),10000.02 per call) WATCHDOG_HAL_Fed/74 (1073741824 (estimated locally),10000.02 per call) task_500us/33 (719407022 (estimated locally),6700.01 per call) ECU3_KATECH_Logic_2ms/78 (354334802 (estimated locally),3300.01 per call) CAN_Task_5ms/79 (354334802 (estimated locally),3300.01 per call) CAN_Task_10ms/80 (354334802 (estimated locally),3300.01 per call) CAN_Task_20ms/81 (354334802 (estimated locally),3300.01 per call) task_100ms/42 (354334802 (estimated locally),3300.01 per call) task_200ms/43 (354334802 (estimated locally),3300.01 per call) task_1s/46 (354334802 (estimated locally),3300.01 per call) ECU3_KATECH_Logic_init/73 (107374 (estimated locally),1.00 per call) debug_printf/72 (107374 (estimated locally),1.00 per call) WATCHDOG_HAL_Init/71 (107374 (estimated locally),1.00 per call) tmr_delay/70 (107374 (estimated locally),1.00 per call) board_init/69 (107374 (estimated locally),1.00 per call) Can_Init_ECU3/68 (644019 (estimated locally),6.00 per call) Pit_Ip_StartChannel/67 (107374 (estimated locally),1.00 per call) Pit_Ip_EnableChannelInterrupt/66 (107374 (estimated locally),1.00 per call) Pit_Ip_InitChannel/64 (107374 (estimated locally),1.00 per call) Pit_Ip_Init/62 (107374 (estimated locally),1.00 per call) SPI_init/61 (107374 (estimated locally),1.00 per call) i2c0_init/60 (107374 (estimated locally),1.00 per call) i2c1_init/59 (107374 (estimated locally),1.00 per call) Adc_Init/58 (107374 (estimated locally),1.00 per call) pwm_init/57 (107374 (estimated locally),1.00 per call) Uart_Init/56 (107374 (estimated locally),1.00 per call) IntCtrl_Ip_ConfigIrqRouting/54 (107374 (estimated locally),1.00 per call) IntCtrl_Ip_Init/52 (107374 (estimated locally),1.00 per call) Siul2_Port_Ip_Init/50 (107374 (estimated locally),1.00 per call) Clock_Ip_Init/48 (107374 (estimated locally),1.00 per call) Gvar_init/47 (107374 (estimated locally),1.00 per call)
|
||||||
boot_vector/31 (boot_vector) @096315a0
|
boot_vector/31 (boot_vector) @095525a0
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public section:.boot_vector
|
Visibility: externally_visible public section:.boot_vector
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags: initialized read-only const-value-known
|
Varpool flags: initialized read-only const-value-known
|
||||||
appsign/30 (appsign) @09631510
|
appsign/30 (appsign) @09552510
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public section:.appsign
|
Visibility: externally_visible public section:.appsign
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags: initialized read-only const-value-known
|
Varpool flags: initialized read-only const-value-known
|
||||||
AppVersion/29 (AppVersion) @09631480
|
AppVersion/29 (AppVersion) @09552480
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public section:.appversion
|
Visibility: externally_visible public section:.appversion
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags: initialized read-only const-value-known
|
Varpool flags: initialized read-only const-value-known
|
||||||
adc0/28 (adc0) @096313a8
|
adc0/28 (adc0) @095523a8
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
gb/27 (gb) @09345288
|
gb/27 (gb) @09270288
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring: task_1s/46 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)
|
Referring: task_1s/46 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
write_flag/0 (write_flag) @06ac4048
|
write_flag/0 (write_flag) @06ac3048
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
|
|||||||
@ -390,7 +390,7 @@ IPA function summary for main/32 inlinable
|
|||||||
|
|
||||||
Symbol table:
|
Symbol table:
|
||||||
|
|
||||||
led_onoff/86 (led_onoff) @096cd540
|
led_onoff/86 (led_onoff) @095ee540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -399,7 +399,7 @@ led_onoff/86 (led_onoff) @096cd540
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_1s/46 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_1s/46 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_1000ms/85 (CAN_Task_1000ms) @096cd460
|
CAN_Task_1000ms/85 (CAN_Task_1000ms) @095ee460
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -408,7 +408,7 @@ CAN_Task_1000ms/85 (CAN_Task_1000ms) @096cd460
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_1s/46 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_1s/46 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
PWM_for_dirve_mode/84 (PWM_for_dirve_mode) @096cd2a0
|
PWM_for_dirve_mode/84 (PWM_for_dirve_mode) @095ee2a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -417,7 +417,7 @@ PWM_for_dirve_mode/84 (PWM_for_dirve_mode) @096cd2a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_200ms/43 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_200ms/43 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_200ms/83 (CAN_Task_200ms) @096cd1c0
|
CAN_Task_200ms/83 (CAN_Task_200ms) @095ee1c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -426,7 +426,7 @@ CAN_Task_200ms/83 (CAN_Task_200ms) @096cd1c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_200ms/43 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_200ms/43 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_100ms/82 (CAN_Task_100ms) @096cd000
|
CAN_Task_100ms/82 (CAN_Task_100ms) @095ee000
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -435,7 +435,7 @@ CAN_Task_100ms/82 (CAN_Task_100ms) @096cd000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_100ms/42 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_100ms/42 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_20ms/81 (CAN_Task_20ms) @096c8c40
|
CAN_Task_20ms/81 (CAN_Task_20ms) @095e9c40
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -444,7 +444,7 @@ CAN_Task_20ms/81 (CAN_Task_20ms) @096c8c40
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_20ms/38 (1073741824 (estimated locally),1.00 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_20ms/38 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_10ms/80 (CAN_Task_10ms) @096c8a80
|
CAN_Task_10ms/80 (CAN_Task_10ms) @095e9a80
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -453,7 +453,7 @@ CAN_Task_10ms/80 (CAN_Task_10ms) @096c8a80
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_10ms/37 (1073741824 (estimated locally),1.00 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_10ms/37 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_5ms/79 (CAN_Task_5ms) @096c88c0
|
CAN_Task_5ms/79 (CAN_Task_5ms) @095e98c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -462,7 +462,7 @@ CAN_Task_5ms/79 (CAN_Task_5ms) @096c88c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_5ms/36 (1073741824 (estimated locally),1.00 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_5ms/36 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_2ms/78 (ECU3_KATECH_Logic_2ms) @096c8700
|
ECU3_KATECH_Logic_2ms/78 (ECU3_KATECH_Logic_2ms) @095e9700
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -471,7 +471,7 @@ ECU3_KATECH_Logic_2ms/78 (ECU3_KATECH_Logic_2ms) @096c8700
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_2ms/35 (1073741824 (estimated locally),1.00 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_2ms/35 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
can_main_ECU3/77 (can_main_ECU3) @096c8460
|
can_main_ECU3/77 (can_main_ECU3) @095e9460
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -480,7 +480,7 @@ can_main_ECU3/77 (can_main_ECU3) @096c8460
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_500us/33 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_500us/33 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
can_tx_check/76 (can_tx_check) @096c8380
|
can_tx_check/76 (can_tx_check) @095e9380
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -489,7 +489,7 @@ can_tx_check/76 (can_tx_check) @096c8380
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_500us/33 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_500us/33 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
uds_wait/75 (uds_wait) @096c81c0
|
uds_wait/75 (uds_wait) @095e91c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -498,7 +498,7 @@ uds_wait/75 (uds_wait) @096c81c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (1073741824 (estimated locally),10000.02 per call)
|
Called by: main/32 (1073741824 (estimated locally),10000.02 per call)
|
||||||
Calls:
|
Calls:
|
||||||
WATCHDOG_HAL_Fed/74 (WATCHDOG_HAL_Fed) @096c80e0
|
WATCHDOG_HAL_Fed/74 (WATCHDOG_HAL_Fed) @095e90e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -507,7 +507,7 @@ WATCHDOG_HAL_Fed/74 (WATCHDOG_HAL_Fed) @096c80e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (1073741824 (estimated locally),10000.02 per call)
|
Called by: main/32 (1073741824 (estimated locally),10000.02 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_init/73 (ECU3_KATECH_Logic_init) @096c8000
|
ECU3_KATECH_Logic_init/73 (ECU3_KATECH_Logic_init) @095e9000
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -516,7 +516,7 @@ ECU3_KATECH_Logic_init/73 (ECU3_KATECH_Logic_init) @096c8000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
debug_printf/72 (debug_printf) @096c78c0
|
debug_printf/72 (debug_printf) @095e88c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -525,7 +525,7 @@ debug_printf/72 (debug_printf) @096c78c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
WATCHDOG_HAL_Init/71 (WATCHDOG_HAL_Init) @096c7ee0
|
WATCHDOG_HAL_Init/71 (WATCHDOG_HAL_Init) @095e8ee0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -534,7 +534,7 @@ WATCHDOG_HAL_Init/71 (WATCHDOG_HAL_Init) @096c7ee0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
tmr_delay/70 (tmr_delay) @096c7e00
|
tmr_delay/70 (tmr_delay) @095e8e00
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -543,7 +543,7 @@ tmr_delay/70 (tmr_delay) @096c7e00
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
board_init/69 (board_init) @096c7d20
|
board_init/69 (board_init) @095e8d20
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -552,7 +552,7 @@ board_init/69 (board_init) @096c7d20
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Can_Init_ECU3/68 (Can_Init_ECU3) @096c7c40
|
Can_Init_ECU3/68 (Can_Init_ECU3) @095e8c40
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -561,7 +561,7 @@ Can_Init_ECU3/68 (Can_Init_ECU3) @096c7c40
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (644019 (estimated locally),6.00 per call)
|
Called by: main/32 (644019 (estimated locally),6.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Pit_Ip_StartChannel/67 (Pit_Ip_StartChannel) @096c7b60
|
Pit_Ip_StartChannel/67 (Pit_Ip_StartChannel) @095e8b60
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -570,7 +570,7 @@ Pit_Ip_StartChannel/67 (Pit_Ip_StartChannel) @096c7b60
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Pit_Ip_EnableChannelInterrupt/66 (Pit_Ip_EnableChannelInterrupt) @096c7a80
|
Pit_Ip_EnableChannelInterrupt/66 (Pit_Ip_EnableChannelInterrupt) @095e8a80
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -579,7 +579,7 @@ Pit_Ip_EnableChannelInterrupt/66 (Pit_Ip_EnableChannelInterrupt) @096c7a80
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
PIT_0_ChannelConfig_PB/65 (PIT_0_ChannelConfig_PB) @096c6678
|
PIT_0_ChannelConfig_PB/65 (PIT_0_ChannelConfig_PB) @095e7678
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -587,7 +587,7 @@ PIT_0_ChannelConfig_PB/65 (PIT_0_ChannelConfig_PB) @096c6678
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Pit_Ip_InitChannel/64 (Pit_Ip_InitChannel) @096c79a0
|
Pit_Ip_InitChannel/64 (Pit_Ip_InitChannel) @095e89a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -596,7 +596,7 @@ Pit_Ip_InitChannel/64 (Pit_Ip_InitChannel) @096c79a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
PIT_0_InitConfig_PB/63 (PIT_0_InitConfig_PB) @096c65e8
|
PIT_0_InitConfig_PB/63 (PIT_0_InitConfig_PB) @095e75e8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -604,7 +604,7 @@ PIT_0_InitConfig_PB/63 (PIT_0_InitConfig_PB) @096c65e8
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Pit_Ip_Init/62 (Pit_Ip_Init) @096c77e0
|
Pit_Ip_Init/62 (Pit_Ip_Init) @095e87e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -613,7 +613,7 @@ Pit_Ip_Init/62 (Pit_Ip_Init) @096c77e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
SPI_init/61 (SPI_init) @096c7700
|
SPI_init/61 (SPI_init) @095e8700
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -622,7 +622,7 @@ SPI_init/61 (SPI_init) @096c7700
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
i2c0_init/60 (i2c0_init) @096c7620
|
i2c0_init/60 (i2c0_init) @095e8620
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -631,7 +631,7 @@ i2c0_init/60 (i2c0_init) @096c7620
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
i2c1_init/59 (i2c1_init) @096c7540
|
i2c1_init/59 (i2c1_init) @095e8540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -640,7 +640,7 @@ i2c1_init/59 (i2c1_init) @096c7540
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Adc_Init/58 (Adc_Init) @096c7460
|
Adc_Init/58 (Adc_Init) @095e8460
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -649,7 +649,7 @@ Adc_Init/58 (Adc_Init) @096c7460
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
pwm_init/57 (pwm_init) @096c7380
|
pwm_init/57 (pwm_init) @095e8380
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -658,7 +658,7 @@ pwm_init/57 (pwm_init) @096c7380
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Uart_Init/56 (Uart_Init) @096c72a0
|
Uart_Init/56 (Uart_Init) @095e82a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -667,7 +667,7 @@ Uart_Init/56 (Uart_Init) @096c72a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
intRouteConfig/55 (intRouteConfig) @096c63a8
|
intRouteConfig/55 (intRouteConfig) @095e73a8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -675,7 +675,7 @@ intRouteConfig/55 (intRouteConfig) @096c63a8
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags: read-only
|
Varpool flags: read-only
|
||||||
IntCtrl_Ip_ConfigIrqRouting/54 (IntCtrl_Ip_ConfigIrqRouting) @096c71c0
|
IntCtrl_Ip_ConfigIrqRouting/54 (IntCtrl_Ip_ConfigIrqRouting) @095e81c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -684,7 +684,7 @@ IntCtrl_Ip_ConfigIrqRouting/54 (IntCtrl_Ip_ConfigIrqRouting) @096c71c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
IntCtrlConfig_0/53 (IntCtrlConfig_0) @096c6318
|
IntCtrlConfig_0/53 (IntCtrlConfig_0) @095e7318
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -692,7 +692,7 @@ IntCtrlConfig_0/53 (IntCtrlConfig_0) @096c6318
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags: read-only
|
Varpool flags: read-only
|
||||||
IntCtrl_Ip_Init/52 (IntCtrl_Ip_Init) @096c70e0
|
IntCtrl_Ip_Init/52 (IntCtrl_Ip_Init) @095e80e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -701,7 +701,7 @@ IntCtrl_Ip_Init/52 (IntCtrl_Ip_Init) @096c70e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
g_pin_mux_InitConfigArr0/51 (g_pin_mux_InitConfigArr0) @096c6288
|
g_pin_mux_InitConfigArr0/51 (g_pin_mux_InitConfigArr0) @095e7288
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -709,7 +709,7 @@ g_pin_mux_InitConfigArr0/51 (g_pin_mux_InitConfigArr0) @096c6288
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Siul2_Port_Ip_Init/50 (Siul2_Port_Ip_Init) @096c7000
|
Siul2_Port_Ip_Init/50 (Siul2_Port_Ip_Init) @095e8000
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -718,7 +718,7 @@ Siul2_Port_Ip_Init/50 (Siul2_Port_Ip_Init) @096c7000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Mcu_aClockConfigPB/49 (Mcu_aClockConfigPB) @096c61f8
|
Mcu_aClockConfigPB/49 (Mcu_aClockConfigPB) @095e71f8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -726,7 +726,7 @@ Mcu_aClockConfigPB/49 (Mcu_aClockConfigPB) @096c61f8
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags: read-only
|
Varpool flags: read-only
|
||||||
Clock_Ip_Init/48 (Clock_Ip_Init) @0963c8c0
|
Clock_Ip_Init/48 (Clock_Ip_Init) @0955d8c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -735,7 +735,7 @@ Clock_Ip_Init/48 (Clock_Ip_Init) @0963c8c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Gvar_init/47 (Gvar_init) @0963c460
|
Gvar_init/47 (Gvar_init) @0955d460
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -744,7 +744,7 @@ Gvar_init/47 (Gvar_init) @0963c460
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
task_1s/46 (task_1s) @0963ca80
|
task_1s/46 (task_1s) @0955da80
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: gb/27 (read)
|
References: gb/27 (read)
|
||||||
@ -753,21 +753,21 @@ task_1s/46 (task_1s) @0963ca80
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
||||||
Calls: led_onoff/86 (1073741824 (estimated locally),1.00 per call) CAN_Task_1000ms/85 (1073741824 (estimated locally),1.00 per call)
|
Calls: led_onoff/86 (1073741824 (estimated locally),1.00 per call) CAN_Task_1000ms/85 (1073741824 (estimated locally),1.00 per call)
|
||||||
PWM_CH/45 (PWM_CH) @09631ee8
|
PWM_CH/45 (PWM_CH) @09552ee8
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags: initialized
|
Varpool flags: initialized
|
||||||
toggle_PWM/44 (toggle_PWM) @09631e58
|
toggle_PWM/44 (toggle_PWM) @09552e58
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
task_200ms/43 (task_200ms) @0963c620
|
task_200ms/43 (task_200ms) @0955d620
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -776,7 +776,7 @@ task_200ms/43 (task_200ms) @0963c620
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
||||||
Calls: PWM_for_dirve_mode/84 (1073741824 (estimated locally),1.00 per call) CAN_Task_200ms/83 (1073741824 (estimated locally),1.00 per call)
|
Calls: PWM_for_dirve_mode/84 (1073741824 (estimated locally),1.00 per call) CAN_Task_200ms/83 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_100ms/42 (task_100ms) @0963c380
|
task_100ms/42 (task_100ms) @0955d380
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: test_pwm/39 (read)test_pwm/39 (write)test_pwm/39 (write)C_100ms/41 (read)C_100ms/41 (write)
|
References: test_pwm/39 (read)test_pwm/39 (write)test_pwm/39 (write)C_100ms/41 (read)C_100ms/41 (write)
|
||||||
@ -785,14 +785,14 @@ task_100ms/42 (task_100ms) @0963c380
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
||||||
Calls: CAN_Task_100ms/82 (1073741824 (estimated locally),1.00 per call)
|
Calls: CAN_Task_100ms/82 (1073741824 (estimated locally),1.00 per call)
|
||||||
C_100ms/41 (C_100ms) @09631d38
|
C_100ms/41 (C_100ms) @09552d38
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring: task_100ms/42 (read)task_100ms/42 (write)
|
Referring: task_100ms/42 (read)task_100ms/42 (write)
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags: initialized
|
Varpool flags: initialized
|
||||||
task_50ms/40 (task_50ms) @0963c000
|
task_50ms/40 (task_50ms) @0955d000
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -801,14 +801,14 @@ task_50ms/40 (task_50ms) @0963c000
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: task_1ms/34 (1073741824 (estimated locally),1.00 per call)
|
Calls: task_1ms/34 (1073741824 (estimated locally),1.00 per call)
|
||||||
test_pwm/39 (test_pwm) @09631c60
|
test_pwm/39 (test_pwm) @09552c60
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring: task_100ms/42 (read)task_100ms/42 (write)task_100ms/42 (write)
|
Referring: task_100ms/42 (read)task_100ms/42 (write)task_100ms/42 (write)
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
task_20ms/38 (task_20ms) @096348c0
|
task_20ms/38 (task_20ms) @095558c0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -817,7 +817,7 @@ task_20ms/38 (task_20ms) @096348c0
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: CAN_Task_20ms/81 (1073741824 (estimated locally),1.00 per call)
|
Calls: CAN_Task_20ms/81 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_10ms/37 (task_10ms) @09634380
|
task_10ms/37 (task_10ms) @09555380
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -826,7 +826,7 @@ task_10ms/37 (task_10ms) @09634380
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: CAN_Task_10ms/80 (1073741824 (estimated locally),1.00 per call)
|
Calls: CAN_Task_10ms/80 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_5ms/36 (task_5ms) @09634d20
|
task_5ms/36 (task_5ms) @09555d20
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -835,7 +835,7 @@ task_5ms/36 (task_5ms) @09634d20
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: CAN_Task_5ms/79 (1073741824 (estimated locally),1.00 per call)
|
Calls: CAN_Task_5ms/79 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_2ms/35 (task_2ms) @09634a80
|
task_2ms/35 (task_2ms) @09555a80
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -844,7 +844,7 @@ task_2ms/35 (task_2ms) @09634a80
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_2ms/78 (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_2ms/78 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_1ms/34 (task_1ms) @096347e0
|
task_1ms/34 (task_1ms) @095557e0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -853,7 +853,7 @@ task_1ms/34 (task_1ms) @096347e0
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by: task_50ms/40 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_50ms/40 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
task_500us/33 (task_500us) @09634540
|
task_500us/33 (task_500us) @09555540
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -862,7 +862,7 @@ task_500us/33 (task_500us) @09634540
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by: main/32 (719407022 (estimated locally),6700.01 per call)
|
Called by: main/32 (719407022 (estimated locally),6700.01 per call)
|
||||||
Calls: can_main_ECU3/77 (1073741824 (estimated locally),1.00 per call) can_tx_check/76 (1073741824 (estimated locally),1.00 per call)
|
Calls: can_main_ECU3/77 (1073741824 (estimated locally),1.00 per call) can_tx_check/76 (1073741824 (estimated locally),1.00 per call)
|
||||||
main/32 (main) @096342a0
|
main/32 (main) @095552a0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: Mcu_aClockConfigPB/49 (addr)g_pin_mux_InitConfigArr0/51 (addr)IntCtrlConfig_0/53 (addr)intRouteConfig/55 (addr)gb/27 (read)PIT_0_InitConfig_PB/63 (addr)PIT_0_ChannelConfig_PB/65 (addr)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)
|
References: Mcu_aClockConfigPB/49 (addr)g_pin_mux_InitConfigArr0/51 (addr)IntCtrlConfig_0/53 (addr)intRouteConfig/55 (addr)gb/27 (read)PIT_0_InitConfig_PB/63 (addr)PIT_0_ChannelConfig_PB/65 (addr)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)
|
||||||
@ -871,42 +871,42 @@ main/32 (main) @096342a0
|
|||||||
Function flags: count:107374 (estimated locally) body only_called_at_startup executed_once optimize_size
|
Function flags: count:107374 (estimated locally) body only_called_at_startup executed_once optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: uds_wait/75 (1073741824 (estimated locally),10000.02 per call) WATCHDOG_HAL_Fed/74 (1073741824 (estimated locally),10000.02 per call) task_500us/33 (719407022 (estimated locally),6700.01 per call) ECU3_KATECH_Logic_2ms/78 (354334802 (estimated locally),3300.01 per call) CAN_Task_5ms/79 (354334802 (estimated locally),3300.01 per call) CAN_Task_10ms/80 (354334802 (estimated locally),3300.01 per call) CAN_Task_20ms/81 (354334802 (estimated locally),3300.01 per call) task_100ms/42 (354334802 (estimated locally),3300.01 per call) task_200ms/43 (354334802 (estimated locally),3300.01 per call) task_1s/46 (354334802 (estimated locally),3300.01 per call) ECU3_KATECH_Logic_init/73 (107374 (estimated locally),1.00 per call) debug_printf/72 (107374 (estimated locally),1.00 per call) WATCHDOG_HAL_Init/71 (107374 (estimated locally),1.00 per call) tmr_delay/70 (107374 (estimated locally),1.00 per call) board_init/69 (107374 (estimated locally),1.00 per call) Can_Init_ECU3/68 (644019 (estimated locally),6.00 per call) Pit_Ip_StartChannel/67 (107374 (estimated locally),1.00 per call) Pit_Ip_EnableChannelInterrupt/66 (107374 (estimated locally),1.00 per call) Pit_Ip_InitChannel/64 (107374 (estimated locally),1.00 per call) Pit_Ip_Init/62 (107374 (estimated locally),1.00 per call) SPI_init/61 (107374 (estimated locally),1.00 per call) i2c0_init/60 (107374 (estimated locally),1.00 per call) i2c1_init/59 (107374 (estimated locally),1.00 per call) Adc_Init/58 (107374 (estimated locally),1.00 per call) pwm_init/57 (107374 (estimated locally),1.00 per call) Uart_Init/56 (107374 (estimated locally),1.00 per call) IntCtrl_Ip_ConfigIrqRouting/54 (107374 (estimated locally),1.00 per call) IntCtrl_Ip_Init/52 (107374 (estimated locally),1.00 per call) Siul2_Port_Ip_Init/50 (107374 (estimated locally),1.00 per call) Clock_Ip_Init/48 (107374 (estimated locally),1.00 per call) Gvar_init/47 (107374 (estimated locally),1.00 per call)
|
Calls: uds_wait/75 (1073741824 (estimated locally),10000.02 per call) WATCHDOG_HAL_Fed/74 (1073741824 (estimated locally),10000.02 per call) task_500us/33 (719407022 (estimated locally),6700.01 per call) ECU3_KATECH_Logic_2ms/78 (354334802 (estimated locally),3300.01 per call) CAN_Task_5ms/79 (354334802 (estimated locally),3300.01 per call) CAN_Task_10ms/80 (354334802 (estimated locally),3300.01 per call) CAN_Task_20ms/81 (354334802 (estimated locally),3300.01 per call) task_100ms/42 (354334802 (estimated locally),3300.01 per call) task_200ms/43 (354334802 (estimated locally),3300.01 per call) task_1s/46 (354334802 (estimated locally),3300.01 per call) ECU3_KATECH_Logic_init/73 (107374 (estimated locally),1.00 per call) debug_printf/72 (107374 (estimated locally),1.00 per call) WATCHDOG_HAL_Init/71 (107374 (estimated locally),1.00 per call) tmr_delay/70 (107374 (estimated locally),1.00 per call) board_init/69 (107374 (estimated locally),1.00 per call) Can_Init_ECU3/68 (644019 (estimated locally),6.00 per call) Pit_Ip_StartChannel/67 (107374 (estimated locally),1.00 per call) Pit_Ip_EnableChannelInterrupt/66 (107374 (estimated locally),1.00 per call) Pit_Ip_InitChannel/64 (107374 (estimated locally),1.00 per call) Pit_Ip_Init/62 (107374 (estimated locally),1.00 per call) SPI_init/61 (107374 (estimated locally),1.00 per call) i2c0_init/60 (107374 (estimated locally),1.00 per call) i2c1_init/59 (107374 (estimated locally),1.00 per call) Adc_Init/58 (107374 (estimated locally),1.00 per call) pwm_init/57 (107374 (estimated locally),1.00 per call) Uart_Init/56 (107374 (estimated locally),1.00 per call) IntCtrl_Ip_ConfigIrqRouting/54 (107374 (estimated locally),1.00 per call) IntCtrl_Ip_Init/52 (107374 (estimated locally),1.00 per call) Siul2_Port_Ip_Init/50 (107374 (estimated locally),1.00 per call) Clock_Ip_Init/48 (107374 (estimated locally),1.00 per call) Gvar_init/47 (107374 (estimated locally),1.00 per call)
|
||||||
boot_vector/31 (boot_vector) @096315a0
|
boot_vector/31 (boot_vector) @095525a0
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public section:.boot_vector
|
Visibility: externally_visible public section:.boot_vector
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags: initialized read-only const-value-known
|
Varpool flags: initialized read-only const-value-known
|
||||||
appsign/30 (appsign) @09631510
|
appsign/30 (appsign) @09552510
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public section:.appsign
|
Visibility: externally_visible public section:.appsign
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags: initialized read-only const-value-known
|
Varpool flags: initialized read-only const-value-known
|
||||||
AppVersion/29 (AppVersion) @09631480
|
AppVersion/29 (AppVersion) @09552480
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public section:.appversion
|
Visibility: externally_visible public section:.appversion
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags: initialized read-only const-value-known
|
Varpool flags: initialized read-only const-value-known
|
||||||
adc0/28 (adc0) @096313a8
|
adc0/28 (adc0) @095523a8
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
gb/27 (gb) @09345288
|
gb/27 (gb) @09270288
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring: task_1s/46 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)
|
Referring: task_1s/46 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
write_flag/0 (write_flag) @06ac4048
|
write_flag/0 (write_flag) @06ac3048
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
|
|||||||
@ -483,7 +483,7 @@ IPA function summary for main/32 inlinable
|
|||||||
|
|
||||||
Symbol table:
|
Symbol table:
|
||||||
|
|
||||||
task_1ms/93 (task_1ms) @06bb4c40
|
task_1ms/93 (task_1ms) @06bcac40
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 34
|
next sharing asm name: 34
|
||||||
@ -495,7 +495,7 @@ task_1ms/93 (task_1ms) @06bb4c40
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged optimize_size
|
||||||
Called by: task_50ms/40 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: task_50ms/40 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
led_onoff/86 (led_onoff) @096cd540
|
led_onoff/86 (led_onoff) @095ee540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -504,7 +504,7 @@ led_onoff/86 (led_onoff) @096cd540
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_1s/46 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_1s/46 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_1000ms/85 (CAN_Task_1000ms) @096cd460
|
CAN_Task_1000ms/85 (CAN_Task_1000ms) @095ee460
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -513,7 +513,7 @@ CAN_Task_1000ms/85 (CAN_Task_1000ms) @096cd460
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_1s/46 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_1s/46 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
PWM_for_dirve_mode/84 (PWM_for_dirve_mode) @096cd2a0
|
PWM_for_dirve_mode/84 (PWM_for_dirve_mode) @095ee2a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -522,7 +522,7 @@ PWM_for_dirve_mode/84 (PWM_for_dirve_mode) @096cd2a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_200ms/43 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_200ms/43 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_200ms/83 (CAN_Task_200ms) @096cd1c0
|
CAN_Task_200ms/83 (CAN_Task_200ms) @095ee1c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -531,7 +531,7 @@ CAN_Task_200ms/83 (CAN_Task_200ms) @096cd1c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_200ms/43 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_200ms/43 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_100ms/82 (CAN_Task_100ms) @096cd000
|
CAN_Task_100ms/82 (CAN_Task_100ms) @095ee000
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -540,7 +540,7 @@ CAN_Task_100ms/82 (CAN_Task_100ms) @096cd000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_100ms/42 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_100ms/42 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_20ms/81 (CAN_Task_20ms) @096c8c40
|
CAN_Task_20ms/81 (CAN_Task_20ms) @095e9c40
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -549,7 +549,7 @@ CAN_Task_20ms/81 (CAN_Task_20ms) @096c8c40
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_20ms/38 (1073741824 (estimated locally),1.00 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_20ms/38 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_10ms/80 (CAN_Task_10ms) @096c8a80
|
CAN_Task_10ms/80 (CAN_Task_10ms) @095e9a80
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -558,7 +558,7 @@ CAN_Task_10ms/80 (CAN_Task_10ms) @096c8a80
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_10ms/37 (1073741824 (estimated locally),1.00 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_10ms/37 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_5ms/79 (CAN_Task_5ms) @096c88c0
|
CAN_Task_5ms/79 (CAN_Task_5ms) @095e98c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -567,7 +567,7 @@ CAN_Task_5ms/79 (CAN_Task_5ms) @096c88c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_5ms/36 (1073741824 (estimated locally),1.00 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_5ms/36 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_2ms/78 (ECU3_KATECH_Logic_2ms) @096c8700
|
ECU3_KATECH_Logic_2ms/78 (ECU3_KATECH_Logic_2ms) @095e9700
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -576,7 +576,7 @@ ECU3_KATECH_Logic_2ms/78 (ECU3_KATECH_Logic_2ms) @096c8700
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_2ms/35 (1073741824 (estimated locally),1.00 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_2ms/35 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
can_main_ECU3/77 (can_main_ECU3) @096c8460
|
can_main_ECU3/77 (can_main_ECU3) @095e9460
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -585,7 +585,7 @@ can_main_ECU3/77 (can_main_ECU3) @096c8460
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_500us/33 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_500us/33 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
can_tx_check/76 (can_tx_check) @096c8380
|
can_tx_check/76 (can_tx_check) @095e9380
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -594,7 +594,7 @@ can_tx_check/76 (can_tx_check) @096c8380
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_500us/33 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_500us/33 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
uds_wait/75 (uds_wait) @096c81c0
|
uds_wait/75 (uds_wait) @095e91c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -603,7 +603,7 @@ uds_wait/75 (uds_wait) @096c81c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (1073741824 (estimated locally),10000.02 per call)
|
Called by: main/32 (1073741824 (estimated locally),10000.02 per call)
|
||||||
Calls:
|
Calls:
|
||||||
WATCHDOG_HAL_Fed/74 (WATCHDOG_HAL_Fed) @096c80e0
|
WATCHDOG_HAL_Fed/74 (WATCHDOG_HAL_Fed) @095e90e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -612,7 +612,7 @@ WATCHDOG_HAL_Fed/74 (WATCHDOG_HAL_Fed) @096c80e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (1073741824 (estimated locally),10000.02 per call)
|
Called by: main/32 (1073741824 (estimated locally),10000.02 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_init/73 (ECU3_KATECH_Logic_init) @096c8000
|
ECU3_KATECH_Logic_init/73 (ECU3_KATECH_Logic_init) @095e9000
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -621,7 +621,7 @@ ECU3_KATECH_Logic_init/73 (ECU3_KATECH_Logic_init) @096c8000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
debug_printf/72 (debug_printf) @096c78c0
|
debug_printf/72 (debug_printf) @095e88c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -630,7 +630,7 @@ debug_printf/72 (debug_printf) @096c78c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
WATCHDOG_HAL_Init/71 (WATCHDOG_HAL_Init) @096c7ee0
|
WATCHDOG_HAL_Init/71 (WATCHDOG_HAL_Init) @095e8ee0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -639,7 +639,7 @@ WATCHDOG_HAL_Init/71 (WATCHDOG_HAL_Init) @096c7ee0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
tmr_delay/70 (tmr_delay) @096c7e00
|
tmr_delay/70 (tmr_delay) @095e8e00
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -648,7 +648,7 @@ tmr_delay/70 (tmr_delay) @096c7e00
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
board_init/69 (board_init) @096c7d20
|
board_init/69 (board_init) @095e8d20
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -657,7 +657,7 @@ board_init/69 (board_init) @096c7d20
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Can_Init_ECU3/68 (Can_Init_ECU3) @096c7c40
|
Can_Init_ECU3/68 (Can_Init_ECU3) @095e8c40
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -666,7 +666,7 @@ Can_Init_ECU3/68 (Can_Init_ECU3) @096c7c40
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (644019 (estimated locally),6.00 per call)
|
Called by: main/32 (644019 (estimated locally),6.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Pit_Ip_StartChannel/67 (Pit_Ip_StartChannel) @096c7b60
|
Pit_Ip_StartChannel/67 (Pit_Ip_StartChannel) @095e8b60
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -675,7 +675,7 @@ Pit_Ip_StartChannel/67 (Pit_Ip_StartChannel) @096c7b60
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Pit_Ip_EnableChannelInterrupt/66 (Pit_Ip_EnableChannelInterrupt) @096c7a80
|
Pit_Ip_EnableChannelInterrupt/66 (Pit_Ip_EnableChannelInterrupt) @095e8a80
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -684,7 +684,7 @@ Pit_Ip_EnableChannelInterrupt/66 (Pit_Ip_EnableChannelInterrupt) @096c7a80
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
PIT_0_ChannelConfig_PB/65 (PIT_0_ChannelConfig_PB) @096c6678
|
PIT_0_ChannelConfig_PB/65 (PIT_0_ChannelConfig_PB) @095e7678
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -692,7 +692,7 @@ PIT_0_ChannelConfig_PB/65 (PIT_0_ChannelConfig_PB) @096c6678
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Pit_Ip_InitChannel/64 (Pit_Ip_InitChannel) @096c79a0
|
Pit_Ip_InitChannel/64 (Pit_Ip_InitChannel) @095e89a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -701,7 +701,7 @@ Pit_Ip_InitChannel/64 (Pit_Ip_InitChannel) @096c79a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
PIT_0_InitConfig_PB/63 (PIT_0_InitConfig_PB) @096c65e8
|
PIT_0_InitConfig_PB/63 (PIT_0_InitConfig_PB) @095e75e8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -709,7 +709,7 @@ PIT_0_InitConfig_PB/63 (PIT_0_InitConfig_PB) @096c65e8
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Pit_Ip_Init/62 (Pit_Ip_Init) @096c77e0
|
Pit_Ip_Init/62 (Pit_Ip_Init) @095e87e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -718,7 +718,7 @@ Pit_Ip_Init/62 (Pit_Ip_Init) @096c77e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
SPI_init/61 (SPI_init) @096c7700
|
SPI_init/61 (SPI_init) @095e8700
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -727,7 +727,7 @@ SPI_init/61 (SPI_init) @096c7700
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
i2c0_init/60 (i2c0_init) @096c7620
|
i2c0_init/60 (i2c0_init) @095e8620
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -736,7 +736,7 @@ i2c0_init/60 (i2c0_init) @096c7620
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
i2c1_init/59 (i2c1_init) @096c7540
|
i2c1_init/59 (i2c1_init) @095e8540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -745,7 +745,7 @@ i2c1_init/59 (i2c1_init) @096c7540
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Adc_Init/58 (Adc_Init) @096c7460
|
Adc_Init/58 (Adc_Init) @095e8460
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -754,7 +754,7 @@ Adc_Init/58 (Adc_Init) @096c7460
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
pwm_init/57 (pwm_init) @096c7380
|
pwm_init/57 (pwm_init) @095e8380
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -763,7 +763,7 @@ pwm_init/57 (pwm_init) @096c7380
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Uart_Init/56 (Uart_Init) @096c72a0
|
Uart_Init/56 (Uart_Init) @095e82a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -772,7 +772,7 @@ Uart_Init/56 (Uart_Init) @096c72a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
intRouteConfig/55 (intRouteConfig) @096c63a8
|
intRouteConfig/55 (intRouteConfig) @095e73a8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -780,7 +780,7 @@ intRouteConfig/55 (intRouteConfig) @096c63a8
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags: read-only
|
Varpool flags: read-only
|
||||||
IntCtrl_Ip_ConfigIrqRouting/54 (IntCtrl_Ip_ConfigIrqRouting) @096c71c0
|
IntCtrl_Ip_ConfigIrqRouting/54 (IntCtrl_Ip_ConfigIrqRouting) @095e81c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -789,7 +789,7 @@ IntCtrl_Ip_ConfigIrqRouting/54 (IntCtrl_Ip_ConfigIrqRouting) @096c71c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
IntCtrlConfig_0/53 (IntCtrlConfig_0) @096c6318
|
IntCtrlConfig_0/53 (IntCtrlConfig_0) @095e7318
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -797,7 +797,7 @@ IntCtrlConfig_0/53 (IntCtrlConfig_0) @096c6318
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags: read-only
|
Varpool flags: read-only
|
||||||
IntCtrl_Ip_Init/52 (IntCtrl_Ip_Init) @096c70e0
|
IntCtrl_Ip_Init/52 (IntCtrl_Ip_Init) @095e80e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -806,7 +806,7 @@ IntCtrl_Ip_Init/52 (IntCtrl_Ip_Init) @096c70e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
g_pin_mux_InitConfigArr0/51 (g_pin_mux_InitConfigArr0) @096c6288
|
g_pin_mux_InitConfigArr0/51 (g_pin_mux_InitConfigArr0) @095e7288
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -814,7 +814,7 @@ g_pin_mux_InitConfigArr0/51 (g_pin_mux_InitConfigArr0) @096c6288
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
Siul2_Port_Ip_Init/50 (Siul2_Port_Ip_Init) @096c7000
|
Siul2_Port_Ip_Init/50 (Siul2_Port_Ip_Init) @095e8000
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -823,7 +823,7 @@ Siul2_Port_Ip_Init/50 (Siul2_Port_Ip_Init) @096c7000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Mcu_aClockConfigPB/49 (Mcu_aClockConfigPB) @096c61f8
|
Mcu_aClockConfigPB/49 (Mcu_aClockConfigPB) @095e71f8
|
||||||
Type: variable
|
Type: variable
|
||||||
Body removed by symtab_remove_unreachable_nodes
|
Body removed by symtab_remove_unreachable_nodes
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
@ -831,7 +831,7 @@ Mcu_aClockConfigPB/49 (Mcu_aClockConfigPB) @096c61f8
|
|||||||
Referring: main/32 (addr)
|
Referring: main/32 (addr)
|
||||||
Availability: not_available
|
Availability: not_available
|
||||||
Varpool flags: read-only
|
Varpool flags: read-only
|
||||||
Clock_Ip_Init/48 (Clock_Ip_Init) @0963c8c0
|
Clock_Ip_Init/48 (Clock_Ip_Init) @0955d8c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -840,7 +840,7 @@ Clock_Ip_Init/48 (Clock_Ip_Init) @0963c8c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Gvar_init/47 (Gvar_init) @0963c460
|
Gvar_init/47 (Gvar_init) @0955d460
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -849,7 +849,7 @@ Gvar_init/47 (Gvar_init) @0963c460
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
task_1s/46 (task_1s) @0963ca80
|
task_1s/46 (task_1s) @0955da80
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: gb/27 (read)
|
References: gb/27 (read)
|
||||||
@ -858,21 +858,21 @@ task_1s/46 (task_1s) @0963ca80
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
||||||
Calls: led_onoff/86 (1073741824 (estimated locally),1.00 per call) CAN_Task_1000ms/85 (1073741824 (estimated locally),1.00 per call)
|
Calls: led_onoff/86 (1073741824 (estimated locally),1.00 per call) CAN_Task_1000ms/85 (1073741824 (estimated locally),1.00 per call)
|
||||||
PWM_CH/45 (PWM_CH) @09631ee8
|
PWM_CH/45 (PWM_CH) @09552ee8
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags: initialized
|
Varpool flags: initialized
|
||||||
toggle_PWM/44 (toggle_PWM) @09631e58
|
toggle_PWM/44 (toggle_PWM) @09552e58
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
task_200ms/43 (task_200ms) @0963c620
|
task_200ms/43 (task_200ms) @0955d620
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -881,7 +881,7 @@ task_200ms/43 (task_200ms) @0963c620
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
||||||
Calls: PWM_for_dirve_mode/84 (1073741824 (estimated locally),1.00 per call) CAN_Task_200ms/83 (1073741824 (estimated locally),1.00 per call)
|
Calls: PWM_for_dirve_mode/84 (1073741824 (estimated locally),1.00 per call) CAN_Task_200ms/83 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_100ms/42 (task_100ms) @0963c380
|
task_100ms/42 (task_100ms) @0955d380
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: test_pwm/39 (read)test_pwm/39 (write)test_pwm/39 (write)C_100ms/41 (read)C_100ms/41 (write)
|
References: test_pwm/39 (read)test_pwm/39 (write)test_pwm/39 (write)C_100ms/41 (read)C_100ms/41 (write)
|
||||||
@ -890,14 +890,14 @@ task_100ms/42 (task_100ms) @0963c380
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
||||||
Calls: CAN_Task_100ms/82 (1073741824 (estimated locally),1.00 per call)
|
Calls: CAN_Task_100ms/82 (1073741824 (estimated locally),1.00 per call)
|
||||||
C_100ms/41 (C_100ms) @09631d38
|
C_100ms/41 (C_100ms) @09552d38
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring: task_100ms/42 (read)task_100ms/42 (write)
|
Referring: task_100ms/42 (read)task_100ms/42 (write)
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags: initialized
|
Varpool flags: initialized
|
||||||
task_50ms/40 (task_50ms) @0963c000
|
task_50ms/40 (task_50ms) @0955d000
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -906,14 +906,14 @@ task_50ms/40 (task_50ms) @0963c000
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: task_1ms/93 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: task_1ms/93 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
test_pwm/39 (test_pwm) @09631c60
|
test_pwm/39 (test_pwm) @09552c60
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring: task_100ms/42 (read)task_100ms/42 (write)task_100ms/42 (write)
|
Referring: task_100ms/42 (read)task_100ms/42 (write)task_100ms/42 (write)
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
task_20ms/38 (task_20ms) @096348c0
|
task_20ms/38 (task_20ms) @095558c0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -922,7 +922,7 @@ task_20ms/38 (task_20ms) @096348c0
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: CAN_Task_20ms/81 (1073741824 (estimated locally),1.00 per call)
|
Calls: CAN_Task_20ms/81 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_10ms/37 (task_10ms) @09634380
|
task_10ms/37 (task_10ms) @09555380
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -931,7 +931,7 @@ task_10ms/37 (task_10ms) @09634380
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: CAN_Task_10ms/80 (1073741824 (estimated locally),1.00 per call)
|
Calls: CAN_Task_10ms/80 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_5ms/36 (task_5ms) @09634d20
|
task_5ms/36 (task_5ms) @09555d20
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -940,7 +940,7 @@ task_5ms/36 (task_5ms) @09634d20
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: CAN_Task_5ms/79 (1073741824 (estimated locally),1.00 per call)
|
Calls: CAN_Task_5ms/79 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_2ms/35 (task_2ms) @09634a80
|
task_2ms/35 (task_2ms) @09555a80
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -949,7 +949,7 @@ task_2ms/35 (task_2ms) @09634a80
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_2ms/78 (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_2ms/78 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_1ms/34 (task_1ms) @096347e0
|
task_1ms/34 (task_1ms) @095557e0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
previous sharing asm name: 93
|
previous sharing asm name: 93
|
||||||
@ -959,7 +959,7 @@ task_1ms/34 (task_1ms) @096347e0
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
task_500us/33 (task_500us) @09634540
|
task_500us/33 (task_500us) @09555540
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -968,7 +968,7 @@ task_500us/33 (task_500us) @09634540
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by: main/32 (719407022 (estimated locally),6700.01 per call)
|
Called by: main/32 (719407022 (estimated locally),6700.01 per call)
|
||||||
Calls: can_main_ECU3/77 (1073741824 (estimated locally),1.00 per call) can_tx_check/76 (1073741824 (estimated locally),1.00 per call)
|
Calls: can_main_ECU3/77 (1073741824 (estimated locally),1.00 per call) can_tx_check/76 (1073741824 (estimated locally),1.00 per call)
|
||||||
main/32 (main) @096342a0
|
main/32 (main) @095552a0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: Mcu_aClockConfigPB/49 (addr)g_pin_mux_InitConfigArr0/51 (addr)IntCtrlConfig_0/53 (addr)intRouteConfig/55 (addr)gb/27 (read)PIT_0_InitConfig_PB/63 (addr)PIT_0_ChannelConfig_PB/65 (addr)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)
|
References: Mcu_aClockConfigPB/49 (addr)g_pin_mux_InitConfigArr0/51 (addr)IntCtrlConfig_0/53 (addr)intRouteConfig/55 (addr)gb/27 (read)PIT_0_InitConfig_PB/63 (addr)PIT_0_ChannelConfig_PB/65 (addr)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)
|
||||||
@ -977,42 +977,42 @@ main/32 (main) @096342a0
|
|||||||
Function flags: count:107374 (estimated locally) body only_called_at_startup executed_once optimize_size
|
Function flags: count:107374 (estimated locally) body only_called_at_startup executed_once optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: uds_wait/75 (1073741824 (estimated locally),10000.02 per call) WATCHDOG_HAL_Fed/74 (1073741824 (estimated locally),10000.02 per call) task_500us/33 (719407022 (estimated locally),6700.01 per call) ECU3_KATECH_Logic_2ms/78 (354334802 (estimated locally),3300.01 per call) CAN_Task_5ms/79 (354334802 (estimated locally),3300.01 per call) CAN_Task_10ms/80 (354334802 (estimated locally),3300.01 per call) CAN_Task_20ms/81 (354334802 (estimated locally),3300.01 per call) task_100ms/42 (354334802 (estimated locally),3300.01 per call) task_200ms/43 (354334802 (estimated locally),3300.01 per call) task_1s/46 (354334802 (estimated locally),3300.01 per call) ECU3_KATECH_Logic_init/73 (107374 (estimated locally),1.00 per call) debug_printf/72 (107374 (estimated locally),1.00 per call) WATCHDOG_HAL_Init/71 (107374 (estimated locally),1.00 per call) tmr_delay/70 (107374 (estimated locally),1.00 per call) board_init/69 (107374 (estimated locally),1.00 per call) Can_Init_ECU3/68 (644019 (estimated locally),6.00 per call) Pit_Ip_StartChannel/67 (107374 (estimated locally),1.00 per call) Pit_Ip_EnableChannelInterrupt/66 (107374 (estimated locally),1.00 per call) Pit_Ip_InitChannel/64 (107374 (estimated locally),1.00 per call) Pit_Ip_Init/62 (107374 (estimated locally),1.00 per call) SPI_init/61 (107374 (estimated locally),1.00 per call) i2c0_init/60 (107374 (estimated locally),1.00 per call) i2c1_init/59 (107374 (estimated locally),1.00 per call) Adc_Init/58 (107374 (estimated locally),1.00 per call) pwm_init/57 (107374 (estimated locally),1.00 per call) Uart_Init/56 (107374 (estimated locally),1.00 per call) IntCtrl_Ip_ConfigIrqRouting/54 (107374 (estimated locally),1.00 per call) IntCtrl_Ip_Init/52 (107374 (estimated locally),1.00 per call) Siul2_Port_Ip_Init/50 (107374 (estimated locally),1.00 per call) Clock_Ip_Init/48 (107374 (estimated locally),1.00 per call) Gvar_init/47 (107374 (estimated locally),1.00 per call)
|
Calls: uds_wait/75 (1073741824 (estimated locally),10000.02 per call) WATCHDOG_HAL_Fed/74 (1073741824 (estimated locally),10000.02 per call) task_500us/33 (719407022 (estimated locally),6700.01 per call) ECU3_KATECH_Logic_2ms/78 (354334802 (estimated locally),3300.01 per call) CAN_Task_5ms/79 (354334802 (estimated locally),3300.01 per call) CAN_Task_10ms/80 (354334802 (estimated locally),3300.01 per call) CAN_Task_20ms/81 (354334802 (estimated locally),3300.01 per call) task_100ms/42 (354334802 (estimated locally),3300.01 per call) task_200ms/43 (354334802 (estimated locally),3300.01 per call) task_1s/46 (354334802 (estimated locally),3300.01 per call) ECU3_KATECH_Logic_init/73 (107374 (estimated locally),1.00 per call) debug_printf/72 (107374 (estimated locally),1.00 per call) WATCHDOG_HAL_Init/71 (107374 (estimated locally),1.00 per call) tmr_delay/70 (107374 (estimated locally),1.00 per call) board_init/69 (107374 (estimated locally),1.00 per call) Can_Init_ECU3/68 (644019 (estimated locally),6.00 per call) Pit_Ip_StartChannel/67 (107374 (estimated locally),1.00 per call) Pit_Ip_EnableChannelInterrupt/66 (107374 (estimated locally),1.00 per call) Pit_Ip_InitChannel/64 (107374 (estimated locally),1.00 per call) Pit_Ip_Init/62 (107374 (estimated locally),1.00 per call) SPI_init/61 (107374 (estimated locally),1.00 per call) i2c0_init/60 (107374 (estimated locally),1.00 per call) i2c1_init/59 (107374 (estimated locally),1.00 per call) Adc_Init/58 (107374 (estimated locally),1.00 per call) pwm_init/57 (107374 (estimated locally),1.00 per call) Uart_Init/56 (107374 (estimated locally),1.00 per call) IntCtrl_Ip_ConfigIrqRouting/54 (107374 (estimated locally),1.00 per call) IntCtrl_Ip_Init/52 (107374 (estimated locally),1.00 per call) Siul2_Port_Ip_Init/50 (107374 (estimated locally),1.00 per call) Clock_Ip_Init/48 (107374 (estimated locally),1.00 per call) Gvar_init/47 (107374 (estimated locally),1.00 per call)
|
||||||
boot_vector/31 (boot_vector) @096315a0
|
boot_vector/31 (boot_vector) @095525a0
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public section:.boot_vector
|
Visibility: externally_visible public section:.boot_vector
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags: initialized read-only const-value-known
|
Varpool flags: initialized read-only const-value-known
|
||||||
appsign/30 (appsign) @09631510
|
appsign/30 (appsign) @09552510
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public section:.appsign
|
Visibility: externally_visible public section:.appsign
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags: initialized read-only const-value-known
|
Varpool flags: initialized read-only const-value-known
|
||||||
AppVersion/29 (AppVersion) @09631480
|
AppVersion/29 (AppVersion) @09552480
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public section:.appversion
|
Visibility: externally_visible public section:.appversion
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags: initialized read-only const-value-known
|
Varpool flags: initialized read-only const-value-known
|
||||||
adc0/28 (adc0) @096313a8
|
adc0/28 (adc0) @095523a8
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
gb/27 (gb) @09345288
|
gb/27 (gb) @09270288
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
Referring: task_1s/46 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)
|
Referring: task_1s/46 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)main/32 (read)
|
||||||
Availability: available
|
Availability: available
|
||||||
Varpool flags:
|
Varpool flags:
|
||||||
write_flag/0 (write_flag) @06ac4048
|
write_flag/0 (write_flag) @06ac3048
|
||||||
Type: variable definition analyzed
|
Type: variable definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
|||||||
callgraph:
|
callgraph:
|
||||||
|
|
||||||
task_1ms/93 (task_1ms) @06bb4c40
|
task_1ms/93 (task_1ms) @06bcac40
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 34
|
next sharing asm name: 34
|
||||||
@ -12,7 +12,7 @@ task_1ms/93 (task_1ms) @06bb4c40
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged nonfreeing_fn optimize_size
|
||||||
Called by: task_50ms/40 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: task_50ms/40 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
led_onoff/86 (led_onoff) @096cd540
|
led_onoff/86 (led_onoff) @095ee540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -21,7 +21,7 @@ led_onoff/86 (led_onoff) @096cd540
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_1s/46 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_1s/46 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_1000ms/85 (CAN_Task_1000ms) @096cd460
|
CAN_Task_1000ms/85 (CAN_Task_1000ms) @095ee460
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -30,7 +30,7 @@ CAN_Task_1000ms/85 (CAN_Task_1000ms) @096cd460
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_1s/46 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_1s/46 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
PWM_for_dirve_mode/84 (PWM_for_dirve_mode) @096cd2a0
|
PWM_for_dirve_mode/84 (PWM_for_dirve_mode) @095ee2a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -39,7 +39,7 @@ PWM_for_dirve_mode/84 (PWM_for_dirve_mode) @096cd2a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_200ms/43 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_200ms/43 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_200ms/83 (CAN_Task_200ms) @096cd1c0
|
CAN_Task_200ms/83 (CAN_Task_200ms) @095ee1c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -48,7 +48,7 @@ CAN_Task_200ms/83 (CAN_Task_200ms) @096cd1c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_200ms/43 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_200ms/43 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_100ms/82 (CAN_Task_100ms) @096cd000
|
CAN_Task_100ms/82 (CAN_Task_100ms) @095ee000
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -57,7 +57,7 @@ CAN_Task_100ms/82 (CAN_Task_100ms) @096cd000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_100ms/42 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_100ms/42 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_20ms/81 (CAN_Task_20ms) @096c8c40
|
CAN_Task_20ms/81 (CAN_Task_20ms) @095e9c40
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -66,7 +66,7 @@ CAN_Task_20ms/81 (CAN_Task_20ms) @096c8c40
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_20ms/38 (1073741824 (estimated locally),1.00 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_20ms/38 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_10ms/80 (CAN_Task_10ms) @096c8a80
|
CAN_Task_10ms/80 (CAN_Task_10ms) @095e9a80
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -75,7 +75,7 @@ CAN_Task_10ms/80 (CAN_Task_10ms) @096c8a80
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_10ms/37 (1073741824 (estimated locally),1.00 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_10ms/37 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
CAN_Task_5ms/79 (CAN_Task_5ms) @096c88c0
|
CAN_Task_5ms/79 (CAN_Task_5ms) @095e98c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -84,7 +84,7 @@ CAN_Task_5ms/79 (CAN_Task_5ms) @096c88c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_5ms/36 (1073741824 (estimated locally),1.00 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_5ms/36 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_2ms/78 (ECU3_KATECH_Logic_2ms) @096c8700
|
ECU3_KATECH_Logic_2ms/78 (ECU3_KATECH_Logic_2ms) @095e9700
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -93,7 +93,7 @@ ECU3_KATECH_Logic_2ms/78 (ECU3_KATECH_Logic_2ms) @096c8700
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_2ms/35 (1073741824 (estimated locally),1.00 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call) task_2ms/35 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
can_main_ECU3/77 (can_main_ECU3) @096c8460
|
can_main_ECU3/77 (can_main_ECU3) @095e9460
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -102,7 +102,7 @@ can_main_ECU3/77 (can_main_ECU3) @096c8460
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_500us/33 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_500us/33 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
can_tx_check/76 (can_tx_check) @096c8380
|
can_tx_check/76 (can_tx_check) @095e9380
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -111,7 +111,7 @@ can_tx_check/76 (can_tx_check) @096c8380
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: task_500us/33 (1073741824 (estimated locally),1.00 per call)
|
Called by: task_500us/33 (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
uds_wait/75 (uds_wait) @096c81c0
|
uds_wait/75 (uds_wait) @095e91c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -120,7 +120,7 @@ uds_wait/75 (uds_wait) @096c81c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (1073741824 (estimated locally),10000.02 per call)
|
Called by: main/32 (1073741824 (estimated locally),10000.02 per call)
|
||||||
Calls:
|
Calls:
|
||||||
WATCHDOG_HAL_Fed/74 (WATCHDOG_HAL_Fed) @096c80e0
|
WATCHDOG_HAL_Fed/74 (WATCHDOG_HAL_Fed) @095e90e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -129,7 +129,7 @@ WATCHDOG_HAL_Fed/74 (WATCHDOG_HAL_Fed) @096c80e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (1073741824 (estimated locally),10000.02 per call)
|
Called by: main/32 (1073741824 (estimated locally),10000.02 per call)
|
||||||
Calls:
|
Calls:
|
||||||
ECU3_KATECH_Logic_init/73 (ECU3_KATECH_Logic_init) @096c8000
|
ECU3_KATECH_Logic_init/73 (ECU3_KATECH_Logic_init) @095e9000
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -138,7 +138,7 @@ ECU3_KATECH_Logic_init/73 (ECU3_KATECH_Logic_init) @096c8000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
debug_printf/72 (debug_printf) @096c78c0
|
debug_printf/72 (debug_printf) @095e88c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -147,7 +147,7 @@ debug_printf/72 (debug_printf) @096c78c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
WATCHDOG_HAL_Init/71 (WATCHDOG_HAL_Init) @096c7ee0
|
WATCHDOG_HAL_Init/71 (WATCHDOG_HAL_Init) @095e8ee0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -156,7 +156,7 @@ WATCHDOG_HAL_Init/71 (WATCHDOG_HAL_Init) @096c7ee0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
tmr_delay/70 (tmr_delay) @096c7e00
|
tmr_delay/70 (tmr_delay) @095e8e00
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -165,7 +165,7 @@ tmr_delay/70 (tmr_delay) @096c7e00
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
board_init/69 (board_init) @096c7d20
|
board_init/69 (board_init) @095e8d20
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -174,7 +174,7 @@ board_init/69 (board_init) @096c7d20
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Can_Init_ECU3/68 (Can_Init_ECU3) @096c7c40
|
Can_Init_ECU3/68 (Can_Init_ECU3) @095e8c40
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -183,7 +183,7 @@ Can_Init_ECU3/68 (Can_Init_ECU3) @096c7c40
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (644019 (estimated locally),6.00 per call)
|
Called by: main/32 (644019 (estimated locally),6.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Pit_Ip_StartChannel/67 (Pit_Ip_StartChannel) @096c7b60
|
Pit_Ip_StartChannel/67 (Pit_Ip_StartChannel) @095e8b60
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -192,7 +192,7 @@ Pit_Ip_StartChannel/67 (Pit_Ip_StartChannel) @096c7b60
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Pit_Ip_EnableChannelInterrupt/66 (Pit_Ip_EnableChannelInterrupt) @096c7a80
|
Pit_Ip_EnableChannelInterrupt/66 (Pit_Ip_EnableChannelInterrupt) @095e8a80
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -201,7 +201,7 @@ Pit_Ip_EnableChannelInterrupt/66 (Pit_Ip_EnableChannelInterrupt) @096c7a80
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Pit_Ip_InitChannel/64 (Pit_Ip_InitChannel) @096c79a0
|
Pit_Ip_InitChannel/64 (Pit_Ip_InitChannel) @095e89a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -210,7 +210,7 @@ Pit_Ip_InitChannel/64 (Pit_Ip_InitChannel) @096c79a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Pit_Ip_Init/62 (Pit_Ip_Init) @096c77e0
|
Pit_Ip_Init/62 (Pit_Ip_Init) @095e87e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -219,7 +219,7 @@ Pit_Ip_Init/62 (Pit_Ip_Init) @096c77e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
SPI_init/61 (SPI_init) @096c7700
|
SPI_init/61 (SPI_init) @095e8700
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -228,7 +228,7 @@ SPI_init/61 (SPI_init) @096c7700
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
i2c0_init/60 (i2c0_init) @096c7620
|
i2c0_init/60 (i2c0_init) @095e8620
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -237,7 +237,7 @@ i2c0_init/60 (i2c0_init) @096c7620
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
i2c1_init/59 (i2c1_init) @096c7540
|
i2c1_init/59 (i2c1_init) @095e8540
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -246,7 +246,7 @@ i2c1_init/59 (i2c1_init) @096c7540
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Adc_Init/58 (Adc_Init) @096c7460
|
Adc_Init/58 (Adc_Init) @095e8460
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -255,7 +255,7 @@ Adc_Init/58 (Adc_Init) @096c7460
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
pwm_init/57 (pwm_init) @096c7380
|
pwm_init/57 (pwm_init) @095e8380
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -264,7 +264,7 @@ pwm_init/57 (pwm_init) @096c7380
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Uart_Init/56 (Uart_Init) @096c72a0
|
Uart_Init/56 (Uart_Init) @095e82a0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -273,7 +273,7 @@ Uart_Init/56 (Uart_Init) @096c72a0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
IntCtrl_Ip_ConfigIrqRouting/54 (IntCtrl_Ip_ConfigIrqRouting) @096c71c0
|
IntCtrl_Ip_ConfigIrqRouting/54 (IntCtrl_Ip_ConfigIrqRouting) @095e81c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -282,7 +282,7 @@ IntCtrl_Ip_ConfigIrqRouting/54 (IntCtrl_Ip_ConfigIrqRouting) @096c71c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
IntCtrl_Ip_Init/52 (IntCtrl_Ip_Init) @096c70e0
|
IntCtrl_Ip_Init/52 (IntCtrl_Ip_Init) @095e80e0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -291,7 +291,7 @@ IntCtrl_Ip_Init/52 (IntCtrl_Ip_Init) @096c70e0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Siul2_Port_Ip_Init/50 (Siul2_Port_Ip_Init) @096c7000
|
Siul2_Port_Ip_Init/50 (Siul2_Port_Ip_Init) @095e8000
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -300,7 +300,7 @@ Siul2_Port_Ip_Init/50 (Siul2_Port_Ip_Init) @096c7000
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Clock_Ip_Init/48 (Clock_Ip_Init) @0963c8c0
|
Clock_Ip_Init/48 (Clock_Ip_Init) @0955d8c0
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -309,7 +309,7 @@ Clock_Ip_Init/48 (Clock_Ip_Init) @0963c8c0
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
Gvar_init/47 (Gvar_init) @0963c460
|
Gvar_init/47 (Gvar_init) @0955d460
|
||||||
Type: function
|
Type: function
|
||||||
Visibility: external public
|
Visibility: external public
|
||||||
References:
|
References:
|
||||||
@ -318,7 +318,7 @@ Gvar_init/47 (Gvar_init) @0963c460
|
|||||||
Function flags: optimize_size
|
Function flags: optimize_size
|
||||||
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
Called by: main/32 (107374 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
task_1s/46 (task_1s) @0963ca80
|
task_1s/46 (task_1s) @0955da80
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: gb/27 (read)
|
References: gb/27 (read)
|
||||||
@ -327,7 +327,7 @@ task_1s/46 (task_1s) @0963ca80
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
||||||
Calls: led_onoff/86 (1073741824 (estimated locally),1.00 per call) CAN_Task_1000ms/85 (1073741824 (estimated locally),1.00 per call)
|
Calls: led_onoff/86 (1073741824 (estimated locally),1.00 per call) CAN_Task_1000ms/85 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_200ms/43 (task_200ms) @0963c620
|
task_200ms/43 (task_200ms) @0955d620
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -336,7 +336,7 @@ task_200ms/43 (task_200ms) @0963c620
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
||||||
Calls: PWM_for_dirve_mode/84 (1073741824 (estimated locally),1.00 per call) CAN_Task_200ms/83 (1073741824 (estimated locally),1.00 per call)
|
Calls: PWM_for_dirve_mode/84 (1073741824 (estimated locally),1.00 per call) CAN_Task_200ms/83 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_100ms/42 (task_100ms) @0963c380
|
task_100ms/42 (task_100ms) @0955d380
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: test_pwm/39 (read)test_pwm/39 (write)test_pwm/39 (write)C_100ms/41 (read)C_100ms/41 (write)
|
References: test_pwm/39 (read)test_pwm/39 (write)test_pwm/39 (write)C_100ms/41 (read)C_100ms/41 (write)
|
||||||
@ -345,7 +345,7 @@ task_100ms/42 (task_100ms) @0963c380
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
||||||
Calls: CAN_Task_100ms/82 (1073741824 (estimated locally),1.00 per call)
|
Calls: CAN_Task_100ms/82 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_50ms/40 (task_50ms) @0963c000
|
task_50ms/40 (task_50ms) @0955d000
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -354,7 +354,7 @@ task_50ms/40 (task_50ms) @0963c000
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: task_1ms/93 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: task_1ms/93 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
task_20ms/38 (task_20ms) @096348c0
|
task_20ms/38 (task_20ms) @095558c0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -363,7 +363,7 @@ task_20ms/38 (task_20ms) @096348c0
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: CAN_Task_20ms/81 (1073741824 (estimated locally),1.00 per call)
|
Calls: CAN_Task_20ms/81 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_10ms/37 (task_10ms) @09634380
|
task_10ms/37 (task_10ms) @09555380
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -372,7 +372,7 @@ task_10ms/37 (task_10ms) @09634380
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: CAN_Task_10ms/80 (1073741824 (estimated locally),1.00 per call)
|
Calls: CAN_Task_10ms/80 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_5ms/36 (task_5ms) @09634d20
|
task_5ms/36 (task_5ms) @09555d20
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -381,7 +381,7 @@ task_5ms/36 (task_5ms) @09634d20
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: CAN_Task_5ms/79 (1073741824 (estimated locally),1.00 per call)
|
Calls: CAN_Task_5ms/79 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_2ms/35 (task_2ms) @09634a80
|
task_2ms/35 (task_2ms) @09555a80
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -390,7 +390,7 @@ task_2ms/35 (task_2ms) @09634a80
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_2ms/78 (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_2ms/78 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_1ms/34 (task_1ms) @096347e0
|
task_1ms/34 (task_1ms) @095557e0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
previous sharing asm name: 93
|
previous sharing asm name: 93
|
||||||
@ -400,7 +400,7 @@ task_1ms/34 (task_1ms) @096347e0
|
|||||||
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
task_500us/33 (task_500us) @09634540
|
task_500us/33 (task_500us) @09555540
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References:
|
References:
|
||||||
@ -409,7 +409,7 @@ task_500us/33 (task_500us) @09634540
|
|||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by: main/32 (719407022 (estimated locally),6700.01 per call)
|
Called by: main/32 (719407022 (estimated locally),6700.01 per call)
|
||||||
Calls: can_main_ECU3/77 (1073741824 (estimated locally),1.00 per call) can_tx_check/76 (1073741824 (estimated locally),1.00 per call)
|
Calls: can_main_ECU3/77 (1073741824 (estimated locally),1.00 per call) can_tx_check/76 (1073741824 (estimated locally),1.00 per call)
|
||||||
main/32 (main) @096342a0
|
main/32 (main) @095552a0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
References: Mcu_aClockConfigPB/49 (addr)g_pin_mux_InitConfigArr0/51 (addr)IntCtrlConfig_0/53 (addr)intRouteConfig/55 (addr)gb/27 (read)PIT_0_InitConfig_PB/63 (addr)PIT_0_ChannelConfig_PB/65 (addr)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)
|
References: Mcu_aClockConfigPB/49 (addr)g_pin_mux_InitConfigArr0/51 (addr)IntCtrlConfig_0/53 (addr)intRouteConfig/55 (addr)gb/27 (read)PIT_0_InitConfig_PB/63 (addr)PIT_0_ChannelConfig_PB/65 (addr)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)
|
||||||
@ -458,21 +458,21 @@ Function name:main/32:
|
|||||||
locals written:
|
locals written:
|
||||||
|
|
||||||
ordered call graph: reduced
|
ordered call graph: reduced
|
||||||
task_50ms/40 (task_50ms) @0963c000
|
task_50ms/40 (task_50ms) @0955d000
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @07f4a1e8
|
Aux: @08a9a3e0
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: task_1ms/93 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Calls: task_1ms/93 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
task_1ms/93 (task_1ms) @06bb4c40
|
task_1ms/93 (task_1ms) @06bcac40
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: public
|
Visibility: public
|
||||||
next sharing asm name: 34
|
next sharing asm name: 34
|
||||||
Aux: @07f4a148
|
Aux: @08a9a360
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Function task_1ms/93 is inline copy in task_50ms/40
|
Function task_1ms/93 is inline copy in task_50ms/40
|
||||||
@ -481,101 +481,101 @@ task_1ms/93 (task_1ms) @06bb4c40
|
|||||||
Function flags: count:1073741824 (estimated locally) body local icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) body local icf_merged nonfreeing_fn optimize_size
|
||||||
Called by: task_50ms/40 (inlined) (1073741824 (estimated locally),1.00 per call)
|
Called by: task_50ms/40 (inlined) (1073741824 (estimated locally),1.00 per call)
|
||||||
Calls:
|
Calls:
|
||||||
task_20ms/38 (task_20ms) @096348c0
|
task_20ms/38 (task_20ms) @095558c0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @07f4a188
|
Aux: @08a9a440
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: CAN_Task_20ms/81 (1073741824 (estimated locally),1.00 per call)
|
Calls: CAN_Task_20ms/81 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_10ms/37 (task_10ms) @09634380
|
task_10ms/37 (task_10ms) @09555380
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @07f4a1c8
|
Aux: @08a9a400
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: CAN_Task_10ms/80 (1073741824 (estimated locally),1.00 per call)
|
Calls: CAN_Task_10ms/80 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_5ms/36 (task_5ms) @09634d20
|
task_5ms/36 (task_5ms) @09555d20
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @07f4a268
|
Aux: @08a9a1c0
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: CAN_Task_5ms/79 (1073741824 (estimated locally),1.00 per call)
|
Calls: CAN_Task_5ms/79 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_2ms/35 (task_2ms) @09634a80
|
task_2ms/35 (task_2ms) @09555a80
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @07f4a288
|
Aux: @08a9a140
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: ECU3_KATECH_Logic_2ms/78 (1073741824 (estimated locally),1.00 per call)
|
Calls: ECU3_KATECH_Logic_2ms/78 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_1ms/34 (task_1ms) @096347e0
|
task_1ms/34 (task_1ms) @095557e0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
previous sharing asm name: 93
|
previous sharing asm name: 93
|
||||||
Aux: @07f4a3c8
|
Aux: @08a9a280
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
Function flags: count:1073741824 (estimated locally) body icf_merged nonfreeing_fn optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls:
|
Calls:
|
||||||
main/32 (main) @096342a0
|
main/32 (main) @095552a0
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @07f4a308
|
Aux: @08a9a240
|
||||||
References: Mcu_aClockConfigPB/49 (addr)g_pin_mux_InitConfigArr0/51 (addr)IntCtrlConfig_0/53 (addr)intRouteConfig/55 (addr)gb/27 (read)PIT_0_InitConfig_PB/63 (addr)PIT_0_ChannelConfig_PB/65 (addr)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)
|
References: Mcu_aClockConfigPB/49 (addr)g_pin_mux_InitConfigArr0/51 (addr)IntCtrlConfig_0/53 (addr)intRouteConfig/55 (addr)gb/27 (read)PIT_0_InitConfig_PB/63 (addr)PIT_0_ChannelConfig_PB/65 (addr)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)gb/27 (read)
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:107374 (estimated locally) body only_called_at_startup executed_once optimize_size
|
Function flags: count:107374 (estimated locally) body only_called_at_startup executed_once optimize_size
|
||||||
Called by:
|
Called by:
|
||||||
Calls: uds_wait/75 (1073741824 (estimated locally),10000.02 per call) WATCHDOG_HAL_Fed/74 (1073741824 (estimated locally),10000.02 per call) task_500us/33 (719407022 (estimated locally),6700.01 per call) ECU3_KATECH_Logic_2ms/78 (354334802 (estimated locally),3300.01 per call) CAN_Task_5ms/79 (354334802 (estimated locally),3300.01 per call) CAN_Task_10ms/80 (354334802 (estimated locally),3300.01 per call) CAN_Task_20ms/81 (354334802 (estimated locally),3300.01 per call) task_100ms/42 (354334802 (estimated locally),3300.01 per call) task_200ms/43 (354334802 (estimated locally),3300.01 per call) task_1s/46 (354334802 (estimated locally),3300.01 per call) ECU3_KATECH_Logic_init/73 (107374 (estimated locally),1.00 per call) debug_printf/72 (107374 (estimated locally),1.00 per call) WATCHDOG_HAL_Init/71 (107374 (estimated locally),1.00 per call) tmr_delay/70 (107374 (estimated locally),1.00 per call) board_init/69 (107374 (estimated locally),1.00 per call) Can_Init_ECU3/68 (644019 (estimated locally),6.00 per call) Pit_Ip_StartChannel/67 (107374 (estimated locally),1.00 per call) Pit_Ip_EnableChannelInterrupt/66 (107374 (estimated locally),1.00 per call) Pit_Ip_InitChannel/64 (107374 (estimated locally),1.00 per call) Pit_Ip_Init/62 (107374 (estimated locally),1.00 per call) SPI_init/61 (107374 (estimated locally),1.00 per call) i2c0_init/60 (107374 (estimated locally),1.00 per call) i2c1_init/59 (107374 (estimated locally),1.00 per call) Adc_Init/58 (107374 (estimated locally),1.00 per call) pwm_init/57 (107374 (estimated locally),1.00 per call) Uart_Init/56 (107374 (estimated locally),1.00 per call) IntCtrl_Ip_ConfigIrqRouting/54 (107374 (estimated locally),1.00 per call) IntCtrl_Ip_Init/52 (107374 (estimated locally),1.00 per call) Siul2_Port_Ip_Init/50 (107374 (estimated locally),1.00 per call) Clock_Ip_Init/48 (107374 (estimated locally),1.00 per call) Gvar_init/47 (107374 (estimated locally),1.00 per call)
|
Calls: uds_wait/75 (1073741824 (estimated locally),10000.02 per call) WATCHDOG_HAL_Fed/74 (1073741824 (estimated locally),10000.02 per call) task_500us/33 (719407022 (estimated locally),6700.01 per call) ECU3_KATECH_Logic_2ms/78 (354334802 (estimated locally),3300.01 per call) CAN_Task_5ms/79 (354334802 (estimated locally),3300.01 per call) CAN_Task_10ms/80 (354334802 (estimated locally),3300.01 per call) CAN_Task_20ms/81 (354334802 (estimated locally),3300.01 per call) task_100ms/42 (354334802 (estimated locally),3300.01 per call) task_200ms/43 (354334802 (estimated locally),3300.01 per call) task_1s/46 (354334802 (estimated locally),3300.01 per call) ECU3_KATECH_Logic_init/73 (107374 (estimated locally),1.00 per call) debug_printf/72 (107374 (estimated locally),1.00 per call) WATCHDOG_HAL_Init/71 (107374 (estimated locally),1.00 per call) tmr_delay/70 (107374 (estimated locally),1.00 per call) board_init/69 (107374 (estimated locally),1.00 per call) Can_Init_ECU3/68 (644019 (estimated locally),6.00 per call) Pit_Ip_StartChannel/67 (107374 (estimated locally),1.00 per call) Pit_Ip_EnableChannelInterrupt/66 (107374 (estimated locally),1.00 per call) Pit_Ip_InitChannel/64 (107374 (estimated locally),1.00 per call) Pit_Ip_Init/62 (107374 (estimated locally),1.00 per call) SPI_init/61 (107374 (estimated locally),1.00 per call) i2c0_init/60 (107374 (estimated locally),1.00 per call) i2c1_init/59 (107374 (estimated locally),1.00 per call) Adc_Init/58 (107374 (estimated locally),1.00 per call) pwm_init/57 (107374 (estimated locally),1.00 per call) Uart_Init/56 (107374 (estimated locally),1.00 per call) IntCtrl_Ip_ConfigIrqRouting/54 (107374 (estimated locally),1.00 per call) IntCtrl_Ip_Init/52 (107374 (estimated locally),1.00 per call) Siul2_Port_Ip_Init/50 (107374 (estimated locally),1.00 per call) Clock_Ip_Init/48 (107374 (estimated locally),1.00 per call) Gvar_init/47 (107374 (estimated locally),1.00 per call)
|
||||||
task_1s/46 (task_1s) @0963ca80
|
task_1s/46 (task_1s) @0955da80
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @07f4a108
|
Aux: @08a9a3c0
|
||||||
References: gb/27 (read)
|
References: gb/27 (read)
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
||||||
Calls: led_onoff/86 (1073741824 (estimated locally),1.00 per call) CAN_Task_1000ms/85 (1073741824 (estimated locally),1.00 per call)
|
Calls: led_onoff/86 (1073741824 (estimated locally),1.00 per call) CAN_Task_1000ms/85 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_200ms/43 (task_200ms) @0963c620
|
task_200ms/43 (task_200ms) @0955d620
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @07f4a168
|
Aux: @08a9a120
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
||||||
Calls: PWM_for_dirve_mode/84 (1073741824 (estimated locally),1.00 per call) CAN_Task_200ms/83 (1073741824 (estimated locally),1.00 per call)
|
Calls: PWM_for_dirve_mode/84 (1073741824 (estimated locally),1.00 per call) CAN_Task_200ms/83 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_100ms/42 (task_100ms) @0963c380
|
task_100ms/42 (task_100ms) @0955d380
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @07f4a3a8
|
Aux: @08a9a100
|
||||||
References: test_pwm/39 (read)test_pwm/39 (write)test_pwm/39 (write)C_100ms/41 (read)C_100ms/41 (write)
|
References: test_pwm/39 (read)test_pwm/39 (write)test_pwm/39 (write)C_100ms/41 (read)C_100ms/41 (write)
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||||
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
Called by: main/32 (354334802 (estimated locally),3300.01 per call)
|
||||||
Calls: CAN_Task_100ms/82 (1073741824 (estimated locally),1.00 per call)
|
Calls: CAN_Task_100ms/82 (1073741824 (estimated locally),1.00 per call)
|
||||||
task_500us/33 (task_500us) @09634540
|
task_500us/33 (task_500us) @09555540
|
||||||
Type: function definition analyzed
|
Type: function definition analyzed
|
||||||
Visibility: externally_visible public
|
Visibility: externally_visible public
|
||||||
Aux: @07f4a2e8
|
Aux: @08a9a300
|
||||||
References:
|
References:
|
||||||
Referring:
|
Referring:
|
||||||
Availability: available
|
Availability: available
|
||||||
|
|||||||
Binary file not shown.
@ -27,7 +27,7 @@ float GV_RC_BrakeTorqueCommand_Master = 0;
|
|||||||
float GV_Master_Brake_Torque_Command = 0;
|
float GV_Master_Brake_Torque_Command = 0;
|
||||||
float GV_RC_RWA_RackAngleCommand = 0;
|
float GV_RC_RWA_RackAngleCommand = 0;
|
||||||
float GV_Brake_Torque_Command = 0;
|
float GV_Brake_Torque_Command = 0;
|
||||||
uint32_t GV_RC_Drive_ACC_Cmd = 0;
|
float GV_RC_Drive_ACC_Cmd = 0;
|
||||||
uint32_t GV_RC_Vx_Command = 0;
|
uint32_t GV_RC_Vx_Command = 0;
|
||||||
uint32_t GV_RC_VCU_counter1 = 0;
|
uint32_t GV_RC_VCU_counter1 = 0;
|
||||||
uint32_t GV_RC_VCU_counter1_CHECK = 260;
|
uint32_t GV_RC_VCU_counter1_CHECK = 260;
|
||||||
|
|||||||
@ -28,7 +28,7 @@ extern float GV_RC_BrakeTorqueCommand_Master;
|
|||||||
extern float GV_Master_Brake_Torque_Command;
|
extern float GV_Master_Brake_Torque_Command;
|
||||||
extern float GV_RC_RWA_RackAngleCommand;
|
extern float GV_RC_RWA_RackAngleCommand;
|
||||||
extern float GV_Brake_Torque_Command;
|
extern float GV_Brake_Torque_Command;
|
||||||
extern uint32_t GV_RC_Drive_ACC_Cmd;
|
extern float GV_RC_Drive_ACC_Cmd;
|
||||||
extern uint32_t GV_RC_Vx_Command;
|
extern uint32_t GV_RC_Vx_Command;
|
||||||
extern uint32_t GV_RC_VCU_counter1;
|
extern uint32_t GV_RC_VCU_counter1;
|
||||||
extern uint32_t GV_RC_VCU_counter1_CHECK;
|
extern uint32_t GV_RC_VCU_counter1_CHECK;
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -7,9 +7,9 @@
|
|||||||
*
|
*
|
||||||
* Code generated for Simulink model 'ADM_Integrated_Logic'.
|
* Code generated for Simulink model 'ADM_Integrated_Logic'.
|
||||||
*
|
*
|
||||||
* Model version : 14.42
|
* Model version : 14.98
|
||||||
* Simulink Coder version : 24.2 (R2024b) 21-Jun-2024
|
* Simulink Coder version : 24.2 (R2024b) 21-Jun-2024
|
||||||
* C/C++ source code generated on : Wed Oct 15 20:57:40 2025
|
* C/C++ source code generated on : Tue Oct 21 13:14:18 2025
|
||||||
*
|
*
|
||||||
* Target selection: ert.tlc
|
* Target selection: ert.tlc
|
||||||
* Embedded hardware selection: NXP->Cortex-M4
|
* Embedded hardware selection: NXP->Cortex-M4
|
||||||
@ -42,77 +42,78 @@ typedef struct tag_RTM_ADM_Integrated_Logic_T RT_MODEL_ADM_Integrated_Logic_T;
|
|||||||
|
|
||||||
/* Block signals and states (default storage) for system '<Root>' */
|
/* Block signals and states (default storage) for system '<Root>' */
|
||||||
typedef struct {
|
typedef struct {
|
||||||
double Delay_DSTATE_c[2]; /* '<S49>/Delay' */
|
double Delay_DSTATE_c[2]; /* '<S52>/Delay' */
|
||||||
double Delay3_DSTATE[2]; /* '<S49>/Delay3' */
|
double Delay3_DSTATE[2]; /* '<S52>/Delay3' */
|
||||||
double Delay_DSTATE_p[2]; /* '<S41>/Delay' */
|
double Delay_DSTATE_p[2]; /* '<S44>/Delay' */
|
||||||
double Delay3_DSTATE_h[2]; /* '<S41>/Delay3' */
|
double Delay3_DSTATE_h[2]; /* '<S44>/Delay3' */
|
||||||
double x_hat[3]; /* '<S1>/MATLAB Function' */
|
double x_hat[3]; /* '<S1>/MATLAB Function' */
|
||||||
double M; /* '<S10>/MATLAB Function' */
|
double M; /* '<S9>/MATLAB Function' */
|
||||||
double d1_DSTATE; /* '<S14>/d1' */
|
double d1_DSTATE; /* '<S13>/d1' */
|
||||||
double d_DSTATE; /* '<S14>/d' */
|
double d_DSTATE; /* '<S13>/d' */
|
||||||
double DiscreteTimeIntegrator_DSTATE;/* '<S26>/Discrete-Time Integrator' */
|
double Integrator_2_DSTATE; /* '<S11>/Integrator_2' */
|
||||||
double UD_DSTATE; /* '<S29>/UD' */
|
double Delay_DSTATE; /* '<S65>/Delay' */
|
||||||
double Memory_DSTATE; /* '<S11>/Memory' */
|
double Delay_DSTATE_i; /* '<S64>/Delay' */
|
||||||
|
double Memory_DSTATE; /* '<S10>/Memory' */
|
||||||
|
double DiscreteTimeIntegrator_DSTATE;/* '<S28>/Discrete-Time Integrator' */
|
||||||
|
double UD_DSTATE; /* '<S31>/UD' */
|
||||||
double DiscreteTransferFcn_states; /* '<S1>/Discrete Transfer Fcn' */
|
double DiscreteTransferFcn_states; /* '<S1>/Discrete Transfer Fcn' */
|
||||||
double Integrator_2_DSTATE; /* '<S12>/Integrator_2' */
|
double d1_DSTATE_c; /* '<S38>/d1' */
|
||||||
double Delay_DSTATE; /* '<S62>/Delay' */
|
double d_DSTATE_l; /* '<S38>/d' */
|
||||||
double Delay_DSTATE_i; /* '<S61>/Delay' */
|
double d_DSTATE_i; /* '<S48>/d' */
|
||||||
double d1_DSTATE_c; /* '<S35>/d1' */
|
double d1_DSTATE_p; /* '<S48>/d1' */
|
||||||
double d_DSTATE_l; /* '<S35>/d' */
|
double d_DSTATE_c; /* '<S49>/d' */
|
||||||
double d_DSTATE_i; /* '<S45>/d' */
|
double d1_DSTATE_h; /* '<S49>/d1' */
|
||||||
double d1_DSTATE_p; /* '<S45>/d1' */
|
double d_DSTATE_d; /* '<S50>/d' */
|
||||||
double d_DSTATE_c; /* '<S46>/d' */
|
double d1_DSTATE_l; /* '<S50>/d1' */
|
||||||
double d1_DSTATE_h; /* '<S46>/d1' */
|
double Delay1_DSTATE; /* '<S52>/Delay1' */
|
||||||
double d_DSTATE_d; /* '<S47>/d' */
|
double Delay2_DSTATE; /* '<S52>/Delay2' */
|
||||||
double d1_DSTATE_l; /* '<S47>/d1' */
|
double d1_DSTATE_e; /* '<S51>/d1' */
|
||||||
double Delay1_DSTATE; /* '<S49>/Delay1' */
|
double d_DSTATE_ij; /* '<S51>/d' */
|
||||||
double Delay2_DSTATE; /* '<S49>/Delay2' */
|
double d_DSTATE_ir; /* '<S40>/d' */
|
||||||
double d1_DSTATE_e; /* '<S48>/d1' */
|
double d1_DSTATE_o; /* '<S40>/d1' */
|
||||||
double d_DSTATE_ij; /* '<S48>/d' */
|
double d_DSTATE_m; /* '<S41>/d' */
|
||||||
double d_DSTATE_ir; /* '<S37>/d' */
|
double d1_DSTATE_hm; /* '<S41>/d1' */
|
||||||
double d1_DSTATE_o; /* '<S37>/d1' */
|
double d_DSTATE_mw; /* '<S42>/d' */
|
||||||
double d_DSTATE_m; /* '<S38>/d' */
|
double d1_DSTATE_g; /* '<S42>/d1' */
|
||||||
double d1_DSTATE_hm; /* '<S38>/d1' */
|
double d1_DSTATE_ej; /* '<S43>/d1' */
|
||||||
double d_DSTATE_mw; /* '<S39>/d' */
|
double d_DSTATE_j; /* '<S43>/d' */
|
||||||
double d1_DSTATE_g; /* '<S39>/d1' */
|
double Delay1_DSTATE_c; /* '<S44>/Delay1' */
|
||||||
double d1_DSTATE_ej; /* '<S40>/d1' */
|
double Delay2_DSTATE_n; /* '<S44>/Delay2' */
|
||||||
double d_DSTATE_j; /* '<S40>/d' */
|
double d1_DSTATE_ob; /* '<S59>/d1' */
|
||||||
double Delay1_DSTATE_c; /* '<S41>/Delay1' */
|
double d_DSTATE_e; /* '<S59>/d' */
|
||||||
double Delay2_DSTATE_n; /* '<S41>/Delay2' */
|
double d1_DSTATE_i; /* '<S60>/d1' */
|
||||||
double d1_DSTATE_ob; /* '<S56>/d1' */
|
double d_DSTATE_p; /* '<S60>/d' */
|
||||||
double d_DSTATE_e; /* '<S56>/d' */
|
double d1_DSTATE_o1; /* '<S61>/d1' */
|
||||||
double d1_DSTATE_i; /* '<S57>/d1' */
|
double d_DSTATE_n; /* '<S61>/d' */
|
||||||
double d_DSTATE_p; /* '<S57>/d' */
|
double Integrator_1_DSTATE; /* '<S11>/Integrator_1' */
|
||||||
double d1_DSTATE_o1; /* '<S58>/d1' */
|
double d1_DSTATE_a; /* '<S62>/d1' */
|
||||||
double d_DSTATE_n; /* '<S58>/d' */
|
double d_DSTATE_d1; /* '<S62>/d' */
|
||||||
double Integrator_1_DSTATE; /* '<S12>/Integrator_1' */
|
|
||||||
double d1_DSTATE_a; /* '<S59>/d1' */
|
|
||||||
double d_DSTATE_d1; /* '<S59>/d' */
|
|
||||||
double Delay_DSTATE_c4; /* '<S23>/Delay' */
|
double Delay_DSTATE_c4; /* '<S23>/Delay' */
|
||||||
double Delay_DSTATE_i1; /* '<S24>/Delay' */
|
double Delay_DSTATE_i1; /* '<S24>/Delay' */
|
||||||
double PrevY; /* '<S2>/Rate Limiter' */
|
double PrevY; /* '<S25>/Input_Vx_RateLimiter' */
|
||||||
double PrevY_o; /* '<S7>/Brake_Out_RateLimiter' */
|
double PrevY_b; /* '<S3>/Rate Limiter' */
|
||||||
double PrevY_a; /* '<S25>/Input_Vx_RateLimiter' */
|
double PrevY_o; /* '<S6>/Brake_Out_RateLimiter' */
|
||||||
double PrevY_ak; /* '<S7>/TargetSpd_RateLimiter' */
|
double PrevY_a; /* '<S6>/TargetSpd_RateLimiter' */
|
||||||
double Memory_PreviousInput; /* '<S7>/Memory' */
|
double Memory_PreviousInput; /* '<S6>/Memory' */
|
||||||
double prev_EstMass; /* '<S1>/MATLAB Function3' */
|
double Memory_PreviousInput_f; /* '<S28>/Memory' */
|
||||||
double HAC_ON_FLAG; /* '<S12>/HAC_OFF_OK_Func' */
|
double currentEstMass; /* '<S1>/MATLAB Function3' */
|
||||||
double Smoothed_Torque; /* '<S12>/HAC_OFF_OK_Func' */
|
double HAC_ON_FLAG; /* '<S11>/HAC_OFF_OK_Func' */
|
||||||
double HAC_Desired_Torque; /* '<S12>/HAC_OFF_OK_Func' */
|
double Smoothed_Torque; /* '<S11>/HAC_OFF_OK_Func' */
|
||||||
double HAC_ON_Timer; /* '<S12>/HAC_OFF_OK_Func' */
|
double HAC_Desired_Torque; /* '<S11>/HAC_OFF_OK_Func' */
|
||||||
uint8_t is_active_c6_ADM_Integrated_Log;/* '<S12>/Chart' */
|
double HAC_ON_Timer; /* '<S11>/HAC_OFF_OK_Func' */
|
||||||
uint8_t is_c6_ADM_Integrated_Logic; /* '<S12>/Chart' */
|
uint8_t is_active_c6_ADM_Integrated_Log;/* '<S11>/Chart' */
|
||||||
bool icLoad; /* '<S62>/Delay' */
|
uint8_t is_c6_ADM_Integrated_Logic; /* '<S11>/Chart' */
|
||||||
bool icLoad_e; /* '<S61>/Delay' */
|
bool icLoad; /* '<S65>/Delay' */
|
||||||
|
bool icLoad_e; /* '<S64>/Delay' */
|
||||||
bool icLoad_l; /* '<S23>/Delay' */
|
bool icLoad_l; /* '<S23>/Delay' */
|
||||||
bool icLoad_d; /* '<S24>/Delay' */
|
bool icLoad_d; /* '<S24>/Delay' */
|
||||||
bool prev_EstMass_not_empty; /* '<S1>/MATLAB Function3' */
|
bool isConverged; /* '<S1>/MATLAB Function3' */
|
||||||
} DW_ADM_Integrated_Logic_T;
|
} DW_ADM_Integrated_Logic_T;
|
||||||
|
|
||||||
/* Invariant block signals (default storage) */
|
/* Invariant block signals (default storage) */
|
||||||
typedef struct {
|
typedef struct {
|
||||||
const double W_value; /* '<S55>/Multiply' */
|
const double W_value; /* '<S58>/Multiply' */
|
||||||
const double W_Value_for_Brake; /* '<S55>/Multiply4' */
|
const double W_Value_for_Brake; /* '<S58>/Multiply4' */
|
||||||
} ConstB_ADM_Integrated_Logic_T;
|
} ConstB_ADM_Integrated_Logic_T;
|
||||||
|
|
||||||
/* External inputs (root inport signals with default storage) */
|
/* External inputs (root inport signals with default storage) */
|
||||||
@ -158,6 +159,7 @@ typedef struct {
|
|||||||
double Debug_HAC_Pitch_angle; /* '<Root>/Debug_HAC_Pitch_angle' */
|
double Debug_HAC_Pitch_angle; /* '<Root>/Debug_HAC_Pitch_angle' */
|
||||||
double Debug_HAC_Brake_Output; /* '<Root>/Debug_HAC_Brake_Output' */
|
double Debug_HAC_Brake_Output; /* '<Root>/Debug_HAC_Brake_Output' */
|
||||||
double Debug_CC_Brake_Output; /* '<Root>/Debug_CC_Brake_Output' */
|
double Debug_CC_Brake_Output; /* '<Root>/Debug_CC_Brake_Output' */
|
||||||
|
double Debug_AccControl_TorqueCmd; /* '<Root>/Debug_AccControl_TorqueCmd' */
|
||||||
double GV_RWS_RackAngleCmd1; /* '<Root>/GV_RWS_RackAngleCmd1' */
|
double GV_RWS_RackAngleCmd1; /* '<Root>/GV_RWS_RackAngleCmd1' */
|
||||||
double GV_Speed_Limit; /* '<Root>/GV_Speed_Limit' */
|
double GV_Speed_Limit; /* '<Root>/GV_Speed_Limit' */
|
||||||
double GV_Gear_Postion_Out; /* '<Root>/GV_Gear_Postion_Out' */
|
double GV_Gear_Postion_Out; /* '<Root>/GV_Gear_Postion_Out' */
|
||||||
@ -194,40 +196,46 @@ extern RT_MODEL_ADM_Integrated_Logic_T *const ADM_Integrated_Logic_M;
|
|||||||
/*-
|
/*-
|
||||||
* These blocks were eliminated from the model due to optimizations:
|
* These blocks were eliminated from the model due to optimizations:
|
||||||
*
|
*
|
||||||
* Block '<S29>/Data Type Duplicate' : Unused code path elimination
|
* Block '<S2>/Fault' : Unused code path elimination
|
||||||
* Block '<S28>/Data Type Duplicate' : Unused code path elimination
|
* Block '<S2>/Input_Acc_RateLimiter' : Unused code path elimination
|
||||||
* Block '<S28>/Data Type Propagation' : Unused code path elimination
|
* Block '<S2>/Non_Fault' : Unused code path elimination
|
||||||
* Block '<S32>/BW_PI' : Unused code path elimination
|
* Block '<S2>/Product' : Unused code path elimination
|
||||||
* Block '<S32>/Constant1' : Unused code path elimination
|
* Block '<S27>/Data Type Duplicate' : Unused code path elimination
|
||||||
* Block '<S32>/Constant16' : Unused code path elimination
|
* Block '<S27>/Data Type Propagation' : Unused code path elimination
|
||||||
* Block '<S32>/Constant17' : Unused code path elimination
|
* Block '<S2>/Switch' : Unused code path elimination
|
||||||
* Block '<S32>/Constant2' : Unused code path elimination
|
* Block '<S31>/Data Type Duplicate' : Unused code path elimination
|
||||||
* Block '<S55>/Brake_Saturation' : Unused code path elimination
|
* Block '<S35>/BW_PI' : Unused code path elimination
|
||||||
* Block '<S55>/Multiply5' : Unused code path elimination
|
* Block '<S35>/Constant1' : Unused code path elimination
|
||||||
* Block '<S55>/Radius1' : Unused code path elimination
|
* Block '<S35>/Constant16' : Unused code path elimination
|
||||||
* Block '<S61>/FixPt Data Type Duplicate' : Unused code path elimination
|
* Block '<S35>/Constant17' : Unused code path elimination
|
||||||
* Block '<S66>/Data Type Duplicate' : Unused code path elimination
|
* Block '<S35>/Constant2' : Unused code path elimination
|
||||||
* Block '<S66>/Data Type Propagation' : Unused code path elimination
|
* Block '<S58>/Brake_Saturation' : Unused code path elimination
|
||||||
* Block '<S62>/FixPt Data Type Duplicate' : Unused code path elimination
|
* Block '<S58>/Multiply5' : Unused code path elimination
|
||||||
* Block '<S67>/Data Type Duplicate' : Unused code path elimination
|
* Block '<S58>/Radius1' : Unused code path elimination
|
||||||
* Block '<S67>/Data Type Propagation' : Unused code path elimination
|
* Block '<S64>/FixPt Data Type Duplicate' : Unused code path elimination
|
||||||
* Block '<S12>/Scope2' : Unused code path elimination
|
|
||||||
* Block '<S23>/FixPt Data Type Duplicate' : Unused code path elimination
|
|
||||||
* Block '<S68>/Data Type Duplicate' : Unused code path elimination
|
|
||||||
* Block '<S68>/Data Type Propagation' : Unused code path elimination
|
|
||||||
* Block '<S24>/FixPt Data Type Duplicate' : Unused code path elimination
|
|
||||||
* Block '<S69>/Data Type Duplicate' : Unused code path elimination
|
* Block '<S69>/Data Type Duplicate' : Unused code path elimination
|
||||||
* Block '<S69>/Data Type Propagation' : Unused code path elimination
|
* Block '<S69>/Data Type Propagation' : Unused code path elimination
|
||||||
* Block '<S7>/ControlFlag' : Eliminated nontunable gain of 1
|
* Block '<S65>/FixPt Data Type Duplicate' : Unused code path elimination
|
||||||
* Block '<S32>/FBGain' : Eliminated nontunable gain of 1
|
* Block '<S70>/Data Type Duplicate' : Unused code path elimination
|
||||||
* Block '<S43>/FFGain' : Eliminated nontunable gain of 1
|
* Block '<S70>/Data Type Propagation' : Unused code path elimination
|
||||||
|
* Block '<S11>/Scope2' : Unused code path elimination
|
||||||
|
* Block '<S23>/FixPt Data Type Duplicate' : Unused code path elimination
|
||||||
|
* Block '<S71>/Data Type Duplicate' : Unused code path elimination
|
||||||
|
* Block '<S71>/Data Type Propagation' : Unused code path elimination
|
||||||
|
* Block '<S24>/FixPt Data Type Duplicate' : Unused code path elimination
|
||||||
|
* Block '<S72>/Data Type Duplicate' : Unused code path elimination
|
||||||
|
* Block '<S72>/Data Type Propagation' : Unused code path elimination
|
||||||
|
* Block '<S6>/ControlFlag' : Eliminated nontunable gain of 1
|
||||||
|
* Block '<S35>/FBGain' : Eliminated nontunable gain of 1
|
||||||
|
* Block '<S46>/FFGain' : Eliminated nontunable gain of 1
|
||||||
* Block '<S1>/Data Type Conversion1' : Eliminate redundant data type conversion
|
* Block '<S1>/Data Type Conversion1' : Eliminate redundant data type conversion
|
||||||
* Block '<S1>/Data Type Conversion3' : Eliminate redundant data type conversion
|
* Block '<S1>/Data Type Conversion3' : Eliminate redundant data type conversion
|
||||||
* Block '<S55>/HAC_Gain' : Eliminated nontunable gain of 1
|
* Block '<S58>/HAC_Gain' : Eliminated nontunable gain of 1
|
||||||
* Block '<S61>/Zero-Order Hold' : Eliminated since input and output rates are identical
|
* Block '<S64>/Zero-Order Hold' : Eliminated since input and output rates are identical
|
||||||
* Block '<S62>/Zero-Order Hold' : Eliminated since input and output rates are identical
|
* Block '<S65>/Zero-Order Hold' : Eliminated since input and output rates are identical
|
||||||
* Block '<S23>/Zero-Order Hold' : Eliminated since input and output rates are identical
|
* Block '<S23>/Zero-Order Hold' : Eliminated since input and output rates are identical
|
||||||
* Block '<S24>/Zero-Order Hold' : Eliminated since input and output rates are identical
|
* Block '<S24>/Zero-Order Hold' : Eliminated since input and output rates are identical
|
||||||
|
* Block '<S1>/Constant5' : Unused code path elimination
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
@ -246,23 +254,23 @@ extern RT_MODEL_ADM_Integrated_Logic_T *const ADM_Integrated_Logic_M;
|
|||||||
*
|
*
|
||||||
* '<Root>' : 'ADM_Integrated_Logic'
|
* '<Root>' : 'ADM_Integrated_Logic'
|
||||||
* '<S1>' : 'ADM_Integrated_Logic/Delivery_Mobility'
|
* '<S1>' : 'ADM_Integrated_Logic/Delivery_Mobility'
|
||||||
* '<S2>' : 'ADM_Integrated_Logic/Delivery_Mobility/Acceleration_Control'
|
* '<S2>' : 'ADM_Integrated_Logic/Delivery_Mobility/Acc_Logic'
|
||||||
* '<S3>' : 'ADM_Integrated_Logic/Delivery_Mobility/Actuator_Fault_Decision'
|
* '<S3>' : 'ADM_Integrated_Logic/Delivery_Mobility/Acceleration_Control'
|
||||||
* '<S4>' : 'ADM_Integrated_Logic/Delivery_Mobility/Compare To Constant'
|
* '<S4>' : 'ADM_Integrated_Logic/Delivery_Mobility/Actuator_Fault_Decision'
|
||||||
* '<S5>' : 'ADM_Integrated_Logic/Delivery_Mobility/Compare To Constant1'
|
* '<S5>' : 'ADM_Integrated_Logic/Delivery_Mobility/Compare To Constant'
|
||||||
* '<S6>' : 'ADM_Integrated_Logic/Delivery_Mobility/Compare To Constant2'
|
* '<S6>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1'
|
||||||
* '<S7>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1'
|
* '<S7>' : 'ADM_Integrated_Logic/Delivery_Mobility/Emergency_Brake_Func'
|
||||||
* '<S8>' : 'ADM_Integrated_Logic/Delivery_Mobility/Emergency_Brake_Func'
|
* '<S8>' : 'ADM_Integrated_Logic/Delivery_Mobility/Emergency_Motor_Func'
|
||||||
* '<S9>' : 'ADM_Integrated_Logic/Delivery_Mobility/Emergency_Motor_Func'
|
* '<S9>' : 'ADM_Integrated_Logic/Delivery_Mobility/Enabled Subsystem'
|
||||||
* '<S10>' : 'ADM_Integrated_Logic/Delivery_Mobility/Enabled Subsystem'
|
* '<S10>' : 'ADM_Integrated_Logic/Delivery_Mobility/Gear_Position'
|
||||||
* '<S11>' : 'ADM_Integrated_Logic/Delivery_Mobility/Gear_Position'
|
* '<S11>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1'
|
||||||
* '<S12>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1'
|
* '<S12>' : 'ADM_Integrated_Logic/Delivery_Mobility/IDB_Fault_Injection'
|
||||||
* '<S13>' : 'ADM_Integrated_Logic/Delivery_Mobility/IDB_Fault_Injection'
|
* '<S13>' : 'ADM_Integrated_Logic/Delivery_Mobility/LPFM5'
|
||||||
* '<S14>' : 'ADM_Integrated_Logic/Delivery_Mobility/LPFM5'
|
* '<S14>' : 'ADM_Integrated_Logic/Delivery_Mobility/MATLAB Function'
|
||||||
* '<S15>' : 'ADM_Integrated_Logic/Delivery_Mobility/MATLAB Function'
|
* '<S15>' : 'ADM_Integrated_Logic/Delivery_Mobility/MATLAB Function1'
|
||||||
* '<S16>' : 'ADM_Integrated_Logic/Delivery_Mobility/MATLAB Function1'
|
* '<S16>' : 'ADM_Integrated_Logic/Delivery_Mobility/MATLAB Function2'
|
||||||
* '<S17>' : 'ADM_Integrated_Logic/Delivery_Mobility/MATLAB Function2'
|
* '<S17>' : 'ADM_Integrated_Logic/Delivery_Mobility/MATLAB Function3'
|
||||||
* '<S18>' : 'ADM_Integrated_Logic/Delivery_Mobility/MATLAB Function3'
|
* '<S18>' : 'ADM_Integrated_Logic/Delivery_Mobility/MATLAB Function4'
|
||||||
* '<S19>' : 'ADM_Integrated_Logic/Delivery_Mobility/MATLAB Function5'
|
* '<S19>' : 'ADM_Integrated_Logic/Delivery_Mobility/MATLAB Function5'
|
||||||
* '<S20>' : 'ADM_Integrated_Logic/Delivery_Mobility/MATLAB Function6'
|
* '<S20>' : 'ADM_Integrated_Logic/Delivery_Mobility/MATLAB Function6'
|
||||||
* '<S21>' : 'ADM_Integrated_Logic/Delivery_Mobility/MCU_Fault_Injection'
|
* '<S21>' : 'ADM_Integrated_Logic/Delivery_Mobility/MCU_Fault_Injection'
|
||||||
@ -270,52 +278,55 @@ extern RT_MODEL_ADM_Integrated_Logic_T *const ADM_Integrated_Logic_M;
|
|||||||
* '<S23>' : 'ADM_Integrated_Logic/Delivery_Mobility/Rate Limiter Dynamic'
|
* '<S23>' : 'ADM_Integrated_Logic/Delivery_Mobility/Rate Limiter Dynamic'
|
||||||
* '<S24>' : 'ADM_Integrated_Logic/Delivery_Mobility/Rate Limiter Dynamic1'
|
* '<S24>' : 'ADM_Integrated_Logic/Delivery_Mobility/Rate Limiter Dynamic1'
|
||||||
* '<S25>' : 'ADM_Integrated_Logic/Delivery_Mobility/Vx_Logic'
|
* '<S25>' : 'ADM_Integrated_Logic/Delivery_Mobility/Vx_Logic'
|
||||||
* '<S26>' : 'ADM_Integrated_Logic/Delivery_Mobility/Acceleration_Control/Controller'
|
* '<S26>' : 'ADM_Integrated_Logic/Delivery_Mobility/Acc_Logic/Acc_OutPut_Function'
|
||||||
* '<S27>' : 'ADM_Integrated_Logic/Delivery_Mobility/Acceleration_Control/MATLAB Function'
|
* '<S27>' : 'ADM_Integrated_Logic/Delivery_Mobility/Acc_Logic/Saturation Dynamic'
|
||||||
* '<S28>' : 'ADM_Integrated_Logic/Delivery_Mobility/Acceleration_Control/Saturation Dynamic'
|
* '<S28>' : 'ADM_Integrated_Logic/Delivery_Mobility/Acceleration_Control/Controller'
|
||||||
* '<S29>' : 'ADM_Integrated_Logic/Delivery_Mobility/Acceleration_Control/Controller/Discrete Derivative'
|
* '<S29>' : 'ADM_Integrated_Logic/Delivery_Mobility/Acceleration_Control/MATLAB Function'
|
||||||
* '<S30>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/DOB'
|
* '<S30>' : 'ADM_Integrated_Logic/Delivery_Mobility/Acceleration_Control/MATLAB Function1'
|
||||||
* '<S31>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/DOB_Gain'
|
* '<S31>' : 'ADM_Integrated_Logic/Delivery_Mobility/Acceleration_Control/Controller/Discrete Derivative'
|
||||||
* '<S32>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/FF_PID_Controller'
|
* '<S32>' : 'ADM_Integrated_Logic/Delivery_Mobility/Acceleration_Control/Controller/MATLAB Function'
|
||||||
* '<S33>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/GearCondition_Brake'
|
* '<S33>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/DOB'
|
||||||
* '<S34>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/Gear_pos_out'
|
* '<S34>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/DOB_Gain'
|
||||||
* '<S35>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/LPFM'
|
* '<S35>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/FF_PID_Controller'
|
||||||
* '<S36>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/Target_RPM'
|
* '<S36>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/GearCondition_Brake'
|
||||||
* '<S37>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/DOB/Dot3'
|
* '<S37>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/Gear_pos_out'
|
||||||
* '<S38>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/DOB/Dot4'
|
* '<S38>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/LPFM'
|
||||||
* '<S39>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/DOB/Dot5'
|
* '<S39>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/Target_RPM'
|
||||||
* '<S40>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/DOB/LPFM'
|
* '<S40>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/DOB/Dot3'
|
||||||
* '<S41>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/DOB/Second order LPF'
|
* '<S41>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/DOB/Dot4'
|
||||||
* '<S42>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/FF_PID_Controller/FB'
|
* '<S42>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/DOB/Dot5'
|
||||||
* '<S43>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/FF_PID_Controller/FF'
|
* '<S43>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/DOB/LPFM'
|
||||||
* '<S44>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/FF_PID_Controller/FB/P'
|
* '<S44>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/DOB/Second order LPF'
|
||||||
* '<S45>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/FF_PID_Controller/FF/Dot'
|
* '<S45>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/FF_PID_Controller/FB'
|
||||||
* '<S46>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/FF_PID_Controller/FF/Dot2'
|
* '<S46>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/FF_PID_Controller/FF'
|
||||||
* '<S47>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/FF_PID_Controller/FF/Dot3'
|
* '<S47>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/FF_PID_Controller/FB/P'
|
||||||
* '<S48>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/FF_PID_Controller/FF/LPFM'
|
* '<S48>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/FF_PID_Controller/FF/Dot'
|
||||||
* '<S49>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/FF_PID_Controller/FF/Second order LPF'
|
* '<S49>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/FF_PID_Controller/FF/Dot2'
|
||||||
* '<S50>' : 'ADM_Integrated_Logic/Delivery_Mobility/Enabled Subsystem/MATLAB Function'
|
* '<S50>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/FF_PID_Controller/FF/Dot3'
|
||||||
* '<S51>' : 'ADM_Integrated_Logic/Delivery_Mobility/Gear_Position/Compare To Constant'
|
* '<S51>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/FF_PID_Controller/FF/LPFM'
|
||||||
* '<S52>' : 'ADM_Integrated_Logic/Delivery_Mobility/Gear_Position/Gear_FUNCTION1'
|
* '<S52>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/FF_PID_Controller/FF/Second order LPF'
|
||||||
* '<S53>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Chart'
|
* '<S53>' : 'ADM_Integrated_Logic/Delivery_Mobility/Enabled Subsystem/MATLAB Function'
|
||||||
* '<S54>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/HAC_OFF_OK_Func'
|
* '<S54>' : 'ADM_Integrated_Logic/Delivery_Mobility/Gear_Position/Compare To Constant'
|
||||||
* '<S55>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Hill_Required_Torque2'
|
* '<S55>' : 'ADM_Integrated_Logic/Delivery_Mobility/Gear_Position/Gear_FUNCTION1'
|
||||||
* '<S56>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/LPFM'
|
* '<S56>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Chart'
|
||||||
* '<S57>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/LPFM1'
|
* '<S57>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/HAC_OFF_OK_Func'
|
||||||
* '<S58>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/LPFM2'
|
* '<S58>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Hill_Required_Torque2'
|
||||||
* '<S59>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/LPFM3'
|
* '<S59>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/LPFM'
|
||||||
* '<S60>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Pitch_calculate'
|
* '<S60>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/LPFM1'
|
||||||
* '<S61>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Rate Limiter Dynamic'
|
* '<S61>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/LPFM2'
|
||||||
* '<S62>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Rate Limiter Dynamic1'
|
* '<S62>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/LPFM3'
|
||||||
* '<S63>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Hill_Required_Torque2/Calculate_F_R'
|
* '<S63>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Pitch_calculate'
|
||||||
* '<S64>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Hill_Required_Torque2/Calculate_F_c'
|
* '<S64>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Rate Limiter Dynamic'
|
||||||
* '<S65>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Hill_Required_Torque2/Calculate_F_c1'
|
* '<S65>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Rate Limiter Dynamic1'
|
||||||
* '<S66>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Rate Limiter Dynamic/Saturation Dynamic'
|
* '<S66>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Hill_Required_Torque2/Calculate_F_R'
|
||||||
* '<S67>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Rate Limiter Dynamic1/Saturation Dynamic'
|
* '<S67>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Hill_Required_Torque2/Calculate_F_c'
|
||||||
* '<S68>' : 'ADM_Integrated_Logic/Delivery_Mobility/Rate Limiter Dynamic/Saturation Dynamic'
|
* '<S68>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Hill_Required_Torque2/Calculate_F_c1'
|
||||||
* '<S69>' : 'ADM_Integrated_Logic/Delivery_Mobility/Rate Limiter Dynamic1/Saturation Dynamic'
|
* '<S69>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Rate Limiter Dynamic/Saturation Dynamic'
|
||||||
* '<S70>' : 'ADM_Integrated_Logic/Delivery_Mobility/Vx_Logic/Compare To Constant'
|
* '<S70>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Rate Limiter Dynamic1/Saturation Dynamic'
|
||||||
* '<S71>' : 'ADM_Integrated_Logic/Delivery_Mobility/Vx_Logic/Vx_OutPut_Function'
|
* '<S71>' : 'ADM_Integrated_Logic/Delivery_Mobility/Rate Limiter Dynamic/Saturation Dynamic'
|
||||||
|
* '<S72>' : 'ADM_Integrated_Logic/Delivery_Mobility/Rate Limiter Dynamic1/Saturation Dynamic'
|
||||||
|
* '<S73>' : 'ADM_Integrated_Logic/Delivery_Mobility/Vx_Logic/Compare To Constant'
|
||||||
|
* '<S74>' : 'ADM_Integrated_Logic/Delivery_Mobility/Vx_Logic/Vx_OutPut_Function'
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
|
|||||||
@ -7,9 +7,9 @@
|
|||||||
*
|
*
|
||||||
* Code generated for Simulink model 'ADM_Integrated_Logic'.
|
* Code generated for Simulink model 'ADM_Integrated_Logic'.
|
||||||
*
|
*
|
||||||
* Model version : 14.42
|
* Model version : 14.98
|
||||||
* Simulink Coder version : 24.2 (R2024b) 21-Jun-2024
|
* Simulink Coder version : 24.2 (R2024b) 21-Jun-2024
|
||||||
* C/C++ source code generated on : Wed Oct 15 20:57:40 2025
|
* C/C++ source code generated on : Tue Oct 21 13:14:18 2025
|
||||||
*
|
*
|
||||||
* Target selection: ert.tlc
|
* Target selection: ert.tlc
|
||||||
* Embedded hardware selection: NXP->Cortex-M4
|
* Embedded hardware selection: NXP->Cortex-M4
|
||||||
@ -24,8 +24,8 @@
|
|||||||
|
|
||||||
/* Invariant block signals (default storage) */
|
/* Invariant block signals (default storage) */
|
||||||
const ConstB_ADM_Integrated_Logic_T ADM_Integrated_Logic_ConstB = {
|
const ConstB_ADM_Integrated_Logic_T ADM_Integrated_Logic_ConstB = {
|
||||||
12753.0, /* '<S55>/Multiply' */
|
12753.0, /* '<S58>/Multiply' */
|
||||||
12753.0 /* '<S55>/Multiply4' */
|
12753.0 /* '<S58>/Multiply4' */
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@ -19,7 +19,11 @@ void Input_Data_Set_Logic(void)
|
|||||||
ADM_Integrated_Logic_U.GV_IMU_PitchRtVal = GV_IMU_PitchRtVal;
|
ADM_Integrated_Logic_U.GV_IMU_PitchRtVal = GV_IMU_PitchRtVal;
|
||||||
ADM_Integrated_Logic_U.GV_Drive_ACC_Cmd = GV_RC_Drive_ACC_Cmd;
|
ADM_Integrated_Logic_U.GV_Drive_ACC_Cmd = GV_RC_Drive_ACC_Cmd;
|
||||||
ADM_Integrated_Logic_U.GV_VCU_Acc_Limit = GV_VCU_Acc_Limit;
|
ADM_Integrated_Logic_U.GV_VCU_Acc_Limit = GV_VCU_Acc_Limit;
|
||||||
ADM_Integrated_Logic_U.GV_VCU_AccControlFlag = GV_VCU_AccControlFlag;
|
ADM_Integrated_Logic_U.GV_BrakeTorqueCommand = GV_RC_BrakeTorqueCommand;
|
||||||
|
ADM_Integrated_Logic_U.GV_MCU_EstTrq = GV_MCU_EstTrq;
|
||||||
|
// ADM_Integrated_Logic_U.GV_VCU_AccControlFlag = GV_VCU_AccControlFlag;
|
||||||
|
ADM_Integrated_Logic_U.GV_VCU_AccControlFlag = 0;
|
||||||
|
|
||||||
ADM_Integrated_Logic_U.GV_ACU_ECU_Fault_Flag = GV_ACU_ECU_Fault_Flag;
|
ADM_Integrated_Logic_U.GV_ACU_ECU_Fault_Flag = GV_ACU_ECU_Fault_Flag;
|
||||||
ADM_Integrated_Logic_U.GV_ACU_ECU_Fault_Flag1 = GV_ACU_ECU_Fault_Flag1;
|
ADM_Integrated_Logic_U.GV_ACU_ECU_Fault_Flag1 = GV_ACU_ECU_Fault_Flag1;
|
||||||
ADM_Integrated_Logic_U.GV_ACU_ECU_Fault_Flag2 = GV_ACU_ECU_Fault_Flag2;
|
ADM_Integrated_Logic_U.GV_ACU_ECU_Fault_Flag2 = GV_ACU_ECU_Fault_Flag2;
|
||||||
@ -31,8 +35,6 @@ void Input_Data_Set_Logic(void)
|
|||||||
ADM_Integrated_Logic_U.GV_RWA1_ECU_Fault_Flag = GV_VCU_RC_RWA1_ECU_Fault_Flag;
|
ADM_Integrated_Logic_U.GV_RWA1_ECU_Fault_Flag = GV_VCU_RC_RWA1_ECU_Fault_Flag;
|
||||||
ADM_Integrated_Logic_U.GV_RWA2_ECU_Fault_Flag = GV_VCU_RC_RWA2_ECU_Fault_Flag;
|
ADM_Integrated_Logic_U.GV_RWA2_ECU_Fault_Flag = GV_VCU_RC_RWA2_ECU_Fault_Flag;
|
||||||
ADM_Integrated_Logic_U.GV_RWA_Actuator_Fault = GV_RC_VCU_RWA_Actuator_Fault_Flag;
|
ADM_Integrated_Logic_U.GV_RWA_Actuator_Fault = GV_RC_VCU_RWA_Actuator_Fault_Flag;
|
||||||
ADM_Integrated_Logic_U.GV_BrakeTorqueCommand = GV_RC_BrakeTorqueCommand;
|
|
||||||
ADM_Integrated_Logic_U.GV_MCU_EstTrq = GV_MCU_EstTrq;
|
|
||||||
|
|
||||||
// ADM_Integrated_Logic_U.GV_ACU_ECU_Fault_Flag = 0;
|
// ADM_Integrated_Logic_U.GV_ACU_ECU_Fault_Flag = 0;
|
||||||
// ADM_Integrated_Logic_U.GV_ACU_ECU_Fault_Flag1 = 0;
|
// ADM_Integrated_Logic_U.GV_ACU_ECU_Fault_Flag1 = 0;
|
||||||
@ -50,7 +52,8 @@ void Input_Data_Set_Logic(void)
|
|||||||
{
|
{
|
||||||
ADM_Integrated_Logic_U.GV_BrakeTorqueCommand = GV_ACU_BrakeTorqueCommand;
|
ADM_Integrated_Logic_U.GV_BrakeTorqueCommand = GV_ACU_BrakeTorqueCommand;
|
||||||
ADM_Integrated_Logic_U.GV_Vx_Command = GV_ACU_Vx_Command;
|
ADM_Integrated_Logic_U.GV_Vx_Command = GV_ACU_Vx_Command;
|
||||||
ADM_Integrated_Logic_U.GV_Drive_ACC_Cmd = GV_RC_Drive_ACC_Cmd;
|
// ADM_Integrated_Logic_U.GV_Drive_ACC_Cmd = GV_ACU_Drive_ACC_Cmd;
|
||||||
|
ADM_Integrated_Logic_U.GV_Drive_ACC_Cmd = 0;
|
||||||
ADM_Integrated_Logic_U.GV_Vx_Limit = 40;
|
ADM_Integrated_Logic_U.GV_Vx_Limit = 40;
|
||||||
ADM_Integrated_Logic_U.GV_VCU_GearSelStat = GV_ACU_VCU_GearPos;
|
ADM_Integrated_Logic_U.GV_VCU_GearSelStat = GV_ACU_VCU_GearPos;
|
||||||
ADM_Integrated_Logic_U.GV_RWA_RackAngleCommand = GV_ACU_RWA_cmd_deg;
|
ADM_Integrated_Logic_U.GV_RWA_RackAngleCommand = GV_ACU_RWA_cmd_deg;
|
||||||
@ -60,7 +63,8 @@ void Input_Data_Set_Logic(void)
|
|||||||
{
|
{
|
||||||
ADM_Integrated_Logic_U.GV_BrakeTorqueCommand = GV_RC_BrakeTorqueCommand;
|
ADM_Integrated_Logic_U.GV_BrakeTorqueCommand = GV_RC_BrakeTorqueCommand;
|
||||||
ADM_Integrated_Logic_U.GV_Vx_Command = GV_RC_Vx_Command;
|
ADM_Integrated_Logic_U.GV_Vx_Command = GV_RC_Vx_Command;
|
||||||
ADM_Integrated_Logic_U.GV_Drive_ACC_Cmd = GV_ACU_Drive_ACC_Cmd;
|
// ADM_Integrated_Logic_U.GV_Drive_ACC_Cmd = GV_RC_Drive_ACC_Cmd;
|
||||||
|
ADM_Integrated_Logic_U.GV_Drive_ACC_Cmd = 0;
|
||||||
ADM_Integrated_Logic_U.GV_Vx_Limit = GV_RC_VX_Limit;
|
ADM_Integrated_Logic_U.GV_Vx_Limit = GV_RC_VX_Limit;
|
||||||
ADM_Integrated_Logic_U.GV_VCU_GearSelStat = GV_RC_GearSelStat;
|
ADM_Integrated_Logic_U.GV_VCU_GearSelStat = GV_RC_GearSelStat;
|
||||||
ADM_Integrated_Logic_U.GV_RWA_RackAngleCommand = GV_RC_RWA_RackAngleCommand;
|
ADM_Integrated_Logic_U.GV_RWA_RackAngleCommand = GV_RC_RWA_RackAngleCommand;
|
||||||
@ -133,12 +137,12 @@ void Output_Data_Set_Logic(void)
|
|||||||
GV_IDB_BrakeTorqueCommand = GV_Master_Brake_Torque_Command;
|
GV_IDB_BrakeTorqueCommand = GV_Master_Brake_Torque_Command;
|
||||||
GV_RCU_BrakeTorqueCommand = GV_Master_Brake_Torque_Command;
|
GV_RCU_BrakeTorqueCommand = GV_Master_Brake_Torque_Command;
|
||||||
|
|
||||||
if(GV_VCU_RC_IDB_ECU_Fault_Flag == 1) GV_IDB_BrakeTorqueCommand = 0;
|
if(ADM_Integrated_Logic_U.GV_IDB_ECU_Fault_Flag == 1) GV_IDB_BrakeTorqueCommand = 0;
|
||||||
if(GV_VCU_RC_RCU_ECU_Fault_Flag == 1) GV_RCU_BrakeTorqueCommand = 0;
|
if(ADM_Integrated_Logic_U.GV_RCU_ECU_Fault_Flag == 1) GV_RCU_BrakeTorqueCommand = 0;
|
||||||
|
|
||||||
if(GV_VCU_RC_RWA1_ECU_Fault_Flag == 1) GV_RWA_040_RackAngleCmd = 0;
|
if(ADM_Integrated_Logic_U.GV_RWA1_ECU_Fault_Flag == 1) GV_RWA_040_RackAngleCmd = 0;
|
||||||
if(GV_VCU_RC_RWA2_ECU_Fault_Flag == 1) GV_RWA2_040_RackAngleCmd = 0;
|
if(ADM_Integrated_Logic_U.GV_RWA2_ECU_Fault_Flag == 1) GV_RWA2_040_RackAngleCmd = 0;
|
||||||
if(GV_RC_VCU_RWA_Actuator_Fault_Flag == 1)
|
if(ADM_Integrated_Logic_U.GV_RWA_Actuator_Fault == 1)
|
||||||
{
|
{
|
||||||
GV_RWA_040_RackAngleCmd = 0;
|
GV_RWA_040_RackAngleCmd = 0;
|
||||||
GV_RWA2_040_RackAngleCmd = 0;
|
GV_RWA2_040_RackAngleCmd = 0;
|
||||||
|
|||||||
@ -131,13 +131,13 @@ void Emergency_Stop_Mode_Func()
|
|||||||
void LongitudinalCtrlMode(void)
|
void LongitudinalCtrlMode(void)
|
||||||
{
|
{
|
||||||
// RC Mode
|
// RC Mode
|
||||||
if(GV_VCU_Drive_Mode == 1 && GV_RC_VCU_long_Ctl_mode == 1 && GV_RC_Vx_Command == 0 && GV_RC_Drive_ACC_Cmd == 0)
|
if(GV_VCU_Drive_Mode == 1 && GV_RC_VCU_long_Ctl_mode == 1 && GV_RC_Vx_Command == 0 && GV_VCU_Vx_Fbk <= 1 && GV_RC_Drive_ACC_Cmd == 0)
|
||||||
GV_VCU_RC_long_Ctl_mode = 1;
|
GV_VCU_RC_long_Ctl_mode = 1;
|
||||||
else if(GV_VCU_Drive_Mode == 1 && GV_RC_VCU_long_Ctl_mode == 0 && GV_RC_Vx_Command == 0 && GV_VCU_Vx_Fbk <= 1 && GV_RC_Drive_ACC_Cmd == 0)
|
else if(GV_VCU_Drive_Mode == 1 && GV_RC_VCU_long_Ctl_mode == 0 && GV_RC_Vx_Command == 0 && GV_VCU_Vx_Fbk <= 1 && GV_RC_Drive_ACC_Cmd == 0)
|
||||||
GV_VCU_RC_long_Ctl_mode = 0;
|
GV_VCU_RC_long_Ctl_mode = 0;
|
||||||
|
|
||||||
// ACU Mode
|
// ACU Mode
|
||||||
if(GV_VCU_Drive_Mode == 0 && GV_ACU_long_Ctl_mode == 1 && GV_ACU_Vx_Command == 0 && GV_ACU_Drive_ACC_Cmd == 0)
|
if(GV_VCU_Drive_Mode == 0 && GV_ACU_long_Ctl_mode == 1 && GV_ACU_Vx_Command == 0 && GV_VCU_Vx_Fbk <= 1 && GV_ACU_Drive_ACC_Cmd == 0)
|
||||||
GV_VCU_ACU_long_Ctl_mode = 1;
|
GV_VCU_ACU_long_Ctl_mode = 1;
|
||||||
else if(GV_VCU_Drive_Mode == 0 && GV_ACU_long_Ctl_mode == 0 && GV_ACU_Vx_Command == 0 && GV_VCU_Vx_Fbk <= 1 && GV_ACU_Drive_ACC_Cmd == 0)
|
else if(GV_VCU_Drive_Mode == 0 && GV_ACU_long_Ctl_mode == 0 && GV_ACU_Vx_Command == 0 && GV_VCU_Vx_Fbk <= 1 && GV_ACU_Drive_ACC_Cmd == 0)
|
||||||
GV_VCU_ACU_long_Ctl_mode = 0;
|
GV_VCU_ACU_long_Ctl_mode = 0;
|
||||||
@ -207,7 +207,7 @@ void Drive_Mode_Func()
|
|||||||
Operation_IDB_RWA();
|
Operation_IDB_RWA();
|
||||||
Vehicle_Environment();
|
Vehicle_Environment();
|
||||||
Drive_Mode_Check();
|
Drive_Mode_Check();
|
||||||
LongitudinalCtrlMode();
|
// LongitudinalCtrlMode();
|
||||||
Input_Data_Set_Logic();
|
Input_Data_Set_Logic();
|
||||||
ADM_Integrated_Logic_step();
|
ADM_Integrated_Logic_step();
|
||||||
Output_Data_Set_Logic();
|
Output_Data_Set_Logic();
|
||||||
|
|||||||
@ -7,7 +7,7 @@ void SET_SW_VER(void)
|
|||||||
{
|
{
|
||||||
GV_YEAR = 25;
|
GV_YEAR = 25;
|
||||||
GV_Month = 10;
|
GV_Month = 10;
|
||||||
GV_Day = 15;
|
GV_Day = 21;
|
||||||
GV_Ver = 1;
|
GV_Ver = 1;
|
||||||
GV_CAR_NUM = 240623;
|
GV_CAR_NUM = 240623;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1410,7 +1410,7 @@ void Input_Data_Set_RC_VCU_Signal1_CH0_0x040(void)
|
|||||||
GV_RC_Vx_Command = ECU3.RX.CH0_RC_VCU_Signal1_0x040.RC_Vx_Command;
|
GV_RC_Vx_Command = ECU3.RX.CH0_RC_VCU_Signal1_0x040.RC_Vx_Command;
|
||||||
GV_RC_RWA_RackAngleCommand = (ECU3.RX.CH0_RC_VCU_Signal1_0x040.RC_RWA_RackAngleCommand * Factor_0_02 + Offset_m_655)-0.34;
|
GV_RC_RWA_RackAngleCommand = (ECU3.RX.CH0_RC_VCU_Signal1_0x040.RC_RWA_RackAngleCommand * Factor_0_02 + Offset_m_655)-0.34;
|
||||||
GV_RC_VCU_counter1 = ECU3.RX.CH0_RC_VCU_Signal1_0x040.RC_VCU_counter1;
|
GV_RC_VCU_counter1 = ECU3.RX.CH0_RC_VCU_Signal1_0x040.RC_VCU_counter1;
|
||||||
GV_RC_Drive_ACC_Cmd = ECU3.RX.CH0_RC_VCU_Signal1_0x040.RC_Drive_ACC_Cmd * Factor_0_1e05;
|
GV_RC_Drive_ACC_Cmd = ECU3.RX.CH0_RC_VCU_Signal1_0x040.RC_Drive_ACC_Cmd * Factor_0_1e05 + Offset_m_0_32768;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
BIN
[ADM] Integrated Logic/ADM_Integrated_Logic.slx.original
Normal file
BIN
[ADM] Integrated Logic/ADM_Integrated_Logic.slx.original
Normal file
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -7,9 +7,9 @@
|
|||||||
*
|
*
|
||||||
* Code generated for Simulink model 'ADM_Integrated_Logic'.
|
* Code generated for Simulink model 'ADM_Integrated_Logic'.
|
||||||
*
|
*
|
||||||
* Model version : 14.42
|
* Model version : 14.98
|
||||||
* Simulink Coder version : 24.2 (R2024b) 21-Jun-2024
|
* Simulink Coder version : 24.2 (R2024b) 21-Jun-2024
|
||||||
* C/C++ source code generated on : Wed Oct 15 20:57:40 2025
|
* C/C++ source code generated on : Tue Oct 21 13:14:18 2025
|
||||||
*
|
*
|
||||||
* Target selection: ert.tlc
|
* Target selection: ert.tlc
|
||||||
* Embedded hardware selection: NXP->Cortex-M4
|
* Embedded hardware selection: NXP->Cortex-M4
|
||||||
@ -42,77 +42,78 @@ typedef struct tag_RTM_ADM_Integrated_Logic_T RT_MODEL_ADM_Integrated_Logic_T;
|
|||||||
|
|
||||||
/* Block signals and states (default storage) for system '<Root>' */
|
/* Block signals and states (default storage) for system '<Root>' */
|
||||||
typedef struct {
|
typedef struct {
|
||||||
double Delay_DSTATE_c[2]; /* '<S49>/Delay' */
|
double Delay_DSTATE_c[2]; /* '<S52>/Delay' */
|
||||||
double Delay3_DSTATE[2]; /* '<S49>/Delay3' */
|
double Delay3_DSTATE[2]; /* '<S52>/Delay3' */
|
||||||
double Delay_DSTATE_p[2]; /* '<S41>/Delay' */
|
double Delay_DSTATE_p[2]; /* '<S44>/Delay' */
|
||||||
double Delay3_DSTATE_h[2]; /* '<S41>/Delay3' */
|
double Delay3_DSTATE_h[2]; /* '<S44>/Delay3' */
|
||||||
double x_hat[3]; /* '<S1>/MATLAB Function' */
|
double x_hat[3]; /* '<S1>/MATLAB Function' */
|
||||||
double M; /* '<S10>/MATLAB Function' */
|
double M; /* '<S9>/MATLAB Function' */
|
||||||
double d1_DSTATE; /* '<S14>/d1' */
|
double d1_DSTATE; /* '<S13>/d1' */
|
||||||
double d_DSTATE; /* '<S14>/d' */
|
double d_DSTATE; /* '<S13>/d' */
|
||||||
double DiscreteTimeIntegrator_DSTATE;/* '<S26>/Discrete-Time Integrator' */
|
double Integrator_2_DSTATE; /* '<S11>/Integrator_2' */
|
||||||
double UD_DSTATE; /* '<S29>/UD' */
|
double Delay_DSTATE; /* '<S65>/Delay' */
|
||||||
double Memory_DSTATE; /* '<S11>/Memory' */
|
double Delay_DSTATE_i; /* '<S64>/Delay' */
|
||||||
|
double Memory_DSTATE; /* '<S10>/Memory' */
|
||||||
|
double DiscreteTimeIntegrator_DSTATE;/* '<S28>/Discrete-Time Integrator' */
|
||||||
|
double UD_DSTATE; /* '<S31>/UD' */
|
||||||
double DiscreteTransferFcn_states; /* '<S1>/Discrete Transfer Fcn' */
|
double DiscreteTransferFcn_states; /* '<S1>/Discrete Transfer Fcn' */
|
||||||
double Integrator_2_DSTATE; /* '<S12>/Integrator_2' */
|
double d1_DSTATE_c; /* '<S38>/d1' */
|
||||||
double Delay_DSTATE; /* '<S62>/Delay' */
|
double d_DSTATE_l; /* '<S38>/d' */
|
||||||
double Delay_DSTATE_i; /* '<S61>/Delay' */
|
double d_DSTATE_i; /* '<S48>/d' */
|
||||||
double d1_DSTATE_c; /* '<S35>/d1' */
|
double d1_DSTATE_p; /* '<S48>/d1' */
|
||||||
double d_DSTATE_l; /* '<S35>/d' */
|
double d_DSTATE_c; /* '<S49>/d' */
|
||||||
double d_DSTATE_i; /* '<S45>/d' */
|
double d1_DSTATE_h; /* '<S49>/d1' */
|
||||||
double d1_DSTATE_p; /* '<S45>/d1' */
|
double d_DSTATE_d; /* '<S50>/d' */
|
||||||
double d_DSTATE_c; /* '<S46>/d' */
|
double d1_DSTATE_l; /* '<S50>/d1' */
|
||||||
double d1_DSTATE_h; /* '<S46>/d1' */
|
double Delay1_DSTATE; /* '<S52>/Delay1' */
|
||||||
double d_DSTATE_d; /* '<S47>/d' */
|
double Delay2_DSTATE; /* '<S52>/Delay2' */
|
||||||
double d1_DSTATE_l; /* '<S47>/d1' */
|
double d1_DSTATE_e; /* '<S51>/d1' */
|
||||||
double Delay1_DSTATE; /* '<S49>/Delay1' */
|
double d_DSTATE_ij; /* '<S51>/d' */
|
||||||
double Delay2_DSTATE; /* '<S49>/Delay2' */
|
double d_DSTATE_ir; /* '<S40>/d' */
|
||||||
double d1_DSTATE_e; /* '<S48>/d1' */
|
double d1_DSTATE_o; /* '<S40>/d1' */
|
||||||
double d_DSTATE_ij; /* '<S48>/d' */
|
double d_DSTATE_m; /* '<S41>/d' */
|
||||||
double d_DSTATE_ir; /* '<S37>/d' */
|
double d1_DSTATE_hm; /* '<S41>/d1' */
|
||||||
double d1_DSTATE_o; /* '<S37>/d1' */
|
double d_DSTATE_mw; /* '<S42>/d' */
|
||||||
double d_DSTATE_m; /* '<S38>/d' */
|
double d1_DSTATE_g; /* '<S42>/d1' */
|
||||||
double d1_DSTATE_hm; /* '<S38>/d1' */
|
double d1_DSTATE_ej; /* '<S43>/d1' */
|
||||||
double d_DSTATE_mw; /* '<S39>/d' */
|
double d_DSTATE_j; /* '<S43>/d' */
|
||||||
double d1_DSTATE_g; /* '<S39>/d1' */
|
double Delay1_DSTATE_c; /* '<S44>/Delay1' */
|
||||||
double d1_DSTATE_ej; /* '<S40>/d1' */
|
double Delay2_DSTATE_n; /* '<S44>/Delay2' */
|
||||||
double d_DSTATE_j; /* '<S40>/d' */
|
double d1_DSTATE_ob; /* '<S59>/d1' */
|
||||||
double Delay1_DSTATE_c; /* '<S41>/Delay1' */
|
double d_DSTATE_e; /* '<S59>/d' */
|
||||||
double Delay2_DSTATE_n; /* '<S41>/Delay2' */
|
double d1_DSTATE_i; /* '<S60>/d1' */
|
||||||
double d1_DSTATE_ob; /* '<S56>/d1' */
|
double d_DSTATE_p; /* '<S60>/d' */
|
||||||
double d_DSTATE_e; /* '<S56>/d' */
|
double d1_DSTATE_o1; /* '<S61>/d1' */
|
||||||
double d1_DSTATE_i; /* '<S57>/d1' */
|
double d_DSTATE_n; /* '<S61>/d' */
|
||||||
double d_DSTATE_p; /* '<S57>/d' */
|
double Integrator_1_DSTATE; /* '<S11>/Integrator_1' */
|
||||||
double d1_DSTATE_o1; /* '<S58>/d1' */
|
double d1_DSTATE_a; /* '<S62>/d1' */
|
||||||
double d_DSTATE_n; /* '<S58>/d' */
|
double d_DSTATE_d1; /* '<S62>/d' */
|
||||||
double Integrator_1_DSTATE; /* '<S12>/Integrator_1' */
|
|
||||||
double d1_DSTATE_a; /* '<S59>/d1' */
|
|
||||||
double d_DSTATE_d1; /* '<S59>/d' */
|
|
||||||
double Delay_DSTATE_c4; /* '<S23>/Delay' */
|
double Delay_DSTATE_c4; /* '<S23>/Delay' */
|
||||||
double Delay_DSTATE_i1; /* '<S24>/Delay' */
|
double Delay_DSTATE_i1; /* '<S24>/Delay' */
|
||||||
double PrevY; /* '<S2>/Rate Limiter' */
|
double PrevY; /* '<S25>/Input_Vx_RateLimiter' */
|
||||||
double PrevY_o; /* '<S7>/Brake_Out_RateLimiter' */
|
double PrevY_b; /* '<S3>/Rate Limiter' */
|
||||||
double PrevY_a; /* '<S25>/Input_Vx_RateLimiter' */
|
double PrevY_o; /* '<S6>/Brake_Out_RateLimiter' */
|
||||||
double PrevY_ak; /* '<S7>/TargetSpd_RateLimiter' */
|
double PrevY_a; /* '<S6>/TargetSpd_RateLimiter' */
|
||||||
double Memory_PreviousInput; /* '<S7>/Memory' */
|
double Memory_PreviousInput; /* '<S6>/Memory' */
|
||||||
double prev_EstMass; /* '<S1>/MATLAB Function3' */
|
double Memory_PreviousInput_f; /* '<S28>/Memory' */
|
||||||
double HAC_ON_FLAG; /* '<S12>/HAC_OFF_OK_Func' */
|
double currentEstMass; /* '<S1>/MATLAB Function3' */
|
||||||
double Smoothed_Torque; /* '<S12>/HAC_OFF_OK_Func' */
|
double HAC_ON_FLAG; /* '<S11>/HAC_OFF_OK_Func' */
|
||||||
double HAC_Desired_Torque; /* '<S12>/HAC_OFF_OK_Func' */
|
double Smoothed_Torque; /* '<S11>/HAC_OFF_OK_Func' */
|
||||||
double HAC_ON_Timer; /* '<S12>/HAC_OFF_OK_Func' */
|
double HAC_Desired_Torque; /* '<S11>/HAC_OFF_OK_Func' */
|
||||||
uint8_t is_active_c6_ADM_Integrated_Log;/* '<S12>/Chart' */
|
double HAC_ON_Timer; /* '<S11>/HAC_OFF_OK_Func' */
|
||||||
uint8_t is_c6_ADM_Integrated_Logic; /* '<S12>/Chart' */
|
uint8_t is_active_c6_ADM_Integrated_Log;/* '<S11>/Chart' */
|
||||||
bool icLoad; /* '<S62>/Delay' */
|
uint8_t is_c6_ADM_Integrated_Logic; /* '<S11>/Chart' */
|
||||||
bool icLoad_e; /* '<S61>/Delay' */
|
bool icLoad; /* '<S65>/Delay' */
|
||||||
|
bool icLoad_e; /* '<S64>/Delay' */
|
||||||
bool icLoad_l; /* '<S23>/Delay' */
|
bool icLoad_l; /* '<S23>/Delay' */
|
||||||
bool icLoad_d; /* '<S24>/Delay' */
|
bool icLoad_d; /* '<S24>/Delay' */
|
||||||
bool prev_EstMass_not_empty; /* '<S1>/MATLAB Function3' */
|
bool isConverged; /* '<S1>/MATLAB Function3' */
|
||||||
} DW_ADM_Integrated_Logic_T;
|
} DW_ADM_Integrated_Logic_T;
|
||||||
|
|
||||||
/* Invariant block signals (default storage) */
|
/* Invariant block signals (default storage) */
|
||||||
typedef struct {
|
typedef struct {
|
||||||
const double W_value; /* '<S55>/Multiply' */
|
const double W_value; /* '<S58>/Multiply' */
|
||||||
const double W_Value_for_Brake; /* '<S55>/Multiply4' */
|
const double W_Value_for_Brake; /* '<S58>/Multiply4' */
|
||||||
} ConstB_ADM_Integrated_Logic_T;
|
} ConstB_ADM_Integrated_Logic_T;
|
||||||
|
|
||||||
/* External inputs (root inport signals with default storage) */
|
/* External inputs (root inport signals with default storage) */
|
||||||
@ -158,6 +159,7 @@ typedef struct {
|
|||||||
double Debug_HAC_Pitch_angle; /* '<Root>/Debug_HAC_Pitch_angle' */
|
double Debug_HAC_Pitch_angle; /* '<Root>/Debug_HAC_Pitch_angle' */
|
||||||
double Debug_HAC_Brake_Output; /* '<Root>/Debug_HAC_Brake_Output' */
|
double Debug_HAC_Brake_Output; /* '<Root>/Debug_HAC_Brake_Output' */
|
||||||
double Debug_CC_Brake_Output; /* '<Root>/Debug_CC_Brake_Output' */
|
double Debug_CC_Brake_Output; /* '<Root>/Debug_CC_Brake_Output' */
|
||||||
|
double Debug_AccControl_TorqueCmd; /* '<Root>/Debug_AccControl_TorqueCmd' */
|
||||||
double GV_RWS_RackAngleCmd1; /* '<Root>/GV_RWS_RackAngleCmd1' */
|
double GV_RWS_RackAngleCmd1; /* '<Root>/GV_RWS_RackAngleCmd1' */
|
||||||
double GV_Speed_Limit; /* '<Root>/GV_Speed_Limit' */
|
double GV_Speed_Limit; /* '<Root>/GV_Speed_Limit' */
|
||||||
double GV_Gear_Postion_Out; /* '<Root>/GV_Gear_Postion_Out' */
|
double GV_Gear_Postion_Out; /* '<Root>/GV_Gear_Postion_Out' */
|
||||||
@ -194,40 +196,46 @@ extern RT_MODEL_ADM_Integrated_Logic_T *const ADM_Integrated_Logic_M;
|
|||||||
/*-
|
/*-
|
||||||
* These blocks were eliminated from the model due to optimizations:
|
* These blocks were eliminated from the model due to optimizations:
|
||||||
*
|
*
|
||||||
* Block '<S29>/Data Type Duplicate' : Unused code path elimination
|
* Block '<S2>/Fault' : Unused code path elimination
|
||||||
* Block '<S28>/Data Type Duplicate' : Unused code path elimination
|
* Block '<S2>/Input_Acc_RateLimiter' : Unused code path elimination
|
||||||
* Block '<S28>/Data Type Propagation' : Unused code path elimination
|
* Block '<S2>/Non_Fault' : Unused code path elimination
|
||||||
* Block '<S32>/BW_PI' : Unused code path elimination
|
* Block '<S2>/Product' : Unused code path elimination
|
||||||
* Block '<S32>/Constant1' : Unused code path elimination
|
* Block '<S27>/Data Type Duplicate' : Unused code path elimination
|
||||||
* Block '<S32>/Constant16' : Unused code path elimination
|
* Block '<S27>/Data Type Propagation' : Unused code path elimination
|
||||||
* Block '<S32>/Constant17' : Unused code path elimination
|
* Block '<S2>/Switch' : Unused code path elimination
|
||||||
* Block '<S32>/Constant2' : Unused code path elimination
|
* Block '<S31>/Data Type Duplicate' : Unused code path elimination
|
||||||
* Block '<S55>/Brake_Saturation' : Unused code path elimination
|
* Block '<S35>/BW_PI' : Unused code path elimination
|
||||||
* Block '<S55>/Multiply5' : Unused code path elimination
|
* Block '<S35>/Constant1' : Unused code path elimination
|
||||||
* Block '<S55>/Radius1' : Unused code path elimination
|
* Block '<S35>/Constant16' : Unused code path elimination
|
||||||
* Block '<S61>/FixPt Data Type Duplicate' : Unused code path elimination
|
* Block '<S35>/Constant17' : Unused code path elimination
|
||||||
* Block '<S66>/Data Type Duplicate' : Unused code path elimination
|
* Block '<S35>/Constant2' : Unused code path elimination
|
||||||
* Block '<S66>/Data Type Propagation' : Unused code path elimination
|
* Block '<S58>/Brake_Saturation' : Unused code path elimination
|
||||||
* Block '<S62>/FixPt Data Type Duplicate' : Unused code path elimination
|
* Block '<S58>/Multiply5' : Unused code path elimination
|
||||||
* Block '<S67>/Data Type Duplicate' : Unused code path elimination
|
* Block '<S58>/Radius1' : Unused code path elimination
|
||||||
* Block '<S67>/Data Type Propagation' : Unused code path elimination
|
* Block '<S64>/FixPt Data Type Duplicate' : Unused code path elimination
|
||||||
* Block '<S12>/Scope2' : Unused code path elimination
|
|
||||||
* Block '<S23>/FixPt Data Type Duplicate' : Unused code path elimination
|
|
||||||
* Block '<S68>/Data Type Duplicate' : Unused code path elimination
|
|
||||||
* Block '<S68>/Data Type Propagation' : Unused code path elimination
|
|
||||||
* Block '<S24>/FixPt Data Type Duplicate' : Unused code path elimination
|
|
||||||
* Block '<S69>/Data Type Duplicate' : Unused code path elimination
|
* Block '<S69>/Data Type Duplicate' : Unused code path elimination
|
||||||
* Block '<S69>/Data Type Propagation' : Unused code path elimination
|
* Block '<S69>/Data Type Propagation' : Unused code path elimination
|
||||||
* Block '<S7>/ControlFlag' : Eliminated nontunable gain of 1
|
* Block '<S65>/FixPt Data Type Duplicate' : Unused code path elimination
|
||||||
* Block '<S32>/FBGain' : Eliminated nontunable gain of 1
|
* Block '<S70>/Data Type Duplicate' : Unused code path elimination
|
||||||
* Block '<S43>/FFGain' : Eliminated nontunable gain of 1
|
* Block '<S70>/Data Type Propagation' : Unused code path elimination
|
||||||
|
* Block '<S11>/Scope2' : Unused code path elimination
|
||||||
|
* Block '<S23>/FixPt Data Type Duplicate' : Unused code path elimination
|
||||||
|
* Block '<S71>/Data Type Duplicate' : Unused code path elimination
|
||||||
|
* Block '<S71>/Data Type Propagation' : Unused code path elimination
|
||||||
|
* Block '<S24>/FixPt Data Type Duplicate' : Unused code path elimination
|
||||||
|
* Block '<S72>/Data Type Duplicate' : Unused code path elimination
|
||||||
|
* Block '<S72>/Data Type Propagation' : Unused code path elimination
|
||||||
|
* Block '<S6>/ControlFlag' : Eliminated nontunable gain of 1
|
||||||
|
* Block '<S35>/FBGain' : Eliminated nontunable gain of 1
|
||||||
|
* Block '<S46>/FFGain' : Eliminated nontunable gain of 1
|
||||||
* Block '<S1>/Data Type Conversion1' : Eliminate redundant data type conversion
|
* Block '<S1>/Data Type Conversion1' : Eliminate redundant data type conversion
|
||||||
* Block '<S1>/Data Type Conversion3' : Eliminate redundant data type conversion
|
* Block '<S1>/Data Type Conversion3' : Eliminate redundant data type conversion
|
||||||
* Block '<S55>/HAC_Gain' : Eliminated nontunable gain of 1
|
* Block '<S58>/HAC_Gain' : Eliminated nontunable gain of 1
|
||||||
* Block '<S61>/Zero-Order Hold' : Eliminated since input and output rates are identical
|
* Block '<S64>/Zero-Order Hold' : Eliminated since input and output rates are identical
|
||||||
* Block '<S62>/Zero-Order Hold' : Eliminated since input and output rates are identical
|
* Block '<S65>/Zero-Order Hold' : Eliminated since input and output rates are identical
|
||||||
* Block '<S23>/Zero-Order Hold' : Eliminated since input and output rates are identical
|
* Block '<S23>/Zero-Order Hold' : Eliminated since input and output rates are identical
|
||||||
* Block '<S24>/Zero-Order Hold' : Eliminated since input and output rates are identical
|
* Block '<S24>/Zero-Order Hold' : Eliminated since input and output rates are identical
|
||||||
|
* Block '<S1>/Constant5' : Unused code path elimination
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
@ -246,23 +254,23 @@ extern RT_MODEL_ADM_Integrated_Logic_T *const ADM_Integrated_Logic_M;
|
|||||||
*
|
*
|
||||||
* '<Root>' : 'ADM_Integrated_Logic'
|
* '<Root>' : 'ADM_Integrated_Logic'
|
||||||
* '<S1>' : 'ADM_Integrated_Logic/Delivery_Mobility'
|
* '<S1>' : 'ADM_Integrated_Logic/Delivery_Mobility'
|
||||||
* '<S2>' : 'ADM_Integrated_Logic/Delivery_Mobility/Acceleration_Control'
|
* '<S2>' : 'ADM_Integrated_Logic/Delivery_Mobility/Acc_Logic'
|
||||||
* '<S3>' : 'ADM_Integrated_Logic/Delivery_Mobility/Actuator_Fault_Decision'
|
* '<S3>' : 'ADM_Integrated_Logic/Delivery_Mobility/Acceleration_Control'
|
||||||
* '<S4>' : 'ADM_Integrated_Logic/Delivery_Mobility/Compare To Constant'
|
* '<S4>' : 'ADM_Integrated_Logic/Delivery_Mobility/Actuator_Fault_Decision'
|
||||||
* '<S5>' : 'ADM_Integrated_Logic/Delivery_Mobility/Compare To Constant1'
|
* '<S5>' : 'ADM_Integrated_Logic/Delivery_Mobility/Compare To Constant'
|
||||||
* '<S6>' : 'ADM_Integrated_Logic/Delivery_Mobility/Compare To Constant2'
|
* '<S6>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1'
|
||||||
* '<S7>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1'
|
* '<S7>' : 'ADM_Integrated_Logic/Delivery_Mobility/Emergency_Brake_Func'
|
||||||
* '<S8>' : 'ADM_Integrated_Logic/Delivery_Mobility/Emergency_Brake_Func'
|
* '<S8>' : 'ADM_Integrated_Logic/Delivery_Mobility/Emergency_Motor_Func'
|
||||||
* '<S9>' : 'ADM_Integrated_Logic/Delivery_Mobility/Emergency_Motor_Func'
|
* '<S9>' : 'ADM_Integrated_Logic/Delivery_Mobility/Enabled Subsystem'
|
||||||
* '<S10>' : 'ADM_Integrated_Logic/Delivery_Mobility/Enabled Subsystem'
|
* '<S10>' : 'ADM_Integrated_Logic/Delivery_Mobility/Gear_Position'
|
||||||
* '<S11>' : 'ADM_Integrated_Logic/Delivery_Mobility/Gear_Position'
|
* '<S11>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1'
|
||||||
* '<S12>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1'
|
* '<S12>' : 'ADM_Integrated_Logic/Delivery_Mobility/IDB_Fault_Injection'
|
||||||
* '<S13>' : 'ADM_Integrated_Logic/Delivery_Mobility/IDB_Fault_Injection'
|
* '<S13>' : 'ADM_Integrated_Logic/Delivery_Mobility/LPFM5'
|
||||||
* '<S14>' : 'ADM_Integrated_Logic/Delivery_Mobility/LPFM5'
|
* '<S14>' : 'ADM_Integrated_Logic/Delivery_Mobility/MATLAB Function'
|
||||||
* '<S15>' : 'ADM_Integrated_Logic/Delivery_Mobility/MATLAB Function'
|
* '<S15>' : 'ADM_Integrated_Logic/Delivery_Mobility/MATLAB Function1'
|
||||||
* '<S16>' : 'ADM_Integrated_Logic/Delivery_Mobility/MATLAB Function1'
|
* '<S16>' : 'ADM_Integrated_Logic/Delivery_Mobility/MATLAB Function2'
|
||||||
* '<S17>' : 'ADM_Integrated_Logic/Delivery_Mobility/MATLAB Function2'
|
* '<S17>' : 'ADM_Integrated_Logic/Delivery_Mobility/MATLAB Function3'
|
||||||
* '<S18>' : 'ADM_Integrated_Logic/Delivery_Mobility/MATLAB Function3'
|
* '<S18>' : 'ADM_Integrated_Logic/Delivery_Mobility/MATLAB Function4'
|
||||||
* '<S19>' : 'ADM_Integrated_Logic/Delivery_Mobility/MATLAB Function5'
|
* '<S19>' : 'ADM_Integrated_Logic/Delivery_Mobility/MATLAB Function5'
|
||||||
* '<S20>' : 'ADM_Integrated_Logic/Delivery_Mobility/MATLAB Function6'
|
* '<S20>' : 'ADM_Integrated_Logic/Delivery_Mobility/MATLAB Function6'
|
||||||
* '<S21>' : 'ADM_Integrated_Logic/Delivery_Mobility/MCU_Fault_Injection'
|
* '<S21>' : 'ADM_Integrated_Logic/Delivery_Mobility/MCU_Fault_Injection'
|
||||||
@ -270,52 +278,55 @@ extern RT_MODEL_ADM_Integrated_Logic_T *const ADM_Integrated_Logic_M;
|
|||||||
* '<S23>' : 'ADM_Integrated_Logic/Delivery_Mobility/Rate Limiter Dynamic'
|
* '<S23>' : 'ADM_Integrated_Logic/Delivery_Mobility/Rate Limiter Dynamic'
|
||||||
* '<S24>' : 'ADM_Integrated_Logic/Delivery_Mobility/Rate Limiter Dynamic1'
|
* '<S24>' : 'ADM_Integrated_Logic/Delivery_Mobility/Rate Limiter Dynamic1'
|
||||||
* '<S25>' : 'ADM_Integrated_Logic/Delivery_Mobility/Vx_Logic'
|
* '<S25>' : 'ADM_Integrated_Logic/Delivery_Mobility/Vx_Logic'
|
||||||
* '<S26>' : 'ADM_Integrated_Logic/Delivery_Mobility/Acceleration_Control/Controller'
|
* '<S26>' : 'ADM_Integrated_Logic/Delivery_Mobility/Acc_Logic/Acc_OutPut_Function'
|
||||||
* '<S27>' : 'ADM_Integrated_Logic/Delivery_Mobility/Acceleration_Control/MATLAB Function'
|
* '<S27>' : 'ADM_Integrated_Logic/Delivery_Mobility/Acc_Logic/Saturation Dynamic'
|
||||||
* '<S28>' : 'ADM_Integrated_Logic/Delivery_Mobility/Acceleration_Control/Saturation Dynamic'
|
* '<S28>' : 'ADM_Integrated_Logic/Delivery_Mobility/Acceleration_Control/Controller'
|
||||||
* '<S29>' : 'ADM_Integrated_Logic/Delivery_Mobility/Acceleration_Control/Controller/Discrete Derivative'
|
* '<S29>' : 'ADM_Integrated_Logic/Delivery_Mobility/Acceleration_Control/MATLAB Function'
|
||||||
* '<S30>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/DOB'
|
* '<S30>' : 'ADM_Integrated_Logic/Delivery_Mobility/Acceleration_Control/MATLAB Function1'
|
||||||
* '<S31>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/DOB_Gain'
|
* '<S31>' : 'ADM_Integrated_Logic/Delivery_Mobility/Acceleration_Control/Controller/Discrete Derivative'
|
||||||
* '<S32>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/FF_PID_Controller'
|
* '<S32>' : 'ADM_Integrated_Logic/Delivery_Mobility/Acceleration_Control/Controller/MATLAB Function'
|
||||||
* '<S33>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/GearCondition_Brake'
|
* '<S33>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/DOB'
|
||||||
* '<S34>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/Gear_pos_out'
|
* '<S34>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/DOB_Gain'
|
||||||
* '<S35>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/LPFM'
|
* '<S35>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/FF_PID_Controller'
|
||||||
* '<S36>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/Target_RPM'
|
* '<S36>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/GearCondition_Brake'
|
||||||
* '<S37>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/DOB/Dot3'
|
* '<S37>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/Gear_pos_out'
|
||||||
* '<S38>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/DOB/Dot4'
|
* '<S38>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/LPFM'
|
||||||
* '<S39>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/DOB/Dot5'
|
* '<S39>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/Target_RPM'
|
||||||
* '<S40>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/DOB/LPFM'
|
* '<S40>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/DOB/Dot3'
|
||||||
* '<S41>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/DOB/Second order LPF'
|
* '<S41>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/DOB/Dot4'
|
||||||
* '<S42>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/FF_PID_Controller/FB'
|
* '<S42>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/DOB/Dot5'
|
||||||
* '<S43>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/FF_PID_Controller/FF'
|
* '<S43>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/DOB/LPFM'
|
||||||
* '<S44>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/FF_PID_Controller/FB/P'
|
* '<S44>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/DOB/Second order LPF'
|
||||||
* '<S45>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/FF_PID_Controller/FF/Dot'
|
* '<S45>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/FF_PID_Controller/FB'
|
||||||
* '<S46>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/FF_PID_Controller/FF/Dot2'
|
* '<S46>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/FF_PID_Controller/FF'
|
||||||
* '<S47>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/FF_PID_Controller/FF/Dot3'
|
* '<S47>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/FF_PID_Controller/FB/P'
|
||||||
* '<S48>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/FF_PID_Controller/FF/LPFM'
|
* '<S48>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/FF_PID_Controller/FF/Dot'
|
||||||
* '<S49>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/FF_PID_Controller/FF/Second order LPF'
|
* '<S49>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/FF_PID_Controller/FF/Dot2'
|
||||||
* '<S50>' : 'ADM_Integrated_Logic/Delivery_Mobility/Enabled Subsystem/MATLAB Function'
|
* '<S50>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/FF_PID_Controller/FF/Dot3'
|
||||||
* '<S51>' : 'ADM_Integrated_Logic/Delivery_Mobility/Gear_Position/Compare To Constant'
|
* '<S51>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/FF_PID_Controller/FF/LPFM'
|
||||||
* '<S52>' : 'ADM_Integrated_Logic/Delivery_Mobility/Gear_Position/Gear_FUNCTION1'
|
* '<S52>' : 'ADM_Integrated_Logic/Delivery_Mobility/Cruise_Control1/FF_PID_Controller/FF/Second order LPF'
|
||||||
* '<S53>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Chart'
|
* '<S53>' : 'ADM_Integrated_Logic/Delivery_Mobility/Enabled Subsystem/MATLAB Function'
|
||||||
* '<S54>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/HAC_OFF_OK_Func'
|
* '<S54>' : 'ADM_Integrated_Logic/Delivery_Mobility/Gear_Position/Compare To Constant'
|
||||||
* '<S55>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Hill_Required_Torque2'
|
* '<S55>' : 'ADM_Integrated_Logic/Delivery_Mobility/Gear_Position/Gear_FUNCTION1'
|
||||||
* '<S56>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/LPFM'
|
* '<S56>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Chart'
|
||||||
* '<S57>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/LPFM1'
|
* '<S57>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/HAC_OFF_OK_Func'
|
||||||
* '<S58>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/LPFM2'
|
* '<S58>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Hill_Required_Torque2'
|
||||||
* '<S59>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/LPFM3'
|
* '<S59>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/LPFM'
|
||||||
* '<S60>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Pitch_calculate'
|
* '<S60>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/LPFM1'
|
||||||
* '<S61>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Rate Limiter Dynamic'
|
* '<S61>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/LPFM2'
|
||||||
* '<S62>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Rate Limiter Dynamic1'
|
* '<S62>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/LPFM3'
|
||||||
* '<S63>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Hill_Required_Torque2/Calculate_F_R'
|
* '<S63>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Pitch_calculate'
|
||||||
* '<S64>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Hill_Required_Torque2/Calculate_F_c'
|
* '<S64>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Rate Limiter Dynamic'
|
||||||
* '<S65>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Hill_Required_Torque2/Calculate_F_c1'
|
* '<S65>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Rate Limiter Dynamic1'
|
||||||
* '<S66>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Rate Limiter Dynamic/Saturation Dynamic'
|
* '<S66>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Hill_Required_Torque2/Calculate_F_R'
|
||||||
* '<S67>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Rate Limiter Dynamic1/Saturation Dynamic'
|
* '<S67>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Hill_Required_Torque2/Calculate_F_c'
|
||||||
* '<S68>' : 'ADM_Integrated_Logic/Delivery_Mobility/Rate Limiter Dynamic/Saturation Dynamic'
|
* '<S68>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Hill_Required_Torque2/Calculate_F_c1'
|
||||||
* '<S69>' : 'ADM_Integrated_Logic/Delivery_Mobility/Rate Limiter Dynamic1/Saturation Dynamic'
|
* '<S69>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Rate Limiter Dynamic/Saturation Dynamic'
|
||||||
* '<S70>' : 'ADM_Integrated_Logic/Delivery_Mobility/Vx_Logic/Compare To Constant'
|
* '<S70>' : 'ADM_Integrated_Logic/Delivery_Mobility/HAC_Logic1/Rate Limiter Dynamic1/Saturation Dynamic'
|
||||||
* '<S71>' : 'ADM_Integrated_Logic/Delivery_Mobility/Vx_Logic/Vx_OutPut_Function'
|
* '<S71>' : 'ADM_Integrated_Logic/Delivery_Mobility/Rate Limiter Dynamic/Saturation Dynamic'
|
||||||
|
* '<S72>' : 'ADM_Integrated_Logic/Delivery_Mobility/Rate Limiter Dynamic1/Saturation Dynamic'
|
||||||
|
* '<S73>' : 'ADM_Integrated_Logic/Delivery_Mobility/Vx_Logic/Compare To Constant'
|
||||||
|
* '<S74>' : 'ADM_Integrated_Logic/Delivery_Mobility/Vx_Logic/Vx_OutPut_Function'
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
|
|||||||
@ -7,9 +7,9 @@
|
|||||||
*
|
*
|
||||||
* Code generated for Simulink model 'ADM_Integrated_Logic'.
|
* Code generated for Simulink model 'ADM_Integrated_Logic'.
|
||||||
*
|
*
|
||||||
* Model version : 14.42
|
* Model version : 14.98
|
||||||
* Simulink Coder version : 24.2 (R2024b) 21-Jun-2024
|
* Simulink Coder version : 24.2 (R2024b) 21-Jun-2024
|
||||||
* C/C++ source code generated on : Wed Oct 15 20:57:40 2025
|
* C/C++ source code generated on : Tue Oct 21 13:14:18 2025
|
||||||
*
|
*
|
||||||
* Target selection: ert.tlc
|
* Target selection: ert.tlc
|
||||||
* Embedded hardware selection: NXP->Cortex-M4
|
* Embedded hardware selection: NXP->Cortex-M4
|
||||||
@ -24,8 +24,8 @@
|
|||||||
|
|
||||||
/* Invariant block signals (default storage) */
|
/* Invariant block signals (default storage) */
|
||||||
const ConstB_ADM_Integrated_Logic_T ADM_Integrated_Logic_ConstB = {
|
const ConstB_ADM_Integrated_Logic_T ADM_Integrated_Logic_ConstB = {
|
||||||
12753.0, /* '<S55>/Multiply' */
|
12753.0, /* '<S58>/Multiply' */
|
||||||
12753.0 /* '<S55>/Multiply4' */
|
12753.0 /* '<S58>/Multiply4' */
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -7,9 +7,9 @@
|
|||||||
*
|
*
|
||||||
* Code generated for Simulink model 'ADM_Integrated_Logic'.
|
* Code generated for Simulink model 'ADM_Integrated_Logic'.
|
||||||
*
|
*
|
||||||
* Model version : 14.42
|
* Model version : 14.98
|
||||||
* Simulink Coder version : 24.2 (R2024b) 21-Jun-2024
|
* Simulink Coder version : 24.2 (R2024b) 21-Jun-2024
|
||||||
* C/C++ source code generated on : Wed Oct 15 20:57:40 2025
|
* C/C++ source code generated on : Tue Oct 21 13:14:18 2025
|
||||||
*
|
*
|
||||||
* Target selection: ert.tlc
|
* Target selection: ert.tlc
|
||||||
* Embedded hardware selection: NXP->Cortex-M4
|
* Embedded hardware selection: NXP->Cortex-M4
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@ -768,6 +768,21 @@ Output data for <Root>/Debug_CC_Brake_Output
|
|||||||
} ADM_Integrated_Logic_Y;</code>
|
} ADM_Integrated_Logic_Y;</code>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="fcn_ADM_Integrated_Logic_Y.Debug_AccControl_TorqueCmd">
|
||||||
|
<h4 class="function">
|
||||||
|
ADM_Integrated_Logic_Y.Debug_AccControl_TorqueCmd
|
||||||
|
</h4>
|
||||||
|
<span class="description">
|
||||||
|
Output data for <Root>/Debug_AccControl_TorqueCmd
|
||||||
|
</span>
|
||||||
|
<div class="programlisting">
|
||||||
|
<code class="usage">struct {
|
||||||
|
...
|
||||||
|
double Debug_AccControl_TorqueCmd;
|
||||||
|
...
|
||||||
|
} ADM_Integrated_Logic_Y;</code>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<div id="fcn_ADM_Integrated_Logic_Y.GV_RWS_RackAngleCmd1">
|
<div id="fcn_ADM_Integrated_Logic_Y.GV_RWS_RackAngleCmd1">
|
||||||
<h4 class="function">
|
<h4 class="function">
|
||||||
ADM_Integrated_Logic_Y.GV_RWS_RackAngleCmd1
|
ADM_Integrated_Logic_Y.GV_RWS_RackAngleCmd1
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user