ADM/GW/Debug_FLASH/RTD/src/Flexio_Mcl_Ip_HwAccess.c.077i.pure-const
2024-10-30 17:21:58 +09:00

2234 lines
73 KiB
Plaintext

local analysis of Flexio_Mcl_Ip_ClearPinStatus
scanning: _1 ={v} baseAddr_6(D)->PINSTAT;
Volatile stmt is not const/pure
Indirect ref read is not const
scanning: _2 = (int) pin_7(D);
scanning: _3 = 1 << _2;
scanning: _9 = _3 & 255;
scanning: _4 = _1 | _9;
scanning: baseAddr_6(D)->PINSTAT ={v} _4;
Volatile stmt is not const/pure
Indirect ref write is not const/pure
scanning: return;
local analysis of Flexio_Mcl_Ip_SetTimerDMARequest
scanning: SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_46 ();
scanning: tmp_8 ={v} baseAddr_7(D)->TIMERSDEN;
Volatile stmt is not const/pure
Indirect ref read is not const
scanning: if (enable_9(D) != 0)
scanning: _1 = (long unsigned int) requestMask_10(D);
scanning: tmp_12 = _1 | tmp_8;
scanning: _2 = (long unsigned int) requestMask_10(D);
scanning: _3 = ~_2;
scanning: tmp_11 = _3 & tmp_8;
scanning: baseAddr_7(D)->TIMERSDEN ={v} tmp_4;
Volatile stmt is not const/pure
Indirect ref write is not const/pure
scanning: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_46 ();
scanning: return;
local analysis of Flexio_Mcl_Ip_Init
scanning: Flexio_Mcl_Ip_SetSoftwareReset (baseAddr_2(D), 1);
scanning: baseAddr_2(D)->CTRL ={v} 0;
Volatile stmt is not const/pure
Indirect ref write is not const/pure
scanning: return;
local analysis of Flexio_Mcl_Ip_SetTimerInterrupt
scanning: SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_45 ();
scanning: tmp_8 ={v} baseAddr_7(D)->TIMIEN;
Volatile stmt is not const/pure
Indirect ref read is not const
scanning: if (enable_9(D) != 0)
scanning: _1 = (long unsigned int) interruptMask_10(D);
scanning: tmp_12 = _1 | tmp_8;
scanning: _2 = (long unsigned int) interruptMask_10(D);
scanning: _3 = ~_2;
scanning: tmp_11 = _3 & tmp_8;
scanning: baseAddr_7(D)->TIMIEN ={v} tmp_4;
Volatile stmt is not const/pure
Indirect ref write is not const/pure
scanning: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_45 ();
scanning: return;
local analysis of Flexio_Mcl_Ip_GetAllTimerInterrupt
scanning: _3 ={v} baseAddr_2(D)->TIMIEN;
Volatile stmt is not const/pure
Indirect ref read is not const
scanning: return _3;
local analysis of Flexio_Mcl_Ip_SetShifterDMARequest
scanning: SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_44 ();
scanning: tmp_8 ={v} baseAddr_7(D)->SHIFTSDEN;
Volatile stmt is not const/pure
Indirect ref read is not const
scanning: if (enable_9(D) != 0)
scanning: _1 = (long unsigned int) requestMask_10(D);
scanning: tmp_12 = _1 | tmp_8;
scanning: _2 = (long unsigned int) requestMask_10(D);
scanning: _3 = ~_2;
scanning: tmp_11 = _3 & tmp_8;
scanning: baseAddr_7(D)->SHIFTSDEN ={v} tmp_4;
Volatile stmt is not const/pure
Indirect ref write is not const/pure
scanning: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_44 ();
scanning: return;
local analysis of Flexio_Mcl_Ip_GetAllPinsInterrupt
scanning: _3 ={v} baseAddr_2(D)->PINIEN;
Volatile stmt is not const/pure
Indirect ref read is not const
scanning: return _3;
local analysis of Flexio_Mcl_Ip_GetAllPinsStatus
scanning: _3 ={v} baseAddr_2(D)->PINSTAT;
Volatile stmt is not const/pure
Indirect ref read is not const
scanning: return _3;
local analysis of Flexio_Mcl_Ip_SetShifterInterrupt
scanning: SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_43 ();
scanning: tmp_8 ={v} baseAddr_7(D)->SHIFTSIEN;
Volatile stmt is not const/pure
Indirect ref read is not const
scanning: if (enable_9(D) != 0)
scanning: _1 = (long unsigned int) interruptMask_10(D);
scanning: tmp_12 = _1 | tmp_8;
scanning: _2 = (long unsigned int) interruptMask_10(D);
scanning: _3 = ~_2;
scanning: tmp_11 = _3 & tmp_8;
scanning: baseAddr_7(D)->SHIFTSIEN ={v} tmp_4;
Volatile stmt is not const/pure
Indirect ref write is not const/pure
scanning: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_43 ();
scanning: return;
local analysis of Flexio_Mcl_Ip_SetShifterErrorInterrupt
scanning: SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_42 ();
scanning: tmp_8 ={v} baseAddr_7(D)->SHIFTEIEN;
Volatile stmt is not const/pure
Indirect ref read is not const
scanning: if (enable_9(D) != 0)
scanning: _1 = (long unsigned int) interruptMask_10(D);
scanning: tmp_12 = _1 | tmp_8;
scanning: _2 = (long unsigned int) interruptMask_10(D);
scanning: _3 = ~_2;
scanning: tmp_11 = _3 & tmp_8;
scanning: baseAddr_7(D)->SHIFTEIEN ={v} tmp_4;
Volatile stmt is not const/pure
Indirect ref write is not const/pure
scanning: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_42 ();
scanning: return;
local analysis of Flexio_Mcl_Ip_GetAllShifterErrorInterrupt
scanning: _3 ={v} baseAddr_2(D)->SHIFTEIEN;
Volatile stmt is not const/pure
Indirect ref read is not const
scanning: return _3;
local analysis of Flexio_Mcl_Ip_GetAllShifterInterrupt
scanning: _3 ={v} baseAddr_2(D)->SHIFTSIEN;
Volatile stmt is not const/pure
Indirect ref read is not const
scanning: return _3;
local analysis of Flexio_Mcl_Ip_ClearTimerStatus
scanning: _1 = (int) timer_3(D);
scanning: _2 = 1 << _1;
scanning: baseAddr_5(D)->TIMSTAT ={v} _2;
Volatile stmt is not const/pure
Indirect ref write is not const/pure
scanning: return;
local analysis of Flexio_Mcl_Ip_GetAllTimerStatus
scanning: _3 ={v} baseAddr_2(D)->TIMSTAT;
Volatile stmt is not const/pure
Indirect ref read is not const
scanning: return _3;
local analysis of Flexio_Mcl_Ip_GetTimerInterruptEnable
scanning: _1 ={v} baseAddr_5(D)->TIMIEN;
Volatile stmt is not const/pure
Indirect ref read is not const
scanning: _2 = (int) timer_6(D);
scanning: _3 = _1 >> _2;
scanning: _7 = (boolean) _3;
scanning: return _7;
local analysis of Flexio_Mcl_Ip_GetTimerStatus
scanning: _1 ={v} baseAddr_5(D)->TIMSTAT;
Volatile stmt is not const/pure
Indirect ref read is not const
scanning: _2 = (int) timer_6(D);
scanning: _3 = _1 >> _2;
scanning: _7 = (boolean) _3;
scanning: return _7;
local analysis of Flexio_Mcl_Ip_ClearShifterErrorStatus
scanning: _1 = (int) shifter_3(D);
scanning: _2 = 1 << _1;
scanning: baseAddr_5(D)->SHIFTERR ={v} _2;
Volatile stmt is not const/pure
Indirect ref write is not const/pure
scanning: return;
local analysis of Flexio_Mcl_Ip_GetAllShifterErrorStatus
scanning: _3 ={v} baseAddr_2(D)->SHIFTERR;
Volatile stmt is not const/pure
Indirect ref read is not const
scanning: return _3;
local analysis of Flexio_Mcl_Ip_GetShifterErrorStatus
scanning: _1 ={v} baseAddr_5(D)->SHIFTERR;
Volatile stmt is not const/pure
Indirect ref read is not const
scanning: _2 = (int) shifter_6(D);
scanning: _3 = _1 >> _2;
scanning: _7 = (boolean) _3;
scanning: return _7;
local analysis of Flexio_Mcl_Ip_ClearShifterStatus
scanning: _1 = (int) shifter_3(D);
scanning: _2 = 1 << _1;
scanning: baseAddr_5(D)->SHIFTSTAT ={v} _2;
Volatile stmt is not const/pure
Indirect ref write is not const/pure
scanning: return;
local analysis of Flexio_Mcl_Ip_GetAllShifterStatus
scanning: _3 ={v} baseAddr_2(D)->SHIFTSTAT;
Volatile stmt is not const/pure
Indirect ref read is not const
scanning: return _3;
local analysis of Flexio_Mcl_Ip_GetShifterStatus
scanning: _1 ={v} baseAddr_5(D)->SHIFTSTAT;
Volatile stmt is not const/pure
Indirect ref read is not const
scanning: _2 = (int) shifter_6(D);
scanning: _3 = _1 >> _2;
scanning: _7 = (boolean) _3;
scanning: return _7;
local analysis of Flexio_Mcl_Ip_SetEnable
scanning: SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_41 ();
scanning: regValue_5 ={v} baseAddr_4(D)->CTRL;
Volatile stmt is not const/pure
Indirect ref read is not const
scanning: regValue_6 = regValue_5 & 4294967294;
scanning: if (enable_7(D) != 0)
scanning: regValue_8 = iftmp.2_1 | regValue_6;
scanning: baseAddr_4(D)->CTRL ={v} regValue_8;
Volatile stmt is not const/pure
Indirect ref write is not const/pure
scanning: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_41 ();
scanning: return;
local analysis of Flexio_Mcl_Ip_SetDebugEnable
scanning: SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_40 ();
scanning: regValue_5 ={v} baseAddr_4(D)->CTRL;
Volatile stmt is not const/pure
Indirect ref read is not const
scanning: regValue_6 = regValue_5 & 3221225471;
scanning: if (enable_7(D) != 0)
scanning: regValue_8 = iftmp.1_1 | regValue_6;
scanning: baseAddr_4(D)->CTRL ={v} regValue_8;
Volatile stmt is not const/pure
Indirect ref write is not const/pure
scanning: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_40 ();
scanning: return;
local analysis of Flexio_Mcl_Ip_SetSoftwareReset
scanning: SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_39 ();
scanning: regValue_5 ={v} baseAddr_4(D)->CTRL;
Volatile stmt is not const/pure
Indirect ref read is not const
scanning: regValue_6 = regValue_5 & 4294967293;
scanning: if (enable_7(D) != 0)
scanning: regValue_8 = iftmp.0_1 | regValue_6;
scanning: baseAddr_4(D)->CTRL ={v} regValue_8;
Volatile stmt is not const/pure
Indirect ref write is not const/pure
scanning: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_39 ();
scanning: return;
callgraph:
SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_46/40 (SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_46) @05e9a7e0
Type: function
Visibility: external public
References:
Referring:
Availability: not_available
Function flags: optimize_size
Called by: Flexio_Mcl_Ip_SetTimerDMARequest/23 (1073741824 (estimated locally),1.00 per call)
Calls:
SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_46/39 (SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_46) @05e9a700
Type: function
Visibility: external public
References:
Referring:
Availability: not_available
Function flags: optimize_size
Called by: Flexio_Mcl_Ip_SetTimerDMARequest/23 (1073741824 (estimated locally),1.00 per call)
Calls:
SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_45/38 (SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_45) @05e9a460
Type: function
Visibility: external public
References:
Referring:
Availability: not_available
Function flags: optimize_size
Called by: Flexio_Mcl_Ip_SetTimerInterrupt/21 (1073741824 (estimated locally),1.00 per call)
Calls:
SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_45/37 (SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_45) @05e9a380
Type: function
Visibility: external public
References:
Referring:
Availability: not_available
Function flags: optimize_size
Called by: Flexio_Mcl_Ip_SetTimerInterrupt/21 (1073741824 (estimated locally),1.00 per call)
Calls:
SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_44/36 (SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_44) @05e9a0e0
Type: function
Visibility: external public
References:
Referring:
Availability: not_available
Function flags: optimize_size
Called by: Flexio_Mcl_Ip_SetShifterDMARequest/19 (1073741824 (estimated locally),1.00 per call)
Calls:
SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_44/35 (SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_44) @05e9a000
Type: function
Visibility: external public
References:
Referring:
Availability: not_available
Function flags: optimize_size
Called by: Flexio_Mcl_Ip_SetShifterDMARequest/19 (1073741824 (estimated locally),1.00 per call)
Calls:
SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_43/34 (SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_43) @05e53c40
Type: function
Visibility: external public
References:
Referring:
Availability: not_available
Function flags: optimize_size
Called by: Flexio_Mcl_Ip_SetShifterInterrupt/16 (1073741824 (estimated locally),1.00 per call)
Calls:
SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_43/33 (SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_43) @05e53b60
Type: function
Visibility: external public
References:
Referring:
Availability: not_available
Function flags: optimize_size
Called by: Flexio_Mcl_Ip_SetShifterInterrupt/16 (1073741824 (estimated locally),1.00 per call)
Calls:
SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_42/32 (SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_42) @05e539a0
Type: function
Visibility: external public
References:
Referring:
Availability: not_available
Function flags: optimize_size
Called by: Flexio_Mcl_Ip_SetShifterErrorInterrupt/15 (1073741824 (estimated locally),1.00 per call)
Calls:
SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_42/31 (SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_42) @05e538c0
Type: function
Visibility: external public
References:
Referring:
Availability: not_available
Function flags: optimize_size
Called by: Flexio_Mcl_Ip_SetShifterErrorInterrupt/15 (1073741824 (estimated locally),1.00 per call)
Calls:
SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_41/30 (SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_41) @05e4ed20
Type: function
Visibility: external public
References:
Referring:
Availability: not_available
Function flags: optimize_size
Called by: Flexio_Mcl_Ip_SetEnable/2 (1073741824 (estimated locally),1.00 per call)
Calls:
SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_41/29 (SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_41) @05e4ec40
Type: function
Visibility: external public
References:
Referring:
Availability: not_available
Function flags: optimize_size
Called by: Flexio_Mcl_Ip_SetEnable/2 (1073741824 (estimated locally),1.00 per call)
Calls:
SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_40/28 (SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_40) @05e4ea80
Type: function
Visibility: external public
References:
Referring:
Availability: not_available
Function flags: optimize_size
Called by: Flexio_Mcl_Ip_SetDebugEnable/1 (1073741824 (estimated locally),1.00 per call)
Calls:
SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_40/27 (SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_40) @05e4e9a0
Type: function
Visibility: external public
References:
Referring:
Availability: not_available
Function flags: optimize_size
Called by: Flexio_Mcl_Ip_SetDebugEnable/1 (1073741824 (estimated locally),1.00 per call)
Calls:
SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_39/26 (SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_39) @05e4e7e0
Type: function
Visibility: external public
References:
Referring:
Availability: not_available
Function flags: optimize_size
Called by: Flexio_Mcl_Ip_SetSoftwareReset/0 (1073741824 (estimated locally),1.00 per call)
Calls:
SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_39/25 (SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_39) @05e4e700
Type: function
Visibility: external public
References:
Referring:
Availability: not_available
Function flags: optimize_size
Called by: Flexio_Mcl_Ip_SetSoftwareReset/0 (1073741824 (estimated locally),1.00 per call)
Calls:
Flexio_Mcl_Ip_ClearPinStatus/24 (Flexio_Mcl_Ip_ClearPinStatus) @05e4e2a0
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44ec8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_SetTimerDMARequest/23 (Flexio_Mcl_Ip_SetTimerDMARequest) @05e4e000
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44fa8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_46/40 (1073741824 (estimated locally),1.00 per call) SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_46/39 (1073741824 (estimated locally),1.00 per call)
Flexio_Mcl_Ip_Init/22 (Flexio_Mcl_Ip_Init) @05df4b60
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e451c8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls: Flexio_Mcl_Ip_SetSoftwareReset/0 (1073741824 (estimated locally),1.00 per call)
Flexio_Mcl_Ip_SetTimerInterrupt/21 (Flexio_Mcl_Ip_SetTimerInterrupt) @05df4620
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44f28
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_45/38 (1073741824 (estimated locally),1.00 per call) SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_45/37 (1073741824 (estimated locally),1.00 per call)
Flexio_Mcl_Ip_GetAllTimerInterrupt/20 (Flexio_Mcl_Ip_GetAllTimerInterrupt) @05df40e0
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44f08
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_SetShifterDMARequest/19 (Flexio_Mcl_Ip_SetShifterDMARequest) @05df4d20
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e45188
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_44/36 (1073741824 (estimated locally),1.00 per call) SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_44/35 (1073741824 (estimated locally),1.00 per call)
Flexio_Mcl_Ip_GetAllPinsInterrupt/18 (Flexio_Mcl_Ip_GetAllPinsInterrupt) @05df4a80
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44f48
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_GetAllPinsStatus/17 (Flexio_Mcl_Ip_GetAllPinsStatus) @05df47e0
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44ee8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_SetShifterInterrupt/16 (Flexio_Mcl_Ip_SetShifterInterrupt) @05df4540
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44f68
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_43/34 (1073741824 (estimated locally),1.00 per call) SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_43/33 (1073741824 (estimated locally),1.00 per call)
Flexio_Mcl_Ip_SetShifterErrorInterrupt/15 (Flexio_Mcl_Ip_SetShifterErrorInterrupt) @05df42a0
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44f88
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_42/32 (1073741824 (estimated locally),1.00 per call) SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_42/31 (1073741824 (estimated locally),1.00 per call)
Flexio_Mcl_Ip_GetAllShifterErrorInterrupt/14 (Flexio_Mcl_Ip_GetAllShifterErrorInterrupt) @05df4000
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44fc8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_GetAllShifterInterrupt/13 (Flexio_Mcl_Ip_GetAllShifterInterrupt) @05df1b60
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44fe8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_ClearTimerStatus/12 (Flexio_Mcl_Ip_ClearTimerStatus) @05df1620
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e45008
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_GetAllTimerStatus/11 (Flexio_Mcl_Ip_GetAllTimerStatus) @05df10e0
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e45088
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_GetTimerInterruptEnable/10 (Flexio_Mcl_Ip_GetTimerInterruptEnable) @05df1d20
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44e28
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_GetTimerStatus/9 (Flexio_Mcl_Ip_GetTimerStatus) @05df1a80
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e45028
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_ClearShifterErrorStatus/8 (Flexio_Mcl_Ip_ClearShifterErrorStatus) @05df17e0
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e45048
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_GetAllShifterErrorStatus/7 (Flexio_Mcl_Ip_GetAllShifterErrorStatus) @05df1540
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e45068
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_GetShifterErrorStatus/6 (Flexio_Mcl_Ip_GetShifterErrorStatus) @05df12a0
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e450a8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_ClearShifterStatus/5 (Flexio_Mcl_Ip_ClearShifterStatus) @05df1000
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e45108
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_GetAllShifterStatus/4 (Flexio_Mcl_Ip_GetAllShifterStatus) @05dedb60
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e451a8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_GetShifterStatus/3 (Flexio_Mcl_Ip_GetShifterStatus) @05ded620
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e450c8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_SetEnable/2 (Flexio_Mcl_Ip_SetEnable) @05dedd20
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e450e8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_41/30 (1073741824 (estimated locally),1.00 per call) SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_41/29 (1073741824 (estimated locally),1.00 per call)
Flexio_Mcl_Ip_SetDebugEnable/1 (Flexio_Mcl_Ip_SetDebugEnable) @05deda80
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44ea8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_40/28 (1073741824 (estimated locally),1.00 per call) SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_40/27 (1073741824 (estimated locally),1.00 per call)
Flexio_Mcl_Ip_SetSoftwareReset/0 (Flexio_Mcl_Ip_SetSoftwareReset) @05ded7e0
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44e88
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by: Flexio_Mcl_Ip_Init/22 (1073741824 (estimated locally),1.00 per call)
Calls: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_39/26 (1073741824 (estimated locally),1.00 per call) SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_39/25 (1073741824 (estimated locally),1.00 per call)
ordered call graph: reduced for nothrow
Flexio_Mcl_Ip_ClearPinStatus/24 (Flexio_Mcl_Ip_ClearPinStatus) @05e4e2a0
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44ec8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_SetTimerDMARequest/23 (Flexio_Mcl_Ip_SetTimerDMARequest) @05e4e000
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44fa8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_46/40 (1073741824 (estimated locally),1.00 per call) SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_46/39 (1073741824 (estimated locally),1.00 per call)
Flexio_Mcl_Ip_Init/22 (Flexio_Mcl_Ip_Init) @05df4b60
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e451c8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls: Flexio_Mcl_Ip_SetSoftwareReset/0 (1073741824 (estimated locally),1.00 per call)
Flexio_Mcl_Ip_SetTimerInterrupt/21 (Flexio_Mcl_Ip_SetTimerInterrupt) @05df4620
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44f28
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_45/38 (1073741824 (estimated locally),1.00 per call) SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_45/37 (1073741824 (estimated locally),1.00 per call)
Flexio_Mcl_Ip_GetAllTimerInterrupt/20 (Flexio_Mcl_Ip_GetAllTimerInterrupt) @05df40e0
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44f08
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_SetShifterDMARequest/19 (Flexio_Mcl_Ip_SetShifterDMARequest) @05df4d20
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e45188
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_44/36 (1073741824 (estimated locally),1.00 per call) SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_44/35 (1073741824 (estimated locally),1.00 per call)
Flexio_Mcl_Ip_GetAllPinsInterrupt/18 (Flexio_Mcl_Ip_GetAllPinsInterrupt) @05df4a80
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44f48
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_GetAllPinsStatus/17 (Flexio_Mcl_Ip_GetAllPinsStatus) @05df47e0
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44ee8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_SetShifterInterrupt/16 (Flexio_Mcl_Ip_SetShifterInterrupt) @05df4540
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44f68
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_43/34 (1073741824 (estimated locally),1.00 per call) SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_43/33 (1073741824 (estimated locally),1.00 per call)
Flexio_Mcl_Ip_SetShifterErrorInterrupt/15 (Flexio_Mcl_Ip_SetShifterErrorInterrupt) @05df42a0
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44f88
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_42/32 (1073741824 (estimated locally),1.00 per call) SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_42/31 (1073741824 (estimated locally),1.00 per call)
Flexio_Mcl_Ip_GetAllShifterErrorInterrupt/14 (Flexio_Mcl_Ip_GetAllShifterErrorInterrupt) @05df4000
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44fc8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_GetAllShifterInterrupt/13 (Flexio_Mcl_Ip_GetAllShifterInterrupt) @05df1b60
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44fe8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_ClearTimerStatus/12 (Flexio_Mcl_Ip_ClearTimerStatus) @05df1620
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e45008
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_GetAllTimerStatus/11 (Flexio_Mcl_Ip_GetAllTimerStatus) @05df10e0
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e45088
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_GetTimerInterruptEnable/10 (Flexio_Mcl_Ip_GetTimerInterruptEnable) @05df1d20
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44e28
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_GetTimerStatus/9 (Flexio_Mcl_Ip_GetTimerStatus) @05df1a80
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e45028
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_ClearShifterErrorStatus/8 (Flexio_Mcl_Ip_ClearShifterErrorStatus) @05df17e0
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e45048
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_GetAllShifterErrorStatus/7 (Flexio_Mcl_Ip_GetAllShifterErrorStatus) @05df1540
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e45068
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_GetShifterErrorStatus/6 (Flexio_Mcl_Ip_GetShifterErrorStatus) @05df12a0
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e450a8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_ClearShifterStatus/5 (Flexio_Mcl_Ip_ClearShifterStatus) @05df1000
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e45108
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_GetAllShifterStatus/4 (Flexio_Mcl_Ip_GetAllShifterStatus) @05dedb60
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e451a8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_GetShifterStatus/3 (Flexio_Mcl_Ip_GetShifterStatus) @05ded620
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e450c8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_SetEnable/2 (Flexio_Mcl_Ip_SetEnable) @05dedd20
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e450e8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_41/30 (1073741824 (estimated locally),1.00 per call) SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_41/29 (1073741824 (estimated locally),1.00 per call)
Flexio_Mcl_Ip_SetDebugEnable/1 (Flexio_Mcl_Ip_SetDebugEnable) @05deda80
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44ea8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_40/28 (1073741824 (estimated locally),1.00 per call) SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_40/27 (1073741824 (estimated locally),1.00 per call)
Flexio_Mcl_Ip_SetSoftwareReset/0 (Flexio_Mcl_Ip_SetSoftwareReset) @05ded7e0
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44e88
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by: Flexio_Mcl_Ip_Init/22 (1073741824 (estimated locally),1.00 per call)
Calls: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_39/26 (1073741824 (estimated locally),1.00 per call) SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_39/25 (1073741824 (estimated locally),1.00 per call)
MALLOC LATTICE Initial:
Flexio_Mcl_Ip_ClearPinStatus: malloc_bottom
Flexio_Mcl_Ip_SetTimerDMARequest: malloc_bottom
Flexio_Mcl_Ip_Init: malloc_bottom
Flexio_Mcl_Ip_SetTimerInterrupt: malloc_bottom
Flexio_Mcl_Ip_GetAllTimerInterrupt: malloc_bottom
Flexio_Mcl_Ip_SetShifterDMARequest: malloc_bottom
Flexio_Mcl_Ip_GetAllPinsInterrupt: malloc_bottom
Flexio_Mcl_Ip_GetAllPinsStatus: malloc_bottom
Flexio_Mcl_Ip_SetShifterInterrupt: malloc_bottom
Flexio_Mcl_Ip_SetShifterErrorInterrupt: malloc_bottom
Flexio_Mcl_Ip_GetAllShifterErrorInterrupt: malloc_bottom
Flexio_Mcl_Ip_GetAllShifterInterrupt: malloc_bottom
Flexio_Mcl_Ip_ClearTimerStatus: malloc_bottom
Flexio_Mcl_Ip_GetAllTimerStatus: malloc_bottom
Flexio_Mcl_Ip_GetTimerInterruptEnable: malloc_bottom
Flexio_Mcl_Ip_GetTimerStatus: malloc_bottom
Flexio_Mcl_Ip_ClearShifterErrorStatus: malloc_bottom
Flexio_Mcl_Ip_GetAllShifterErrorStatus: malloc_bottom
Flexio_Mcl_Ip_GetShifterErrorStatus: malloc_bottom
Flexio_Mcl_Ip_ClearShifterStatus: malloc_bottom
Flexio_Mcl_Ip_GetAllShifterStatus: malloc_bottom
Flexio_Mcl_Ip_GetShifterStatus: malloc_bottom
Flexio_Mcl_Ip_SetEnable: malloc_bottom
Flexio_Mcl_Ip_SetDebugEnable: malloc_bottom
Flexio_Mcl_Ip_SetSoftwareReset: malloc_bottom
MALLOC LATTICE after propagation:
Flexio_Mcl_Ip_ClearPinStatus: malloc_bottom
Flexio_Mcl_Ip_SetTimerDMARequest: malloc_bottom
Flexio_Mcl_Ip_Init: malloc_bottom
Flexio_Mcl_Ip_SetTimerInterrupt: malloc_bottom
Flexio_Mcl_Ip_GetAllTimerInterrupt: malloc_bottom
Flexio_Mcl_Ip_SetShifterDMARequest: malloc_bottom
Flexio_Mcl_Ip_GetAllPinsInterrupt: malloc_bottom
Flexio_Mcl_Ip_GetAllPinsStatus: malloc_bottom
Flexio_Mcl_Ip_SetShifterInterrupt: malloc_bottom
Flexio_Mcl_Ip_SetShifterErrorInterrupt: malloc_bottom
Flexio_Mcl_Ip_GetAllShifterErrorInterrupt: malloc_bottom
Flexio_Mcl_Ip_GetAllShifterInterrupt: malloc_bottom
Flexio_Mcl_Ip_ClearTimerStatus: malloc_bottom
Flexio_Mcl_Ip_GetAllTimerStatus: malloc_bottom
Flexio_Mcl_Ip_GetTimerInterruptEnable: malloc_bottom
Flexio_Mcl_Ip_GetTimerStatus: malloc_bottom
Flexio_Mcl_Ip_ClearShifterErrorStatus: malloc_bottom
Flexio_Mcl_Ip_GetAllShifterErrorStatus: malloc_bottom
Flexio_Mcl_Ip_GetShifterErrorStatus: malloc_bottom
Flexio_Mcl_Ip_ClearShifterStatus: malloc_bottom
Flexio_Mcl_Ip_GetAllShifterStatus: malloc_bottom
Flexio_Mcl_Ip_GetShifterStatus: malloc_bottom
Flexio_Mcl_Ip_SetEnable: malloc_bottom
Flexio_Mcl_Ip_SetDebugEnable: malloc_bottom
Flexio_Mcl_Ip_SetSoftwareReset: malloc_bottom
callgraph:
SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_46/40 (SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_46) @05e9a7e0
Type: function
Visibility: external public
References:
Referring:
Availability: not_available
Function flags: optimize_size
Called by: Flexio_Mcl_Ip_SetTimerDMARequest/23 (1073741824 (estimated locally),1.00 per call)
Calls:
SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_46/39 (SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_46) @05e9a700
Type: function
Visibility: external public
References:
Referring:
Availability: not_available
Function flags: optimize_size
Called by: Flexio_Mcl_Ip_SetTimerDMARequest/23 (1073741824 (estimated locally),1.00 per call)
Calls:
SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_45/38 (SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_45) @05e9a460
Type: function
Visibility: external public
References:
Referring:
Availability: not_available
Function flags: optimize_size
Called by: Flexio_Mcl_Ip_SetTimerInterrupt/21 (1073741824 (estimated locally),1.00 per call)
Calls:
SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_45/37 (SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_45) @05e9a380
Type: function
Visibility: external public
References:
Referring:
Availability: not_available
Function flags: optimize_size
Called by: Flexio_Mcl_Ip_SetTimerInterrupt/21 (1073741824 (estimated locally),1.00 per call)
Calls:
SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_44/36 (SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_44) @05e9a0e0
Type: function
Visibility: external public
References:
Referring:
Availability: not_available
Function flags: optimize_size
Called by: Flexio_Mcl_Ip_SetShifterDMARequest/19 (1073741824 (estimated locally),1.00 per call)
Calls:
SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_44/35 (SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_44) @05e9a000
Type: function
Visibility: external public
References:
Referring:
Availability: not_available
Function flags: optimize_size
Called by: Flexio_Mcl_Ip_SetShifterDMARequest/19 (1073741824 (estimated locally),1.00 per call)
Calls:
SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_43/34 (SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_43) @05e53c40
Type: function
Visibility: external public
References:
Referring:
Availability: not_available
Function flags: optimize_size
Called by: Flexio_Mcl_Ip_SetShifterInterrupt/16 (1073741824 (estimated locally),1.00 per call)
Calls:
SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_43/33 (SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_43) @05e53b60
Type: function
Visibility: external public
References:
Referring:
Availability: not_available
Function flags: optimize_size
Called by: Flexio_Mcl_Ip_SetShifterInterrupt/16 (1073741824 (estimated locally),1.00 per call)
Calls:
SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_42/32 (SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_42) @05e539a0
Type: function
Visibility: external public
References:
Referring:
Availability: not_available
Function flags: optimize_size
Called by: Flexio_Mcl_Ip_SetShifterErrorInterrupt/15 (1073741824 (estimated locally),1.00 per call)
Calls:
SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_42/31 (SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_42) @05e538c0
Type: function
Visibility: external public
References:
Referring:
Availability: not_available
Function flags: optimize_size
Called by: Flexio_Mcl_Ip_SetShifterErrorInterrupt/15 (1073741824 (estimated locally),1.00 per call)
Calls:
SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_41/30 (SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_41) @05e4ed20
Type: function
Visibility: external public
References:
Referring:
Availability: not_available
Function flags: optimize_size
Called by: Flexio_Mcl_Ip_SetEnable/2 (1073741824 (estimated locally),1.00 per call)
Calls:
SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_41/29 (SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_41) @05e4ec40
Type: function
Visibility: external public
References:
Referring:
Availability: not_available
Function flags: optimize_size
Called by: Flexio_Mcl_Ip_SetEnable/2 (1073741824 (estimated locally),1.00 per call)
Calls:
SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_40/28 (SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_40) @05e4ea80
Type: function
Visibility: external public
References:
Referring:
Availability: not_available
Function flags: optimize_size
Called by: Flexio_Mcl_Ip_SetDebugEnable/1 (1073741824 (estimated locally),1.00 per call)
Calls:
SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_40/27 (SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_40) @05e4e9a0
Type: function
Visibility: external public
References:
Referring:
Availability: not_available
Function flags: optimize_size
Called by: Flexio_Mcl_Ip_SetDebugEnable/1 (1073741824 (estimated locally),1.00 per call)
Calls:
SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_39/26 (SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_39) @05e4e7e0
Type: function
Visibility: external public
References:
Referring:
Availability: not_available
Function flags: optimize_size
Called by: Flexio_Mcl_Ip_SetSoftwareReset/0 (1073741824 (estimated locally),1.00 per call)
Calls:
SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_39/25 (SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_39) @05e4e700
Type: function
Visibility: external public
References:
Referring:
Availability: not_available
Function flags: optimize_size
Called by: Flexio_Mcl_Ip_SetSoftwareReset/0 (1073741824 (estimated locally),1.00 per call)
Calls:
Flexio_Mcl_Ip_ClearPinStatus/24 (Flexio_Mcl_Ip_ClearPinStatus) @05e4e2a0
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e45168
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_SetTimerDMARequest/23 (Flexio_Mcl_Ip_SetTimerDMARequest) @05e4e000
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e45188
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_46/40 (1073741824 (estimated locally),1.00 per call) SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_46/39 (1073741824 (estimated locally),1.00 per call)
Flexio_Mcl_Ip_Init/22 (Flexio_Mcl_Ip_Init) @05df4b60
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44f88
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls: Flexio_Mcl_Ip_SetSoftwareReset/0 (1073741824 (estimated locally),1.00 per call)
Flexio_Mcl_Ip_SetTimerInterrupt/21 (Flexio_Mcl_Ip_SetTimerInterrupt) @05df4620
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44e68
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_45/38 (1073741824 (estimated locally),1.00 per call) SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_45/37 (1073741824 (estimated locally),1.00 per call)
Flexio_Mcl_Ip_GetAllTimerInterrupt/20 (Flexio_Mcl_Ip_GetAllTimerInterrupt) @05df40e0
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e45028
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_SetShifterDMARequest/19 (Flexio_Mcl_Ip_SetShifterDMARequest) @05df4d20
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e45108
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_44/36 (1073741824 (estimated locally),1.00 per call) SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_44/35 (1073741824 (estimated locally),1.00 per call)
Flexio_Mcl_Ip_GetAllPinsInterrupt/18 (Flexio_Mcl_Ip_GetAllPinsInterrupt) @05df4a80
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e45088
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_GetAllPinsStatus/17 (Flexio_Mcl_Ip_GetAllPinsStatus) @05df47e0
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44e48
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_SetShifterInterrupt/16 (Flexio_Mcl_Ip_SetShifterInterrupt) @05df4540
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44f68
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_43/34 (1073741824 (estimated locally),1.00 per call) SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_43/33 (1073741824 (estimated locally),1.00 per call)
Flexio_Mcl_Ip_SetShifterErrorInterrupt/15 (Flexio_Mcl_Ip_SetShifterErrorInterrupt) @05df42a0
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e451a8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_42/32 (1073741824 (estimated locally),1.00 per call) SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_42/31 (1073741824 (estimated locally),1.00 per call)
Flexio_Mcl_Ip_GetAllShifterErrorInterrupt/14 (Flexio_Mcl_Ip_GetAllShifterErrorInterrupt) @05df4000
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e45128
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_GetAllShifterInterrupt/13 (Flexio_Mcl_Ip_GetAllShifterInterrupt) @05df1b60
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e45148
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_ClearTimerStatus/12 (Flexio_Mcl_Ip_ClearTimerStatus) @05df1620
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e45068
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_GetAllTimerStatus/11 (Flexio_Mcl_Ip_GetAllTimerStatus) @05df10e0
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e451c8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_GetTimerInterruptEnable/10 (Flexio_Mcl_Ip_GetTimerInterruptEnable) @05df1d20
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e450a8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_GetTimerStatus/9 (Flexio_Mcl_Ip_GetTimerStatus) @05df1a80
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44e28
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_ClearShifterErrorStatus/8 (Flexio_Mcl_Ip_ClearShifterErrorStatus) @05df17e0
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44fa8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_GetAllShifterErrorStatus/7 (Flexio_Mcl_Ip_GetAllShifterErrorStatus) @05df1540
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44e88
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_GetShifterErrorStatus/6 (Flexio_Mcl_Ip_GetShifterErrorStatus) @05df12a0
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44fc8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_ClearShifterStatus/5 (Flexio_Mcl_Ip_ClearShifterStatus) @05df1000
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e450e8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_GetAllShifterStatus/4 (Flexio_Mcl_Ip_GetAllShifterStatus) @05dedb60
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44fe8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_GetShifterStatus/3 (Flexio_Mcl_Ip_GetShifterStatus) @05ded620
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44ea8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_SetEnable/2 (Flexio_Mcl_Ip_SetEnable) @05dedd20
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44ec8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_41/30 (1073741824 (estimated locally),1.00 per call) SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_41/29 (1073741824 (estimated locally),1.00 per call)
Flexio_Mcl_Ip_SetDebugEnable/1 (Flexio_Mcl_Ip_SetDebugEnable) @05deda80
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44ee8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_40/28 (1073741824 (estimated locally),1.00 per call) SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_40/27 (1073741824 (estimated locally),1.00 per call)
Flexio_Mcl_Ip_SetSoftwareReset/0 (Flexio_Mcl_Ip_SetSoftwareReset) @05ded7e0
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44f08
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by: Flexio_Mcl_Ip_Init/22 (1073741824 (estimated locally),1.00 per call)
Calls: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_39/26 (1073741824 (estimated locally),1.00 per call) SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_39/25 (1073741824 (estimated locally),1.00 per call)
ordered call graph: reduced
Flexio_Mcl_Ip_ClearPinStatus/24 (Flexio_Mcl_Ip_ClearPinStatus) @05e4e2a0
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e45168
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_SetTimerDMARequest/23 (Flexio_Mcl_Ip_SetTimerDMARequest) @05e4e000
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e45188
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_46/40 (1073741824 (estimated locally),1.00 per call) SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_46/39 (1073741824 (estimated locally),1.00 per call)
Flexio_Mcl_Ip_Init/22 (Flexio_Mcl_Ip_Init) @05df4b60
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44f88
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls: Flexio_Mcl_Ip_SetSoftwareReset/0 (1073741824 (estimated locally),1.00 per call)
Flexio_Mcl_Ip_SetTimerInterrupt/21 (Flexio_Mcl_Ip_SetTimerInterrupt) @05df4620
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44e68
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_45/38 (1073741824 (estimated locally),1.00 per call) SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_45/37 (1073741824 (estimated locally),1.00 per call)
Flexio_Mcl_Ip_GetAllTimerInterrupt/20 (Flexio_Mcl_Ip_GetAllTimerInterrupt) @05df40e0
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e45028
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_SetShifterDMARequest/19 (Flexio_Mcl_Ip_SetShifterDMARequest) @05df4d20
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e45108
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_44/36 (1073741824 (estimated locally),1.00 per call) SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_44/35 (1073741824 (estimated locally),1.00 per call)
Flexio_Mcl_Ip_GetAllPinsInterrupt/18 (Flexio_Mcl_Ip_GetAllPinsInterrupt) @05df4a80
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e45088
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_GetAllPinsStatus/17 (Flexio_Mcl_Ip_GetAllPinsStatus) @05df47e0
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44e48
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_SetShifterInterrupt/16 (Flexio_Mcl_Ip_SetShifterInterrupt) @05df4540
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44f68
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_43/34 (1073741824 (estimated locally),1.00 per call) SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_43/33 (1073741824 (estimated locally),1.00 per call)
Flexio_Mcl_Ip_SetShifterErrorInterrupt/15 (Flexio_Mcl_Ip_SetShifterErrorInterrupt) @05df42a0
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e451a8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_42/32 (1073741824 (estimated locally),1.00 per call) SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_42/31 (1073741824 (estimated locally),1.00 per call)
Flexio_Mcl_Ip_GetAllShifterErrorInterrupt/14 (Flexio_Mcl_Ip_GetAllShifterErrorInterrupt) @05df4000
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e45128
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_GetAllShifterInterrupt/13 (Flexio_Mcl_Ip_GetAllShifterInterrupt) @05df1b60
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e45148
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_ClearTimerStatus/12 (Flexio_Mcl_Ip_ClearTimerStatus) @05df1620
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e45068
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_GetAllTimerStatus/11 (Flexio_Mcl_Ip_GetAllTimerStatus) @05df10e0
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e451c8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_GetTimerInterruptEnable/10 (Flexio_Mcl_Ip_GetTimerInterruptEnable) @05df1d20
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e450a8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_GetTimerStatus/9 (Flexio_Mcl_Ip_GetTimerStatus) @05df1a80
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44e28
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_ClearShifterErrorStatus/8 (Flexio_Mcl_Ip_ClearShifterErrorStatus) @05df17e0
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44fa8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_GetAllShifterErrorStatus/7 (Flexio_Mcl_Ip_GetAllShifterErrorStatus) @05df1540
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44e88
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_GetShifterErrorStatus/6 (Flexio_Mcl_Ip_GetShifterErrorStatus) @05df12a0
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44fc8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_ClearShifterStatus/5 (Flexio_Mcl_Ip_ClearShifterStatus) @05df1000
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e450e8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_GetAllShifterStatus/4 (Flexio_Mcl_Ip_GetAllShifterStatus) @05dedb60
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44fe8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_GetShifterStatus/3 (Flexio_Mcl_Ip_GetShifterStatus) @05ded620
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44ea8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls:
Flexio_Mcl_Ip_SetEnable/2 (Flexio_Mcl_Ip_SetEnable) @05dedd20
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44ec8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_41/30 (1073741824 (estimated locally),1.00 per call) SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_41/29 (1073741824 (estimated locally),1.00 per call)
Flexio_Mcl_Ip_SetDebugEnable/1 (Flexio_Mcl_Ip_SetDebugEnable) @05deda80
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44ee8
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_40/28 (1073741824 (estimated locally),1.00 per call) SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_40/27 (1073741824 (estimated locally),1.00 per call)
Flexio_Mcl_Ip_SetSoftwareReset/0 (Flexio_Mcl_Ip_SetSoftwareReset) @05ded7e0
Type: function definition analyzed
Visibility: externally_visible public
Aux: @04e44f08
References:
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by: Flexio_Mcl_Ip_Init/22 (1073741824 (estimated locally),1.00 per call)
Calls: SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_39/26 (1073741824 (estimated locally),1.00 per call) SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_39/25 (1073741824 (estimated locally),1.00 per call)
Function found not to call free: Flexio_Mcl_Ip_GetShifterStatus
Function found not to call free: Flexio_Mcl_Ip_GetAllShifterStatus
Function found not to call free: Flexio_Mcl_Ip_ClearShifterStatus
Function found not to call free: Flexio_Mcl_Ip_GetShifterErrorStatus
Function found not to call free: Flexio_Mcl_Ip_GetAllShifterErrorStatus
Function found not to call free: Flexio_Mcl_Ip_ClearShifterErrorStatus
Function found not to call free: Flexio_Mcl_Ip_GetTimerStatus
Function found not to call free: Flexio_Mcl_Ip_GetTimerInterruptEnable
Function found not to call free: Flexio_Mcl_Ip_GetAllTimerStatus
Function found not to call free: Flexio_Mcl_Ip_ClearTimerStatus
Function found not to call free: Flexio_Mcl_Ip_GetAllShifterInterrupt
Function found not to call free: Flexio_Mcl_Ip_GetAllShifterErrorInterrupt
Function found not to call free: Flexio_Mcl_Ip_GetAllPinsStatus
Function found not to call free: Flexio_Mcl_Ip_GetAllPinsInterrupt
Function found not to call free: Flexio_Mcl_Ip_GetAllTimerInterrupt
Function found not to call free: Flexio_Mcl_Ip_ClearPinStatus
Flexio_Mcl_Ip_ClearPinStatus (struct FLEXIO_Type * baseAddr, uint8 pin)
{
long unsigned int _1;
int _2;
unsigned int _3;
long unsigned int _4;
unsigned int _9;
<bb 2> [local count: 1073741824]:
# DEBUG BEGIN_STMT
_1 ={v} baseAddr_6(D)->PINSTAT;
_2 = (int) pin_7(D);
_3 = 1 << _2;
_9 = _3 & 255;
_4 = _1 | _9;
baseAddr_6(D)->PINSTAT ={v} _4;
return;
}
Flexio_Mcl_Ip_SetTimerDMARequest (struct FLEXIO_Type * baseAddr, uint8 requestMask, boolean enable)
{
uint32 tmp;
long unsigned int _1;
long unsigned int _2;
long unsigned int _3;
<bb 2> [local count: 1073741824]:
# DEBUG BEGIN_STMT
# DEBUG BEGIN_STMT
SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_46 ();
# DEBUG BEGIN_STMT
tmp_8 ={v} baseAddr_7(D)->TIMERSDEN;
# DEBUG tmp => tmp_8
# DEBUG BEGIN_STMT
if (enable_9(D) != 0)
goto <bb 3>; [50.00%]
else
goto <bb 4>; [50.00%]
<bb 3> [local count: 536870913]:
# DEBUG BEGIN_STMT
_1 = (long unsigned int) requestMask_10(D);
tmp_12 = _1 | tmp_8;
# DEBUG tmp => tmp_12
goto <bb 5>; [100.00%]
<bb 4> [local count: 536870913]:
# DEBUG BEGIN_STMT
_2 = (long unsigned int) requestMask_10(D);
_3 = ~_2;
tmp_11 = _3 & tmp_8;
# DEBUG tmp => tmp_11
<bb 5> [local count: 1073741824]:
# tmp_4 = PHI <tmp_12(3), tmp_11(4)>
# DEBUG tmp => tmp_4
# DEBUG BEGIN_STMT
baseAddr_7(D)->TIMERSDEN ={v} tmp_4;
# DEBUG BEGIN_STMT
SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_46 ();
return;
}
Flexio_Mcl_Ip_Init (struct FLEXIO_Type * baseAddr)
{
<bb 2> [local count: 1073741824]:
# DEBUG BEGIN_STMT
Flexio_Mcl_Ip_SetSoftwareReset (baseAddr_2(D), 1);
# DEBUG BEGIN_STMT
baseAddr_2(D)->CTRL ={v} 0;
return;
}
Flexio_Mcl_Ip_SetTimerInterrupt (struct FLEXIO_Type * baseAddr, uint8 interruptMask, boolean enable)
{
uint32 tmp;
long unsigned int _1;
long unsigned int _2;
long unsigned int _3;
<bb 2> [local count: 1073741824]:
# DEBUG BEGIN_STMT
# DEBUG BEGIN_STMT
SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_45 ();
# DEBUG BEGIN_STMT
tmp_8 ={v} baseAddr_7(D)->TIMIEN;
# DEBUG tmp => tmp_8
# DEBUG BEGIN_STMT
if (enable_9(D) != 0)
goto <bb 3>; [50.00%]
else
goto <bb 4>; [50.00%]
<bb 3> [local count: 536870913]:
# DEBUG BEGIN_STMT
_1 = (long unsigned int) interruptMask_10(D);
tmp_12 = _1 | tmp_8;
# DEBUG tmp => tmp_12
goto <bb 5>; [100.00%]
<bb 4> [local count: 536870913]:
# DEBUG BEGIN_STMT
_2 = (long unsigned int) interruptMask_10(D);
_3 = ~_2;
tmp_11 = _3 & tmp_8;
# DEBUG tmp => tmp_11
<bb 5> [local count: 1073741824]:
# tmp_4 = PHI <tmp_12(3), tmp_11(4)>
# DEBUG tmp => tmp_4
# DEBUG BEGIN_STMT
baseAddr_7(D)->TIMIEN ={v} tmp_4;
# DEBUG BEGIN_STMT
SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_45 ();
return;
}
Flexio_Mcl_Ip_GetAllTimerInterrupt (const struct FLEXIO_Type * baseAddr)
{
uint32 _3;
<bb 2> [local count: 1073741824]:
# DEBUG BEGIN_STMT
_3 ={v} baseAddr_2(D)->TIMIEN;
return _3;
}
Flexio_Mcl_Ip_SetShifterDMARequest (struct FLEXIO_Type * baseAddr, uint8 requestMask, boolean enable)
{
uint32 tmp;
long unsigned int _1;
long unsigned int _2;
long unsigned int _3;
<bb 2> [local count: 1073741824]:
# DEBUG BEGIN_STMT
# DEBUG BEGIN_STMT
SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_44 ();
# DEBUG BEGIN_STMT
tmp_8 ={v} baseAddr_7(D)->SHIFTSDEN;
# DEBUG tmp => tmp_8
# DEBUG BEGIN_STMT
if (enable_9(D) != 0)
goto <bb 3>; [50.00%]
else
goto <bb 4>; [50.00%]
<bb 3> [local count: 536870913]:
# DEBUG BEGIN_STMT
_1 = (long unsigned int) requestMask_10(D);
tmp_12 = _1 | tmp_8;
# DEBUG tmp => tmp_12
goto <bb 5>; [100.00%]
<bb 4> [local count: 536870913]:
# DEBUG BEGIN_STMT
_2 = (long unsigned int) requestMask_10(D);
_3 = ~_2;
tmp_11 = _3 & tmp_8;
# DEBUG tmp => tmp_11
<bb 5> [local count: 1073741824]:
# tmp_4 = PHI <tmp_12(3), tmp_11(4)>
# DEBUG tmp => tmp_4
# DEBUG BEGIN_STMT
baseAddr_7(D)->SHIFTSDEN ={v} tmp_4;
# DEBUG BEGIN_STMT
SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_44 ();
return;
}
Flexio_Mcl_Ip_GetAllPinsInterrupt (const struct FLEXIO_Type * baseAddr)
{
uint32 _3;
<bb 2> [local count: 1073741824]:
# DEBUG BEGIN_STMT
_3 ={v} baseAddr_2(D)->PINIEN;
return _3;
}
Flexio_Mcl_Ip_GetAllPinsStatus (const struct FLEXIO_Type * baseAddr)
{
uint32 _3;
<bb 2> [local count: 1073741824]:
# DEBUG BEGIN_STMT
_3 ={v} baseAddr_2(D)->PINSTAT;
return _3;
}
Flexio_Mcl_Ip_SetShifterInterrupt (struct FLEXIO_Type * baseAddr, uint8 interruptMask, boolean enable)
{
uint32 tmp;
long unsigned int _1;
long unsigned int _2;
long unsigned int _3;
<bb 2> [local count: 1073741824]:
# DEBUG BEGIN_STMT
# DEBUG BEGIN_STMT
SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_43 ();
# DEBUG BEGIN_STMT
tmp_8 ={v} baseAddr_7(D)->SHIFTSIEN;
# DEBUG tmp => tmp_8
# DEBUG BEGIN_STMT
if (enable_9(D) != 0)
goto <bb 3>; [50.00%]
else
goto <bb 4>; [50.00%]
<bb 3> [local count: 536870913]:
# DEBUG BEGIN_STMT
_1 = (long unsigned int) interruptMask_10(D);
tmp_12 = _1 | tmp_8;
# DEBUG tmp => tmp_12
goto <bb 5>; [100.00%]
<bb 4> [local count: 536870913]:
# DEBUG BEGIN_STMT
_2 = (long unsigned int) interruptMask_10(D);
_3 = ~_2;
tmp_11 = _3 & tmp_8;
# DEBUG tmp => tmp_11
<bb 5> [local count: 1073741824]:
# tmp_4 = PHI <tmp_12(3), tmp_11(4)>
# DEBUG tmp => tmp_4
# DEBUG BEGIN_STMT
baseAddr_7(D)->SHIFTSIEN ={v} tmp_4;
# DEBUG BEGIN_STMT
SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_43 ();
return;
}
Flexio_Mcl_Ip_SetShifterErrorInterrupt (struct FLEXIO_Type * baseAddr, uint8 interruptMask, boolean enable)
{
uint32 tmp;
long unsigned int _1;
long unsigned int _2;
long unsigned int _3;
<bb 2> [local count: 1073741824]:
# DEBUG BEGIN_STMT
# DEBUG BEGIN_STMT
SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_42 ();
# DEBUG BEGIN_STMT
tmp_8 ={v} baseAddr_7(D)->SHIFTEIEN;
# DEBUG tmp => tmp_8
# DEBUG BEGIN_STMT
if (enable_9(D) != 0)
goto <bb 3>; [50.00%]
else
goto <bb 4>; [50.00%]
<bb 3> [local count: 536870913]:
# DEBUG BEGIN_STMT
_1 = (long unsigned int) interruptMask_10(D);
tmp_12 = _1 | tmp_8;
# DEBUG tmp => tmp_12
goto <bb 5>; [100.00%]
<bb 4> [local count: 536870913]:
# DEBUG BEGIN_STMT
_2 = (long unsigned int) interruptMask_10(D);
_3 = ~_2;
tmp_11 = _3 & tmp_8;
# DEBUG tmp => tmp_11
<bb 5> [local count: 1073741824]:
# tmp_4 = PHI <tmp_12(3), tmp_11(4)>
# DEBUG tmp => tmp_4
# DEBUG BEGIN_STMT
baseAddr_7(D)->SHIFTEIEN ={v} tmp_4;
# DEBUG BEGIN_STMT
SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_42 ();
return;
}
Flexio_Mcl_Ip_GetAllShifterErrorInterrupt (const struct FLEXIO_Type * baseAddr)
{
uint32 _3;
<bb 2> [local count: 1073741824]:
# DEBUG BEGIN_STMT
_3 ={v} baseAddr_2(D)->SHIFTEIEN;
return _3;
}
Flexio_Mcl_Ip_GetAllShifterInterrupt (const struct FLEXIO_Type * baseAddr)
{
uint32 _3;
<bb 2> [local count: 1073741824]:
# DEBUG BEGIN_STMT
_3 ={v} baseAddr_2(D)->SHIFTSIEN;
return _3;
}
Flexio_Mcl_Ip_ClearTimerStatus (struct FLEXIO_Type * baseAddr, uint8 timer)
{
int _1;
long unsigned int _2;
<bb 2> [local count: 1073741824]:
# DEBUG BEGIN_STMT
_1 = (int) timer_3(D);
_2 = 1 << _1;
baseAddr_5(D)->TIMSTAT ={v} _2;
return;
}
Flexio_Mcl_Ip_GetAllTimerStatus (const struct FLEXIO_Type * baseAddr)
{
uint32 _3;
<bb 2> [local count: 1073741824]:
# DEBUG BEGIN_STMT
_3 ={v} baseAddr_2(D)->TIMSTAT;
return _3;
}
Flexio_Mcl_Ip_GetTimerInterruptEnable (const struct FLEXIO_Type * baseAddr, uint8 timer)
{
long unsigned int _1;
int _2;
long unsigned int _3;
boolean _7;
<bb 2> [local count: 1073741824]:
# DEBUG BEGIN_STMT
_1 ={v} baseAddr_5(D)->TIMIEN;
_2 = (int) timer_6(D);
_3 = _1 >> _2;
_7 = (boolean) _3;
return _7;
}
Flexio_Mcl_Ip_GetTimerStatus (const struct FLEXIO_Type * baseAddr, uint8 timer)
{
long unsigned int _1;
int _2;
long unsigned int _3;
boolean _7;
<bb 2> [local count: 1073741824]:
# DEBUG BEGIN_STMT
_1 ={v} baseAddr_5(D)->TIMSTAT;
_2 = (int) timer_6(D);
_3 = _1 >> _2;
_7 = (boolean) _3;
return _7;
}
Flexio_Mcl_Ip_ClearShifterErrorStatus (struct FLEXIO_Type * baseAddr, uint8 shifter)
{
int _1;
long unsigned int _2;
<bb 2> [local count: 1073741824]:
# DEBUG BEGIN_STMT
_1 = (int) shifter_3(D);
_2 = 1 << _1;
baseAddr_5(D)->SHIFTERR ={v} _2;
return;
}
Flexio_Mcl_Ip_GetAllShifterErrorStatus (const struct FLEXIO_Type * baseAddr)
{
uint32 _3;
<bb 2> [local count: 1073741824]:
# DEBUG BEGIN_STMT
_3 ={v} baseAddr_2(D)->SHIFTERR;
return _3;
}
Flexio_Mcl_Ip_GetShifterErrorStatus (const struct FLEXIO_Type * baseAddr, uint8 shifter)
{
long unsigned int _1;
int _2;
long unsigned int _3;
boolean _7;
<bb 2> [local count: 1073741824]:
# DEBUG BEGIN_STMT
_1 ={v} baseAddr_5(D)->SHIFTERR;
_2 = (int) shifter_6(D);
_3 = _1 >> _2;
_7 = (boolean) _3;
return _7;
}
Flexio_Mcl_Ip_ClearShifterStatus (struct FLEXIO_Type * baseAddr, uint8 shifter)
{
int _1;
long unsigned int _2;
<bb 2> [local count: 1073741824]:
# DEBUG BEGIN_STMT
_1 = (int) shifter_3(D);
_2 = 1 << _1;
baseAddr_5(D)->SHIFTSTAT ={v} _2;
return;
}
Flexio_Mcl_Ip_GetAllShifterStatus (const struct FLEXIO_Type * baseAddr)
{
uint32 _3;
<bb 2> [local count: 1073741824]:
# DEBUG BEGIN_STMT
_3 ={v} baseAddr_2(D)->SHIFTSTAT;
return _3;
}
Flexio_Mcl_Ip_GetShifterStatus (const struct FLEXIO_Type * baseAddr, uint8 shifter)
{
long unsigned int _1;
int _2;
long unsigned int _3;
boolean _7;
<bb 2> [local count: 1073741824]:
# DEBUG BEGIN_STMT
_1 ={v} baseAddr_5(D)->SHIFTSTAT;
_2 = (int) shifter_6(D);
_3 = _1 >> _2;
_7 = (boolean) _3;
return _7;
}
Flexio_Mcl_Ip_SetEnable (struct FLEXIO_Type * baseAddr, boolean enable)
{
uint32 regValue;
long unsigned int iftmp.2_1;
<bb 2> [local count: 1073741824]:
# DEBUG BEGIN_STMT
SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_41 ();
# DEBUG BEGIN_STMT
regValue_5 ={v} baseAddr_4(D)->CTRL;
# DEBUG regValue => regValue_5
# DEBUG BEGIN_STMT
regValue_6 = regValue_5 & 4294967294;
# DEBUG regValue => regValue_6
# DEBUG BEGIN_STMT
if (enable_7(D) != 0)
goto <bb 4>; [50.00%]
else
goto <bb 3>; [50.00%]
<bb 3> [local count: 536870913]:
<bb 4> [local count: 1073741824]:
# iftmp.2_1 = PHI <1(2), 0(3)>
regValue_8 = iftmp.2_1 | regValue_6;
# DEBUG regValue => regValue_8
# DEBUG BEGIN_STMT
baseAddr_4(D)->CTRL ={v} regValue_8;
# DEBUG BEGIN_STMT
SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_41 ();
return;
}
Flexio_Mcl_Ip_SetDebugEnable (struct FLEXIO_Type * baseAddr, boolean enable)
{
uint32 regValue;
long unsigned int iftmp.1_1;
<bb 2> [local count: 1073741824]:
# DEBUG BEGIN_STMT
SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_40 ();
# DEBUG BEGIN_STMT
regValue_5 ={v} baseAddr_4(D)->CTRL;
# DEBUG regValue => regValue_5
# DEBUG BEGIN_STMT
regValue_6 = regValue_5 & 3221225471;
# DEBUG regValue => regValue_6
# DEBUG BEGIN_STMT
if (enable_7(D) != 0)
goto <bb 4>; [50.00%]
else
goto <bb 3>; [50.00%]
<bb 3> [local count: 536870913]:
<bb 4> [local count: 1073741824]:
# iftmp.1_1 = PHI <1073741824(2), 0(3)>
regValue_8 = iftmp.1_1 | regValue_6;
# DEBUG regValue => regValue_8
# DEBUG BEGIN_STMT
baseAddr_4(D)->CTRL ={v} regValue_8;
# DEBUG BEGIN_STMT
SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_40 ();
return;
}
Flexio_Mcl_Ip_SetSoftwareReset (struct FLEXIO_Type * baseAddr, boolean enable)
{
uint32 regValue;
long unsigned int iftmp.0_1;
<bb 2> [local count: 1073741824]:
# DEBUG BEGIN_STMT
SchM_Enter_Mcl_MCL_EXCLUSIVE_AREA_39 ();
# DEBUG BEGIN_STMT
regValue_5 ={v} baseAddr_4(D)->CTRL;
# DEBUG regValue => regValue_5
# DEBUG BEGIN_STMT
regValue_6 = regValue_5 & 4294967293;
# DEBUG regValue => regValue_6
# DEBUG BEGIN_STMT
if (enable_7(D) != 0)
goto <bb 4>; [50.00%]
else
goto <bb 3>; [50.00%]
<bb 3> [local count: 536870913]:
<bb 4> [local count: 1073741824]:
# iftmp.0_1 = PHI <2(2), 0(3)>
regValue_8 = iftmp.0_1 | regValue_6;
# DEBUG regValue => regValue_8
# DEBUG BEGIN_STMT
baseAddr_4(D)->CTRL ={v} regValue_8;
# DEBUG BEGIN_STMT
SchM_Exit_Mcl_MCL_EXCLUSIVE_AREA_39 ();
return;
}