mirror of
https://github.com/Dev-KATECH/ADM.git
synced 2026-05-17 01:43:59 +09:00
192 lines
4.0 KiB
Plaintext
192 lines
4.0 KiB
Plaintext
|
|
Marking local functions:
|
|
|
|
|
|
Marking externally visible functions: OsIf_MicrosToTicks OsIf_SetTimerFrequency OsIf_GetElapsed OsIf_GetCounter OsIf_Init
|
|
|
|
|
|
Marking externally visible variables:
|
|
|
|
Clearing variable flags:
|
|
|
|
Reclaiming functions:
|
|
Reclaiming variables:
|
|
Clearing address taken flags:
|
|
Symbol table:
|
|
|
|
OsIf_MicrosToTicks/10 (OsIf_MicrosToTicks) @05d5db60
|
|
Type: function definition analyzed
|
|
Visibility: externally_visible public
|
|
References:
|
|
Referring:
|
|
Availability: available
|
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
|
Called by:
|
|
Calls:
|
|
OsIf_SetTimerFrequency/9 (OsIf_SetTimerFrequency) @05d5d620
|
|
Type: function definition analyzed
|
|
Visibility: externally_visible public
|
|
References:
|
|
Referring:
|
|
Availability: available
|
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
|
Called by:
|
|
Calls:
|
|
OsIf_GetElapsed/8 (OsIf_GetElapsed) @05d5d0e0
|
|
Type: function definition analyzed
|
|
Visibility: externally_visible public
|
|
References:
|
|
Referring:
|
|
Availability: available
|
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
|
Called by:
|
|
Calls:
|
|
OsIf_GetCounter/7 (OsIf_GetCounter) @05d5dd20
|
|
Type: function definition analyzed
|
|
Visibility: externally_visible public
|
|
References:
|
|
Referring:
|
|
Availability: available
|
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
|
Called by:
|
|
Calls:
|
|
OsIf_Init/6 (OsIf_Init) @05d5da80
|
|
Type: function definition analyzed
|
|
Visibility: externally_visible public
|
|
References:
|
|
Referring:
|
|
Availability: available
|
|
Function flags: count:306783 (estimated locally) body optimize_size
|
|
Called by:
|
|
Calls:
|
|
OsIf_MicrosToTicks (uint32 Micros, OsIf_CounterType SelectedCounter)
|
|
{
|
|
uint32 Value;
|
|
|
|
<bb 2> [local count: 1073741824]:
|
|
# DEBUG BEGIN_STMT
|
|
# DEBUG Value => 0
|
|
# DEBUG BEGIN_STMT
|
|
if (SelectedCounter_2(D) == 0)
|
|
goto <bb 3>; [50.00%]
|
|
else
|
|
goto <bb 4>; [50.00%]
|
|
|
|
<bb 3> [local count: 536870913]:
|
|
# DEBUG BEGIN_STMT
|
|
# DEBUG Micros => Micros_4(D)
|
|
# DEBUG INLINE_ENTRY NULL
|
|
# DEBUG BEGIN_STMT
|
|
# DEBUG Micros => NULL
|
|
# DEBUG Value => Micros_4(D)
|
|
# DEBUG BEGIN_STMT
|
|
|
|
<bb 4> [local count: 1073741824]:
|
|
# Value_1 = PHI <Micros_4(D)(3), 0(2)>
|
|
# DEBUG Value => Value_1
|
|
# DEBUG BEGIN_STMT
|
|
return Value_1;
|
|
|
|
}
|
|
|
|
|
|
OsIf_SetTimerFrequency (uint32 Freq, OsIf_CounterType SelectedCounter)
|
|
{
|
|
<bb 2> [local count: 1073741824]:
|
|
# DEBUG BEGIN_STMT
|
|
# DEBUG Freq => NULL
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
OsIf_GetElapsed (uint32 * const CurrentRef, OsIf_CounterType SelectedCounter)
|
|
{
|
|
uint32 Value;
|
|
|
|
<bb 2> [local count: 1073741824]:
|
|
# DEBUG BEGIN_STMT
|
|
# DEBUG Value => 0
|
|
# DEBUG BEGIN_STMT
|
|
if (SelectedCounter_2(D) == 0)
|
|
goto <bb 3>; [50.00%]
|
|
else
|
|
goto <bb 4>; [50.00%]
|
|
|
|
<bb 3> [local count: 536870913]:
|
|
# DEBUG BEGIN_STMT
|
|
# DEBUG D#1 => CurrentRef_4(D)
|
|
# DEBUG INLINE_ENTRY NULL
|
|
# DEBUG CurrentRef => D#1
|
|
# DEBUG BEGIN_STMT
|
|
# DEBUG BEGIN_STMT
|
|
# DEBUG Value => 1
|
|
# DEBUG BEGIN_STMT
|
|
|
|
<bb 4> [local count: 1073741824]:
|
|
# Value_1 = PHI <1(3), 0(2)>
|
|
# DEBUG Value => Value_1
|
|
# DEBUG BEGIN_STMT
|
|
return Value_1;
|
|
|
|
}
|
|
|
|
|
|
OsIf_GetCounter (OsIf_CounterType SelectedCounter)
|
|
{
|
|
<bb 2> [local count: 1073741824]:
|
|
# DEBUG BEGIN_STMT
|
|
# DEBUG Value => 0
|
|
# DEBUG BEGIN_STMT
|
|
# DEBUG Value => 0
|
|
# DEBUG BEGIN_STMT
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
OsIf_Init (const void * Config)
|
|
{
|
|
volatile boolean x;
|
|
_Bool x.0_4;
|
|
|
|
<bb 2> [local count: 306783]:
|
|
# DEBUG BEGIN_STMT
|
|
if (Config_2(D) != 0B)
|
|
goto <bb 3>; [70.00%]
|
|
else
|
|
goto <bb 5>; [30.00%]
|
|
|
|
<bb 3> [local count: 214748]:
|
|
# DEBUG BEGIN_STMT
|
|
x ={v} 0;
|
|
# DEBUG x => x
|
|
# DEBUG INLINE_ENTRY DevAssert
|
|
# DEBUG BEGIN_STMT
|
|
x.0_4 ={v} x;
|
|
if (x.0_4 != 0)
|
|
goto <bb 5>; [50.00%]
|
|
else
|
|
goto <bb 6>; [50.00%]
|
|
|
|
<bb 6> [local count: 107374]:
|
|
|
|
<bb 4> [local count: 1073741823]:
|
|
# DEBUG BEGIN_STMT
|
|
# DEBUG BEGIN_STMT
|
|
# DEBUG BEGIN_STMT
|
|
|
|
<bb 7> [local count: 1073741824]:
|
|
goto <bb 4>; [100.00%]
|
|
|
|
<bb 5> [local count: 199409]:
|
|
# DEBUG x => NULL
|
|
# DEBUG BEGIN_STMT
|
|
# DEBUG INLINE_ENTRY NULL
|
|
# DEBUG BEGIN_STMT
|
|
return;
|
|
|
|
}
|
|
|
|
|