The FLASH memory banks reflect the arrangement in a typical ZigBee 3.0 application.
These are logical banks rather than physical banks.
The data is useful for determining if the firmware fits into the bank allocated for the active software image.
If the inactive image bank is unused then the application is small enough to allow OTA operation.
The memory banks are not specified in the map file but are hardcoded into the analysis script.
The location and size of each bank is listed with the percentage of the memory used in that bank. The sections present in each bank are also listed and may be split across multiple banks. When sleeping with RAM held the Retain column indicates how much data is retained.
Clicking the memory name in the header row will jump back to the memory information.
Clicking the a section name in the section column will jump forward to the section information.
The linker divides allocated memory into sections. The location and size of each section is listed with the percentage of the total used memory that section occupies. The bank(s) used by each section are also listed.
Clicking the memory name in the header row will jump back to the memory information.
Clicking a bank name in the Banks column will jump back to the bank information.
Clicking the a section name in the section column will jump forward to that section's files.
The memory used by each file is listed below, grouped by section. The percentage column is the percentage of the section memory that file occupies.
Clicking the memory or section name in a header row will jump back to the memory or section information.
Clicking a file name in the file column will jump forward to that file's symbols.
The memory used by each symbol is listed below, grouped by file. The percentage column is the percentage of the file memory that symbol occupies.
Clicking the memory, section or file name in a header row will jump back to the memory, section or file information.
Flash640 / .text / startup_K32W041AM.o |
Start |
End |
Size |
% |
Line |
.after_vectors.reset |
0x00000200 |
0x00000220 |
32 |
8% |
5330 |
.after_vectors |
0x00000220 |
0x000003a0 |
384 |
93% |
5333 |
Expected total in startup_K32W041AM.o file: |
416 |
Actual: |
416 |
100% |
5330 |
Flash640 / .text / app_main.o |
Start |
End |
Size |
% |
Line |
.text.System_IRQHandler |
0x000003a0 |
0x00000418 |
120 |
14% |
5385 |
.text.main_task |
0x00000418 |
0x00000480 |
104 |
12% |
5388 |
.text.APP_vSetUpHardware |
0x00000480 |
0x0000055c |
220 |
25% |
5391 |
.text.APP_vInitResources |
0x0000055c |
0x00000630 |
212 |
24% |
5394 |
.text.APP_vRadioTempUpdate |
0x00000630 |
0x000006bc |
140 |
16% |
5397 |
.text.bRadioCB_WriteNVM |
0x000006bc |
0x000006f0 |
52 |
6% |
5400 |
.text.u16RadioCB_ReadNVM |
0x000006f0 |
0x00000730 |
64 |
8% |
5403 |
Expected total in app_main.o file: |
912 |
Actual: |
912 |
100% |
5385 |
Flash640 / .text / port_JN518x.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_u8GrabMutexLock |
0x00000730 |
0x00000764 |
52 |
35% |
5406 |
.text.ZPS_u8ReleaseMutexLock |
0x00000764 |
0x00000784 |
32 |
22% |
5409 |
.text.ZPS_eEnterCriticalSection |
0x00000784 |
0x000007b0 |
44 |
29% |
5413 |
.text.ZPS_eExitCriticalSection |
0x000007b0 |
0x000007c8 |
24 |
16% |
5416 |
Expected total in port_JN518x.o file: |
152 |
Actual: |
152 |
100% |
5406 |
Flash640 / .text / pdum_gen.o |
Start |
End |
Size |
% |
Line |
.text.PDUM_vInit |
0x000007c8 |
0x000007f0 |
40 |
100% |
5420 |
Expected total in pdum_gen.o file: |
40 |
Actual: |
40 |
100% |
5420 |
Flash640 / .text / zps_gen.o |
Start |
End |
Size |
% |
Line |
.text.zps_vGetZpsMutex |
0x000007f0 |
0x000007f8 |
8 |
2% |
5423 |
.text.vZdoServersInit |
0x000007f8 |
0x0000090c |
276 |
64% |
5426 |
.text.ZPS_pvAplZdoGetAplHandle |
0x0000090c |
0x00000918 |
12 |
3% |
5429 |
.text.ZPS_u32ApsFcSaveCountBitShift |
0x00000918 |
0x0000091c |
4 |
1% |
5432 |
.text.ZPS_psAplDefaultDistributedAPSLinkKey |
0x0000091c |
0x00000924 |
8 |
2% |
5435 |
.text.ZPS_psAplDefaultGlobalAPSLinkKey |
0x00000924 |
0x0000092c |
8 |
2% |
5438 |
.text.ZPS_ps_groupPdmTable |
0x0000092c |
0x00000934 |
8 |
2% |
5441 |
.text.ZPS_pu8MaxZpsConfigEp |
0x00000934 |
0x0000093c |
8 |
2% |
5444 |
.text.ZPS_pau8EpMapPresent |
0x0000093c |
0x00000944 |
8 |
2% |
5447 |
.text.ZPS_u8ConfigStackProfileId |
0x00000944 |
0x00000950 |
12 |
3% |
5450 |
.text.ZPS_u32NwkFcSaveCountBitShift |
0x00000950 |
0x00000954 |
4 |
1% |
5453 |
.text.ZPS_psMacIFTGetTable |
0x00000954 |
0x0000095c |
8 |
2% |
5456 |
.text.ZPS_psMacIFTGetInterface |
0x0000095c |
0x00000974 |
24 |
6% |
5459 |
.text.ZPS_vGetGpContext |
0x00000974 |
0x00000980 |
12 |
3% |
5462 |
.text.ZPS_vGetOptionalFeatures |
0x00000980 |
0x000009a0 |
32 |
8% |
5465 |
Expected total in zps_gen.o file: |
432 |
Actual: |
432 |
100% |
5423 |
Flash640 / .text / app_start.o |
Start |
End |
Size |
% |
Line |
.text.vfExtendedStatusCallBack |
0x000009a0 |
0x000009ac |
12 |
5% |
5468 |
.text.vAppMain |
0x000009ac |
0x00000aa0 |
244 |
94% |
5470 |
.text.hardware_init |
0x00000aa0 |
0x00000aa4 |
4 |
2% |
5473 |
Expected total in app_start.o file: |
260 |
Actual: |
260 |
100% |
5468 |
Flash640 / .text / app_window_covering.o |
Start |
End |
Size |
% |
Line |
.text.Chip_GetType |
0x00000aa4 |
0x00000b1a |
118 |
10% |
5476 |
.text.APP_SetHighTxPowerMode |
0x00000b1a |
0x00000b30 |
22 |
2% |
5478 |
.text.APP_SetMaxTxPower |
0x00000b30 |
0x00000b48 |
24 |
2% |
5481 |
.text.APP_vFactoryResetRecords |
0x00000b48 |
0x00000b90 |
72 |
6% |
5484 |
.text.APP_vBdbCallback |
0x00000b90 |
0x00000cf8 |
360 |
30% |
5487 |
.text.APP_taskRouter |
0x00000cf8 |
0x00000df4 |
252 |
21% |
5490 |
.text.APP_vInitialiseRouter |
0x00000df4 |
0x00000f44 |
336 |
28% |
5493 |
.text.sGetOTACallBackPersistdata |
0x00000f44 |
0x00000f58 |
20 |
2% |
5496 |
.text.app_u8GetDeviceEndpoint |
0x00000f58 |
0x00000f5c |
4 |
1% |
5499 |
Expected total in app_window_covering.o file: |
1208 |
Actual: |
1208 |
100% |
5476 |
Flash640 / .text / app_zcl_task.o |
Start |
End |
Size |
% |
Line |
.text.APP_ZCL_cbGeneralCallback |
0x00000f5c |
0x00000f60 |
4 |
1% |
5502 |
.text.APP_vZCL_DeviceSpecific_Init |
0x00000f60 |
0x00000fb4 |
84 |
12% |
5505 |
.text.APP_ZCL_vInitialise |
0x00000fb4 |
0x00001014 |
96 |
13% |
5507 |
.text.APP_cbTimerZclTick |
0x00001014 |
0x00001094 |
128 |
18% |
5510 |
.text.APP_cbTimerGPZclTick |
0x00001094 |
0x000010bc |
40 |
6% |
5513 |
.text.APP_ZCL_vEventHandler |
0x000010bc |
0x000010d4 |
24 |
4% |
5516 |
.text.APP_vHandleIdentify |
0x000010d4 |
0x00001118 |
68 |
10% |
5519 |
.text.APP_ZCL_cbEndpointCallback |
0x00001118 |
0x00001204 |
236 |
32% |
5522 |
.text.vIdEffectTick |
0x00001204 |
0x00001244 |
64 |
9% |
5524 |
Expected total in app_zcl_task.o file: |
744 |
Actual: |
744 |
100% |
5502 |
Flash640 / .text / app_buttons.o |
Start |
End |
Size |
% |
Line |
.text.gint_callback |
0x00001244 |
0x00001278 |
52 |
15% |
5527 |
.text.APP_u32GetSwitchIOState |
0x00001278 |
0x00001288 |
16 |
5% |
5530 |
.text.APP_cbTimerButtonScan |
0x00001288 |
0x00001320 |
152 |
43% |
5533 |
.text.APP_bButtonInitialise |
0x00001320 |
0x000013a8 |
136 |
39% |
5536 |
Expected total in app_buttons.o file: |
356 |
Actual: |
356 |
100% |
5527 |
Flash640 / .text / app_leds.o |
Start |
End |
Size |
% |
Line |
.text.APP_vWhiteLedOff |
0x000013a8 |
0x000013d0 |
40 |
13% |
5539 |
.text.APP_vLedInitialise |
0x000013d0 |
0x000014a0 |
208 |
63% |
5541 |
.text.APP_vSetLed |
0x000014a0 |
0x000014f4 |
84 |
26% |
5544 |
Expected total in app_leds.o file: |
332 |
Actual: |
332 |
100% |
5539 |
Flash640 / .text / fsl_debug_console.o |
Start |
End |
Size |
% |
Line |
.text.DbgConsole_SendDataReliable |
0x000014f4 |
0x00001540 |
76 |
19% |
5547 |
.text.DbgConsole_PrintCallback |
0x00001540 |
0x0000157c |
60 |
15% |
5550 |
.text.DbgConsole_Init |
0x0000157c |
0x00001618 |
156 |
38% |
5553 |
.text.DbgConsole_Deinit |
0x00001618 |
0x00001650 |
56 |
14% |
5556 |
.text.DbgConsole_Printf |
0x00001650 |
0x00001690 |
64 |
16% |
5559 |
Expected total in fsl_debug_console.o file: |
412 |
Actual: |
412 |
100% |
5547 |
Flash640 / .text / fsl_gpio.o |
Start |
End |
Size |
% |
Line |
.text.GPIO_PinInit |
0x00001690 |
0x000016c0 |
48 |
100% |
5562 |
Expected total in fsl_gpio.o file: |
48 |
Actual: |
48 |
100% |
5562 |
Flash640 / .text / hardware_init.o |
Start |
End |
Size |
% |
Line |
.text.BOARD_InitClocks |
0x000016c0 |
0x00001758 |
152 |
65% |
5566 |
.text.BOARD_InitHardware |
0x00001758 |
0x000017ac |
84 |
36% |
5569 |
Expected total in hardware_init.o file: |
236 |
Actual: |
236 |
100% |
5566 |
Flash640 / .text / pin_mux.o |
Start |
End |
Size |
% |
Line |
.text.BOARD_InitPins |
0x000017ac |
0x000017c8 |
28 |
100% |
5572 |
Expected total in pin_mux.o file: |
28 |
Actual: |
28 |
100% |
5572 |
Flash640 / .text / fsl_pwm.o |
Start |
End |
Size |
% |
Line |
.text.PWM_GetDefaultConfig |
0x000017c8 |
0x000017ec |
36 |
15% |
5575 |
.text.PWM_Init |
0x000017ec |
0x00001826 |
58 |
23% |
5578 |
.text.PWM_SetupPwm |
0x00001826 |
0x000018aa |
132 |
52% |
5581 |
.text.PWM_ClearStatusFlags |
0x000018aa |
0x000018c8 |
30 |
12% |
5584 |
Expected total in fsl_pwm.o file: |
256 |
Actual: |
256 |
100% |
5575 |
Flash640 / .text / fsl_gint.o |
Start |
End |
Size |
% |
Line |
.text.GINT_GetInstance |
0x000018c8 |
0x000018f0 |
40 |
17% |
5587 |
.text.GINT_Init |
0x000018f0 |
0x00001914 |
36 |
15% |
5589 |
.text.GINT_SetCtrl |
0x00001914 |
0x00001940 |
44 |
19% |
5592 |
.text.GINT_ConfigPins |
0x00001940 |
0x0000194c |
12 |
5% |
5595 |
.text.GINT_EnableCallback |
0x0000194c |
0x0000196c |
32 |
14% |
5599 |
.text.GINT_DisableCallback |
0x0000196c |
0x00001998 |
44 |
19% |
5602 |
.text.GINT0_DriverIRQHandler |
0x00001998 |
0x000019bc |
36 |
15% |
5605 |
Expected total in fsl_gint.o file: |
244 |
Actual: |
244 |
100% |
5587 |
Flash640 / .text / app_power_on_counter.o |
Start |
End |
Size |
% |
Line |
.text.vManagePowerOnCountLoadRecord |
0x000019bc |
0x000019d8 |
28 |
13% |
5608 |
.text.vManagePowerOnCountInit |
0x000019d8 |
0x00001a18 |
64 |
30% |
5611 |
.text.APP_cbTimerPowerCount |
0x00001a18 |
0x00001a94 |
124 |
58% |
5614 |
Expected total in app_power_on_counter.o file: |
216 |
Actual: |
216 |
100% |
5608 |
Flash640 / .text / temp_sensor_drv.o |
Start |
End |
Size |
% |
Line |
.text.flashConfig_ExtractGpAdcTrimValues |
0x00001a94 |
0x00001acc |
56 |
7% |
5617 |
.text.flashConfig_ExtractTempSensorTrimValues |
0x00001acc |
0x00001b3c |
112 |
14% |
5621 |
.text.temp_computation |
0x00001b3c |
0x00001bbc |
128 |
16% |
5624 |
.text.ADC_Configuration |
0x00001bbc |
0x00001c34 |
120 |
15% |
5627 |
.text.load_calibration_param_from_flash |
0x00001c34 |
0x00001cb4 |
128 |
16% |
5630 |
.text.get_temperature |
0x00001cb4 |
0x00001dcc |
280 |
34% |
5633 |
Expected total in temp_sensor_drv.o file: |
824 |
Actual: |
824 |
100% |
5617 |
Flash640 / .text / fsl_adc.o |
Start |
End |
Size |
% |
Line |
.text.ADC_GetInstance.isra.0 |
0x00001dcc |
0x00001df4 |
40 |
9% |
5636 |
.text.ADC_Init |
0x00001df4 |
0x00001e88 |
148 |
32% |
5638 |
.text.ADC_SetConvSeqAConfig |
0x00001e88 |
0x00001edc |
84 |
18% |
5641 |
.text.ADC_GetChannelConversionResult |
0x00001edc |
0x00001f5c |
128 |
27% |
5644 |
.text.ADC_EnableTemperatureSensor |
0x00001f5c |
0x00001fa8 |
76 |
16% |
5647 |
Expected total in fsl_adc.o file: |
476 |
Actual: |
476 |
100% |
5636 |
Flash640 / .text / app_reporting.o |
Start |
End |
Size |
% |
Line |
.text.eRestoreReports |
0x00001fa8 |
0x00001fc4 |
28 |
17% |
5650 |
.text.vMakeSupportedAttributesReportable |
0x00001fc4 |
0x00001ff4 |
48 |
28% |
5653 |
.text.vLoadDefaultConfigForReportable |
0x00001ff4 |
0x00002028 |
52 |
31% |
5656 |
.text.vSaveReportableRecord |
0x00002028 |
0x00002054 |
44 |
26% |
5659 |
Expected total in app_reporting.o file: |
172 |
Actual: |
172 |
100% |
5650 |
Flash640 / .text / board_utility.o |
Start |
End |
Size |
% |
Line |
.text.BOARD_GetClock32MCapacitanceCharacteristics |
0x00002054 |
0x0000205c |
8 |
25% |
5662 |
.text.BOARD_CpuClockUpdate32MhzFro |
0x0000205c |
0x00002074 |
24 |
75% |
5665 |
Expected total in board_utility.o file: |
32 |
Actual: |
32 |
100% |
5662 |
Flash640 / .text / app_ota_client.o |
Start |
End |
Size |
% |
Line |
.text.bInitialiseOTAClusterAndAttributes |
0x00002074 |
0x000020bc |
72 |
4% |
5668 |
.text.vAppInitOTA |
0x000020bc |
0x00002198 |
220 |
11% |
5671 |
.text.vLoadOTAPersistedData |
0x00002198 |
0x000021d8 |
64 |
3% |
5674 |
.text.vHandleMatchDescriptor |
0x000021d8 |
0x00002250 |
120 |
6% |
5677 |
.text.vHandleIeeeAddressRsp |
0x00002250 |
0x00002310 |
192 |
9% |
5680 |
.text.vResetOTADiscovery |
0x00002310 |
0x00002334 |
36 |
2% |
5683 |
.text.vRunAppOTAStateMachine |
0x00002334 |
0x0000261c |
744 |
34% |
5686 |
.text.vOTAResetPersist |
0x0000261c |
0x00002654 |
56 |
3% |
5689 |
.text.vHandleAppOtaClient |
0x00002654 |
0x00002908 |
692 |
32% |
5692 |
Expected total in app_ota_client.o file: |
2196 |
Actual: |
2196 |
100% |
5668 |
Flash640 / .text / app_green_power.o |
Start |
End |
Size |
% |
Line |
.text.vApp_GP_RegisterDevice |
0x00002908 |
0x00002988 |
128 |
44% |
5695 |
.text.vAPP_GP_LoadPDMData |
0x00002988 |
0x000029bc |
52 |
18% |
5698 |
.text.vAPP_GP_ResetData |
0x000029bc |
0x000029f0 |
52 |
18% |
5701 |
.text.vHandleGreenPowerEvent |
0x000029f0 |
0x00002a2c |
60 |
21% |
5704 |
Expected total in app_green_power.o file: |
292 |
Actual: |
292 |
100% |
5695 |
Flash640 / .text / ZQueue.o |
Start |
End |
Size |
% |
Line |
.text.ZQ_vQueueCreate |
0x00002a2c |
0x00002a3a |
14 |
8% |
5707 |
.text.ZQ_bQueueSend |
0x00002a3a |
0x00002a84 |
74 |
41% |
5710 |
.text.ZQ_bQueueReceive |
0x00002a84 |
0x00002abe |
58 |
32% |
5713 |
.text.ZQ_bQueueIsEmpty |
0x00002abe |
0x00002ac8 |
10 |
6% |
5716 |
.text.ZQ_u32QueueGetQueueSize |
0x00002ac8 |
0x00002acc |
4 |
3% |
5719 |
.text.ZQ_u32QueueGetQueueMessageWaiting |
0x00002acc |
0x00002ad0 |
4 |
3% |
5722 |
.text.ZQ_pvGetFirstElementOnQueue |
0x00002ad0 |
0x00002ad4 |
4 |
3% |
5725 |
.text.ZQ_pvGetNextElementOnQueue |
0x00002ad4 |
0x00002ae4 |
16 |
9% |
5728 |
Expected total in ZQueue.o file: |
184 |
Actual: |
184 |
100% |
5707 |
Flash640 / .text / ZTimer.o |
Start |
End |
Size |
% |
Line |
.text.ZTIMER_eInit |
0x00002ae4 |
0x00002b08 |
36 |
9% |
5732 |
.text.ZTIMER_vTask |
0x00002b08 |
0x00002ba4 |
156 |
39% |
5735 |
.text.ZTIMER_eOpen |
0x00002ba4 |
0x00002bdc |
56 |
14% |
5738 |
.text.ZTIMER_eStart |
0x00002bdc |
0x00002c30 |
84 |
21% |
5741 |
.text.ZTIMER_eStop |
0x00002c30 |
0x00002c7c |
76 |
19% |
5744 |
Expected total in ZTimer.o file: |
408 |
Actual: |
408 |
100% |
5732 |
Flash640 / .text / app_zps_link_keys.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_pau8GetBdbDistributedLinkKey |
0x00002c7c |
0x00002c84 |
8 |
100% |
5747 |
Expected total in app_zps_link_keys.o file: |
8 |
Actual: |
8 |
100% |
5747 |
Flash640 / .text / appZdpExtraction.o |
Start |
End |
Size |
% |
Line |
.text.zps_bAplZdpUnpackNodeDescResponse |
0x00002c84 |
0x00002cfc |
120 |
100% |
5750 |
Expected total in appZdpExtraction.o file: |
120 |
Actual: |
120 |
100% |
5750 |
Flash640 / .text / appZpsBeaconHandler.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_bAppAddBeaconFilter |
0x00002cfc |
0x00002d08 |
12 |
5% |
5753 |
.text.ZPS_bAppRemoveBeaconFilter |
0x00002d08 |
0x00002d14 |
12 |
5% |
5756 |
.text.ZPS_bAppPassBeaconToHigherLayer |
0x00002d14 |
0x00002e1c |
264 |
92% |
5759 |
Expected total in appZpsBeaconHandler.o file: |
288 |
Actual: |
288 |
100% |
5753 |
Flash640 / .text / board.o |
Start |
End |
Size |
% |
Line |
.text.BOARD_InitDebugConsole |
0x00002e1c |
0x00002e44 |
40 |
91% |
5762 |
.text.BOARD_DbgDiagEnable |
0x00002e44 |
0x00002e48 |
4 |
10% |
5765 |
Expected total in board.o file: |
44 |
Actual: |
44 |
100% |
5762 |
Flash640 / .text / system_K32W041AM.o |
Start |
End |
Size |
% |
Line |
.text.SystemCoreClockUpdate |
0x00002e48 |
0x00002ee8 |
160 |
71% |
5769 |
.text.SystemInit |
0x00002ee8 |
0x00002f2c |
68 |
30% |
5772 |
Expected total in system_K32W041AM.o file: |
228 |
Actual: |
228 |
100% |
5769 |
Flash640 / .text / startup_K32W041AM.o |
Start |
End |
Size |
% |
Line |
.text.DMIC0_IRQHandler |
0x00002f2c |
0x00002f34 |
8 |
6% |
5775 |
.text.CIC_IRB_IRQHandler |
0x00002f34 |
0x00002f3c |
8 |
6% |
5778 |
.text.HWVAD0_IRQHandler |
0x00002f3c |
0x00002f44 |
8 |
6% |
5781 |
.text.PINT0_IRQHandler |
0x00002f44 |
0x00002f4c |
8 |
6% |
5784 |
.text.PINT1_IRQHandler |
0x00002f4c |
0x00002f54 |
8 |
6% |
5787 |
.text.PINT2_IRQHandler |
0x00002f54 |
0x00002f5c |
8 |
6% |
5790 |
.text.PINT3_IRQHandler |
0x00002f5c |
0x00002f64 |
8 |
6% |
5793 |
.text.GINT0_IRQHandler |
0x00002f64 |
0x00002f6c |
8 |
6% |
5796 |
.text.CTIMER0_IRQHandler |
0x00002f6c |
0x00002f74 |
8 |
6% |
5799 |
.text.CTIMER1_IRQHandler |
0x00002f74 |
0x00002f7c |
8 |
6% |
5802 |
.text.FLEXCOMM0_IRQHandler |
0x00002f7c |
0x00002f84 |
8 |
6% |
5805 |
.text.FLEXCOMM1_IRQHandler |
0x00002f84 |
0x00002f8c |
8 |
6% |
5808 |
.text.FLEXCOMM2_IRQHandler |
0x00002f8c |
0x00002f94 |
8 |
6% |
5811 |
.text.FLEXCOMM3_IRQHandler |
0x00002f94 |
0x00002f9c |
8 |
6% |
5814 |
.text.FLEXCOMM4_IRQHandler |
0x00002f9c |
0x00002fa4 |
8 |
6% |
5817 |
.text.FLEXCOMM5_IRQHandler |
0x00002fa4 |
0x00002fac |
8 |
6% |
5820 |
.text.FLEXCOMM6_IRQHandler |
0x00002fac |
0x00002fb4 |
8 |
6% |
5823 |
.text.RTC_IRQHandler |
0x00002fb4 |
0x00002fbc |
8 |
6% |
5826 |
Expected total in startup_K32W041AM.o file: |
144 |
Actual: |
144 |
100% |
5775 |
Flash640 / .text / fsl_wwdt.o |
Start |
End |
Size |
% |
Line |
.text.WWDT_GetInstance.isra.0 |
0x00002fbc |
0x00002fe4 |
40 |
11% |
5830 |
.text.WWDT_GetDefaultConfig |
0x00002fe4 |
0x00003020 |
60 |
17% |
5832 |
.text.WWDT_Init |
0x00003020 |
0x000030e0 |
192 |
53% |
5835 |
.text.WWDT_Deinit |
0x000030e0 |
0x000030f0 |
16 |
5% |
5838 |
.text.WWDT_Refresh |
0x000030f0 |
0x00003104 |
20 |
6% |
5841 |
.text.WWDT_ClearStatusFlags |
0x00003104 |
0x0000312c |
40 |
11% |
5844 |
Expected total in fsl_wwdt.o file: |
368 |
Actual: |
368 |
100% |
5830 |
Flash640 / .text / fsl_clock.o |
Start |
End |
Size |
% |
Line |
.text.CLOCK_u8OscCapConvert |
0x0000312c |
0x00003154 |
40 |
2% |
5847 |
.text.CLOCK_AttachClk |
0x00003154 |
0x0000325c |
264 |
13% |
5850 |
.text.CLOCK_SetClkDiv |
0x0000325c |
0x000032b8 |
92 |
5% |
5853 |
.text.CLOCK_GetXtal32kFreq |
0x000032b8 |
0x000032d0 |
24 |
2% |
5857 |
.text.CLOCK_GetFro32kFreq |
0x000032d0 |
0x000032e8 |
24 |
2% |
5860 |
.text.CLOCK_GetOsc32kFreq |
0x000032e8 |
0x000032fc |
20 |
1% |
5863 |
.text.CLOCK_GetFro12MFreq |
0x000032fc |
0x00003314 |
24 |
2% |
5866 |
.text.CLOCK_GetFro32MFreq |
0x00003314 |
0x0000332c |
24 |
2% |
5869 |
.text.CLOCK_GetOsc32MFreq |
0x0000332c |
0x00003344 |
24 |
2% |
5872 |
.text.CLOCK_GetWdtOscFreq |
0x00003344 |
0x00003370 |
44 |
3% |
5875 |
.text.CLOCK_GetFro48MFreq |
0x00003370 |
0x00003388 |
24 |
2% |
5878 |
.text.CLOCK_GetPWMClockFreq |
0x00003388 |
0x000033a8 |
32 |
2% |
5881 |
.text.CLOCK_GetMainClockRate |
0x000033a8 |
0x000033e8 |
64 |
4% |
5885 |
.text.CLOCK_GetCoreSysClkFreq |
0x000033e8 |
0x00003400 |
24 |
2% |
5888 |
.text.CLOCK_GetFRGInputClock |
0x00003400 |
0x00003426 |
38 |
2% |
5891 |
.text.CLOCK_GetFRGClock |
0x00003426 |
0x00003458 |
50 |
3% |
5894 |
.text.CLOCK_GetFro64MFreq |
0x00003458 |
0x00003470 |
24 |
2% |
5897 |
.text.CLOCK_GetClkOutFreq |
0x00003470 |
0x000034d0 |
96 |
5% |
5900 |
.text.CLOCK_GetSpifiOscFreq |
0x000034d0 |
0x00003518 |
72 |
4% |
5903 |
.text.CLOCK_GetApbCLkFreq |
0x00003518 |
0x00003544 |
44 |
3% |
5906 |
.text.CLOCK_GetFreq |
0x00003544 |
0x0000364c |
264 |
13% |
5909 |
.text.CLOCK_DisableClock |
0x0000364c |
0x000036f0 |
164 |
8% |
5912 |
.text.CLOCK_IsClockEnable |
0x000036f0 |
0x0000370e |
30 |
2% |
5915 |
.text.CLOCK_EnableAPBBridge |
0x0000370e |
0x0000371c |
14 |
1% |
5918 |
.text.CLOCK_Xtal32M_Trim |
0x0000371c |
0x00003824 |
264 |
13% |
5921 |
.text.CLOCK_XtalBasicTrim |
0x00003824 |
0x00003854 |
48 |
3% |
5924 |
.text.DelayLoopN |
0x00003854 |
0x00003860 |
12 |
1% |
5927 |
.text.CLOCK_uDelay |
0x00003860 |
0x00003888 |
40 |
2% |
5931 |
.text.CLOCK_Xtal32M_WaitUntilStable |
0x00003888 |
0x0000389c |
20 |
1% |
5934 |
.text.CLOCK_EnableClock |
0x0000389c |
0x0000397c |
224 |
11% |
5937 |
Expected total in fsl_clock.o file: |
2128 |
Actual: |
2128 |
100% |
5847 |
Flash640 / .text / fsl_reset.o |
Start |
End |
Size |
% |
Line |
.text.RESET_SetPeripheralReset |
0x0000397c |
0x000039d0 |
84 |
42% |
5940 |
.text.RESET_ClearPeripheralReset |
0x000039d0 |
0x00003a28 |
88 |
44% |
5943 |
.text.RESET_PeripheralReset |
0x00003a28 |
0x00003a3c |
20 |
10% |
5946 |
.text.RESET_SystemReset |
0x00003a3c |
0x00003a48 |
12 |
6% |
5950 |
Expected total in fsl_reset.o file: |
204 |
Actual: |
204 |
100% |
5940 |
Flash640 / .text / fsl_rng.o |
Start |
End |
Size |
% |
Line |
.text.TRNG_GetDefaultConfig |
0x00003a48 |
0x00003a5c |
20 |
10% |
5953 |
.text.TRNG_Init |
0x00003a5c |
0x00003ac8 |
108 |
50% |
5956 |
.text.TRNG_GetRandomData |
0x00003ac8 |
0x00003b20 |
88 |
41% |
5959 |
Expected total in fsl_rng.o file: |
216 |
Actual: |
216 |
100% |
5953 |
Flash640 / .text / fsl_usart.o |
Start |
End |
Size |
% |
Line |
.text.USART_Deinit |
0x00003b20 |
0x00003b60 |
64 |
11% |
5962 |
.text.USART_GetDefaultConfig |
0x00003b60 |
0x00003b9c |
60 |
10% |
5965 |
.text.USART_SetBaudRate |
0x00003b9c |
0x00003c3c |
160 |
26% |
5968 |
.text.USART_Init |
0x00003c3c |
0x00003d4c |
272 |
44% |
5971 |
.text.USART_WriteBlocking |
0x00003d4c |
0x00003d94 |
72 |
12% |
5974 |
Expected total in fsl_usart.o file: |
628 |
Actual: |
628 |
100% |
5962 |
Flash640 / .text / fsl_flexcomm.o |
Start |
End |
Size |
% |
Line |
.text.FLEXCOMM_GetInstance |
0x00003d94 |
0x00003dc8 |
52 |
9% |
5977 |
.text.FLEXCOMM_Init |
0x00003dc8 |
0x00003e3c |
116 |
20% |
5980 |
.text.FLEXCOMM0_DriverIRQHandler |
0x00003e3c |
0x00003e78 |
60 |
11% |
5983 |
.text.FLEXCOMM1_DriverIRQHandler |
0x00003e78 |
0x00003eb4 |
60 |
11% |
5986 |
.text.FLEXCOMM2_DriverIRQHandler |
0x00003eb4 |
0x00003ef0 |
60 |
11% |
5989 |
.text.FLEXCOMM3_DriverIRQHandler |
0x00003ef0 |
0x00003f28 |
56 |
10% |
5992 |
.text.FLEXCOMM4_DriverIRQHandler |
0x00003f28 |
0x00003f64 |
60 |
11% |
5995 |
.text.FLEXCOMM5_DriverIRQHandler |
0x00003f64 |
0x00003fa0 |
60 |
11% |
5998 |
.text.FLEXCOMM6_DriverIRQHandler |
0x00003fa0 |
0x00003fdc |
60 |
11% |
6001 |
Expected total in fsl_flexcomm.o file: |
584 |
Actual: |
584 |
100% |
5977 |
Flash640 / .text / fsl_flash.o |
Start |
End |
Size |
% |
Line |
.text.FLASH_Wait |
0x00003fdc |
0x00003fee |
18 |
8% |
6004 |
.text.FLASH_Erase |
0x00003fee |
0x00004032 |
68 |
30% |
6007 |
.text.FLASH_ErasePages |
0x00004032 |
0x00004040 |
14 |
7% |
6010 |
.text.FLASH_BlankCheck |
0x00004040 |
0x0000405a |
26 |
12% |
6013 |
.text.FLASH_MarginCheck |
0x0000405a |
0x00004074 |
26 |
12% |
6016 |
.text.FLASH_Program |
0x00004074 |
0x000040ac |
56 |
25% |
6019 |
.text.FLASH_SetReadMode |
0x000040ac |
0x000040c0 |
20 |
9% |
6022 |
Expected total in fsl_flash.o file: |
228 |
Actual: |
228 |
100% |
6004 |
Flash640 / .text / fsl_common.o |
Start |
End |
Size |
% |
Line |
.text.InstallIRQHandler |
0x000040c0 |
0x00004114 |
84 |
50% |
6025 |
.text.SDK_DelayAtLeastUs |
0x00004114 |
0x00004168 |
84 |
50% |
6028 |
Expected total in fsl_common.o file: |
168 |
Actual: |
168 |
100% |
6025 |
Flash640 / .text / fsl_aes.o |
Start |
End |
Size |
% |
Line |
.text.swap_bytes |
0x00004168 |
0x0000416c |
4 |
2% |
6031 |
.text.aes_one_block |
0x0000416c |
0x000041a6 |
58 |
24% |
6033 |
.text.aes_set_forward |
0x000041a6 |
0x000041bc |
22 |
10% |
6035 |
.text.AES_SetKey |
0x000041bc |
0x00004218 |
92 |
38% |
6037 |
.text.AES_EncryptEcb |
0x00004218 |
0x00004252 |
58 |
24% |
6040 |
.text.AES_Init |
0x00004252 |
0x0000425c |
10 |
5% |
6043 |
Expected total in fsl_aes.o file: |
244 |
Actual: |
244 |
100% |
6031 |
Flash640 / .text / fsl_power.o |
Start |
End |
Size |
% |
Line |
.text.Chip_LOWPOWER_SetSystemVoltages |
0x0000425c |
0x00004264 |
8 |
1% |
6047 |
.text.POWER_FlexcomClocksDisable |
0x00004264 |
0x000042a4 |
64 |
4% |
6049 |
.text.POWER_ClearResetCause |
0x000042a4 |
0x000042b0 |
12 |
1% |
6052 |
.text.POWER_SetTrimDefaultActiveVoltage |
0x000042b0 |
0x00004560 |
688 |
33% |
6055 |
.text.POWER_Init |
0x00004560 |
0x0000459c |
60 |
3% |
6058 |
.text.POWER_GetPowerDownConfig |
0x0000459c |
0x00004850 |
692 |
33% |
6061 |
.text.POWER_GoToPowerDown |
0x00004850 |
0x0000487c |
44 |
3% |
6064 |
.text.POWER_RegisterPowerDownEntryHookFunction |
0x0000487c |
0x00004888 |
12 |
1% |
6067 |
.text.POWER_EnterPowerDownMode |
0x00004888 |
0x000048a0 |
24 |
2% |
6070 |
.text.POWER_EnterDeepDownMode |
0x000048a0 |
0x00004974 |
212 |
11% |
6073 |
.text.POWER_EnterPowerMode |
0x00004974 |
0x0000498c |
24 |
2% |
6076 |
.text.POWER_SetDcdc1v8 |
0x0000498c |
0x00004a18 |
140 |
7% |
6080 |
.text.POWER_SetDcdc1v3 |
0x00004a18 |
0x00004aa0 |
136 |
7% |
6083 |
Expected total in fsl_power.o file: |
2116 |
Actual: |
2116 |
100% |
6047 |
Flash640 / .text / fsl_wtimer.o |
Start |
End |
Size |
% |
Line |
.text.WTIMER_StartTimerFunction |
0x00004aa0 |
0x00004ba8 |
264 |
48% |
6086 |
.text.WTIMER_GetStatusFlags |
0x00004ba8 |
0x00004bd4 |
44 |
8% |
6088 |
.text.WTIMER_EnableInterrupts |
0x00004bd4 |
0x00004c14 |
64 |
12% |
6091 |
.text.WTIMER_StartTimerUnsafe |
0x00004c14 |
0x00004c28 |
20 |
4% |
6094 |
.text.WTIMER_ReadTimer |
0x00004c28 |
0x00004c5c |
52 |
10% |
6097 |
.text.WTIMER_ClearStatusFlags |
0x00004c5c |
0x00004c98 |
60 |
11% |
6100 |
.text.WTIMER_StopTimer |
0x00004c98 |
0x00004cd0 |
56 |
10% |
6103 |
Expected total in fsl_wtimer.o file: |
560 |
Actual: |
560 |
100% |
6086 |
Flash640 / .text / fsl_inputmux.o |
Start |
End |
Size |
% |
Line |
.text.INPUTMUX_Init |
0x00004cd0 |
0x00004cd6 |
6 |
30% |
6106 |
.text.INPUTMUX_AttachSignal |
0x00004cd6 |
0x00004ce4 |
14 |
70% |
6109 |
Expected total in fsl_inputmux.o file: |
20 |
Actual: |
20 |
100% |
6106 |
Flash640 / .text / fsl_fmeas.o |
Start |
End |
Size |
% |
Line |
.text.FMEAS_GetCountWithScale |
0x00004ce4 |
0x00004d0a |
38 |
100% |
6112 |
Expected total in fsl_fmeas.o file: |
38 |
Actual: |
38 |
100% |
6112 |
Flash640 / .text / fsl_sha.o |
Start |
End |
Size |
% |
Line |
.text.swap_bytes |
0x00004d0a |
0x00004d0e |
4 |
1% |
6115 |
.text.sha_one_block |
0x00004d0e |
0x00004d50 |
66 |
13% |
6117 |
.text.SHA_Init |
0x00004d50 |
0x00004d70 |
32 |
7% |
6119 |
.text.SHA_Update |
0x00004d70 |
0x00004e22 |
178 |
35% |
6122 |
.text.SHA_Finish |
0x00004e22 |
0x00004f14 |
242 |
47% |
6125 |
Expected total in fsl_sha.o file: |
522 |
Actual: |
522 |
100% |
6115 |
Flash640 / .text / Exceptions_NVIC.o |
Start |
End |
Size |
% |
Line |
.text.vDebugExceptionHandlersInitialise |
0x00004f14 |
0x00004f40 |
44 |
100% |
6129 |
Expected total in Exceptions_NVIC.o file: |
44 |
Actual: |
44 |
100% |
6129 |
Flash640 / .text / MicroExceptions_arm.o |
Start |
End |
Size |
% |
Line |
.text.ExceptionUnwindStack |
0x00004f40 |
0x00004fd0 |
144 |
6% |
6132 |
.text.HardFault_Handler |
0x00004fd0 |
0x00004fd8 |
8 |
1% |
6135 |
.text.BusFault_Handler |
0x00004fd8 |
0x00004fe0 |
8 |
1% |
6138 |
.text.UsageFault_Handler |
0x00004fe0 |
0x00004fe8 |
8 |
1% |
6141 |
.text.MemManage_Handler |
0x00004fe8 |
0x00004ff0 |
8 |
1% |
6144 |
.text.vPrintRegisterBit |
0x00004ff0 |
0x00005004 |
20 |
1% |
6147 |
.text.vPrintSystemHandlerAndControlStateRegisterBitFields |
0x00005004 |
0x000050cc |
200 |
9% |
6150 |
.text.vPrintConfigurableFaultStatusRegisterBitFields |
0x000050cc |
0x00005224 |
344 |
15% |
6153 |
.text.vDebugBusFaultHandler |
0x00005224 |
0x000053a4 |
384 |
16% |
6156 |
.text.vDebugUsageFaultHandler |
0x000053a4 |
0x00005504 |
352 |
15% |
6159 |
.text.vDebugMemoryFaultHandler |
0x00005504 |
0x00005684 |
384 |
16% |
6162 |
.text.vPrintHardFaultStatusRegisterBitFields |
0x00005684 |
0x000056cc |
72 |
3% |
6165 |
.text.vDebugHardFaultHandler |
0x000056cc |
0x000058d8 |
524 |
22% |
6168 |
Expected total in MicroExceptions_arm.o file: |
2456 |
Actual: |
2456 |
100% |
6132 |
Flash640 / .text / Debug.o |
Start |
End |
Size |
% |
Line |
.text.vDebugInit |
0x000058d8 |
0x000058da |
2 |
3% |
6171 |
.text.vDebugHex |
0x000058da |
0x00005922 |
72 |
88% |
6174 |
.text.vDebugNonInt |
0x00005922 |
0x00005926 |
4 |
5% |
6177 |
.text.vDebugHexNonInt |
0x00005926 |
0x0000592a |
4 |
5% |
6180 |
Expected total in Debug.o file: |
82 |
Actual: |
82 |
100% |
6171 |
Flash640 / .text / OtaSupport.o |
Start |
End |
Size |
% |
Line |
.text.OTA_ReadDataMemCpy |
0x0000592a |
0x0000593c |
18 |
3% |
6183 |
.text.OTA_AlignOnReset |
0x0000593c |
0x0000594c |
16 |
3% |
6186 |
.text.OTA_StartImageWithMaxSize |
0x0000594c |
0x00005984 |
56 |
9% |
6189 |
.text.OTA_StartImage |
0x00005984 |
0x00005994 |
16 |
3% |
6192 |
.text.OTA_PullImageChunk |
0x00005994 |
0x000059ec |
88 |
13% |
6196 |
.text.OTA_PushImageChunk |
0x000059ec |
0x00005a68 |
124 |
19% |
6199 |
.text.OTA_PushImageChunkBlocking |
0x00005a68 |
0x00005a6c |
4 |
1% |
6202 |
.text.OTA_SetNewImageFlag |
0x00005a6c |
0x00005aa0 |
52 |
8% |
6205 |
.text.OTA_ImageAuthenticate |
0x00005aa0 |
0x00005af4 |
84 |
13% |
6208 |
.text.OTA_CancelImage |
0x00005af4 |
0x00005b10 |
28 |
5% |
6211 |
.text.OTA_ClientInit |
0x00005b10 |
0x00005b30 |
32 |
5% |
6214 |
.text.OTA_InvalidateImageHeader |
0x00005b30 |
0x00005b9c |
108 |
16% |
6217 |
.text.OTA_CommitImage |
0x00005b9c |
0x00005bd0 |
52 |
8% |
6220 |
Expected total in OtaSupport.o file: |
678 |
Actual: |
678 |
100% |
6183 |
Flash640 / .text / OtaUtils.o |
Start |
End |
Size |
% |
Line |
.text.aesProcess |
0x00005bd0 |
0x00005bd8 |
8 |
1% |
6223 |
.text.OtaUtils_AesLoadKeyFromOTP |
0x00005bd8 |
0x00005bf4 |
28 |
4% |
6225 |
.text.OtaUtils_ReadFromInternalFlash |
0x00005bf4 |
0x00005c68 |
116 |
14% |
6228 |
.text.OtaUtils_ValidateImage |
0x00005c68 |
0x00005eb4 |
588 |
67% |
6231 |
.text.OtaUtils_ReconstructRootCert |
0x00005eb4 |
0x00005f48 |
148 |
17% |
6234 |
Expected total in OtaUtils.o file: |
888 |
Actual: |
888 |
100% |
6223 |
Flash640 / .text / psector_api.o |
Start |
End |
Size |
% |
Line |
.text.psector_GetPage0Contents |
0x00005f48 |
0x00005f70 |
40 |
67% |
6237 |
.text.psector_GetPage0Handle |
0x00005f70 |
0x00005f84 |
20 |
34% |
6240 |
Expected total in psector_api.o file: |
60 |
Actual: |
60 |
100% |
6237 |
Flash640 / .text / FunctionLib.o |
Start |
End |
Size |
% |
Line |
.text.FLib_MemCpy |
0x00005f84 |
0x00005f98 |
20 |
30% |
6243 |
.text.FLib_MemCmp |
0x00005f98 |
0x00005fb8 |
32 |
48% |
6246 |
.text.FLib_MemSet |
0x00005fb8 |
0x00005fc8 |
16 |
24% |
6249 |
Expected total in FunctionLib.o file: |
68 |
Actual: |
68 |
100% |
6243 |
Flash640 / .text / SecLib.o |
Start |
End |
Size |
% |
Line |
.text.hw_aes_load_key.constprop.0 |
0x00005fc8 |
0x00005ff8 |
48 |
7% |
6253 |
.text.hw_aes_encrypt.constprop.0 |
0x00005ff8 |
0x00006060 |
104 |
14% |
6255 |
.text.SecLib_Init |
0x00006060 |
0x0000606c |
12 |
2% |
6257 |
.text.k32w0_aes_block_encrypt |
0x0000606c |
0x00006070 |
4 |
1% |
6260 |
.text.AES_128_Encrypt |
0x00006070 |
0x00006074 |
4 |
1% |
6263 |
.text.bACI_WriteKey |
0x00006074 |
0x00006088 |
20 |
3% |
6266 |
.text.vACI_OptimisedCcmStar |
0x00006088 |
0x000062b8 |
560 |
75% |
6269 |
Expected total in SecLib.o file: |
752 |
Actual: |
752 |
100% |
6253 |
Flash640 / .text / RNG.o |
Start |
End |
Size |
% |
Line |
.text.RNG_Init |
0x000062b8 |
0x00006308 |
80 |
42% |
6272 |
.text.RNG_GetRandomNo |
0x00006308 |
0x00006348 |
64 |
34% |
6275 |
.text.RND_u32GetRand256 |
0x00006348 |
0x0000635a |
18 |
10% |
6278 |
.text.RND_u32GetRand |
0x0000635a |
0x00006378 |
30 |
16% |
6281 |
Expected total in RNG.o file: |
192 |
Actual: |
192 |
100% |
6272 |
Flash640 / .text / GenericList.o |
Start |
End |
Size |
% |
Line |
.text.ListInit |
0x00006378 |
0x00006384 |
12 |
9% |
6284 |
.text.ListAddTail |
0x00006384 |
0x000063c0 |
60 |
45% |
6287 |
.text.ListRemoveHead |
0x000063c0 |
0x000063f6 |
54 |
41% |
6290 |
.text.ListGetAvailable |
0x000063f6 |
0x000063fe |
8 |
6% |
6293 |
Expected total in GenericList.o file: |
134 |
Actual: |
134 |
100% |
6284 |
Flash640 / .text / Messaging.o |
Start |
End |
Size |
% |
Line |
.text.ListAddTailMsg |
0x000063fe |
0x00006404 |
6 |
9% |
6296 |
.text.ListRemoveHeadMsg |
0x00006404 |
0x00006410 |
12 |
17% |
6299 |
.text.ListGetHeadMsg |
0x00006410 |
0x00006426 |
22 |
30% |
6302 |
.text.ListGetNextMsg |
0x00006426 |
0x0000643e |
24 |
33% |
6305 |
.text.MSG_Free |
0x0000643e |
0x00006448 |
10 |
14% |
6308 |
Expected total in Messaging.o file: |
74 |
Actual: |
74 |
100% |
6296 |
Flash640 / .text / MemManager.o |
Start |
End |
Size |
% |
Line |
.text.MEM_Init |
0x00006448 |
0x000064b8 |
112 |
36% |
6311 |
.text.MEM_BufferAllocWithId |
0x000064b8 |
0x00006518 |
96 |
31% |
6314 |
.text.MEM_BufferFree |
0x00006518 |
0x00006580 |
104 |
34% |
6317 |
Expected total in MemManager.o file: |
312 |
Actual: |
312 |
100% |
6311 |
Flash640 / .text / TimersManager.o |
Start |
End |
Size |
% |
Line |
.text.TMR_SetTimerStatus |
0x00006580 |
0x00006594 |
20 |
3% |
6320 |
.text.StackTimer_ISR |
0x00006594 |
0x000065bc |
40 |
5% |
6322 |
.text.TMR_NotifyClkChanged |
0x000065bc |
0x00006600 |
68 |
9% |
6325 |
.text.TMR_Init |
0x00006600 |
0x00006670 |
112 |
14% |
6328 |
.text.TMR_StopTimer |
0x00006670 |
0x000066ec |
124 |
16% |
6331 |
.text.TMR_Task |
0x000066ec |
0x000068a8 |
444 |
55% |
6334 |
Expected total in TimersManager.o file: |
808 |
Actual: |
808 |
100% |
6320 |
Flash640 / .text / TMR_Adapter.o |
Start |
End |
Size |
% |
Line |
.text.Timestamp_GetCounter32bit |
0x000068a8 |
0x000068b4 |
12 |
2% |
6337 |
.text.StackTimer_Init |
0x000068b4 |
0x0000690c |
88 |
11% |
6340 |
.text.StackTimer_ReInit |
0x0000690c |
0x00006930 |
36 |
5% |
6343 |
.text.StackTimer_Enable |
0x00006930 |
0x00006940 |
16 |
2% |
6346 |
.text.StackTimer_GetInputFrequency |
0x00006940 |
0x00006948 |
8 |
1% |
6349 |
.text.StackTimer_GetCounterValue |
0x00006948 |
0x00006954 |
12 |
2% |
6353 |
.text.StackTimer_SetOffsetTicks |
0x00006954 |
0x00006968 |
20 |
3% |
6356 |
.text.StackTimer_ClearIntFlag |
0x00006968 |
0x00006998 |
48 |
6% |
6359 |
.text.WAKE_UP_TIMER1_IRQHandler |
0x00006998 |
0x000069e4 |
76 |
9% |
6362 |
.text.FRO32K_StartCalibration |
0x000069e4 |
0x00006a94 |
176 |
21% |
6365 |
.text.TMR_GetTimestampUs |
0x00006a94 |
0x00006af8 |
100 |
12% |
6368 |
.text.FRO32K_CompleteCalibration |
0x00006af8 |
0x00006b74 |
124 |
15% |
6371 |
.text.FRO32K_Init |
0x00006b74 |
0x00006c10 |
156 |
18% |
6374 |
Expected total in TMR_Adapter.o file: |
872 |
Actual: |
872 |
100% |
6337 |
Flash640 / .text / fsl_ctimer.o |
Start |
End |
Size |
% |
Line |
.text.CTIMER_GenericIRQHandler |
0x00006c10 |
0x00006c70 |
96 |
78% |
6377 |
.text.CTIMER0_DriverIRQHandler |
0x00006c70 |
0x00006c7e |
14 |
12% |
6380 |
.text.CTIMER1_DriverIRQHandler |
0x00006c7e |
0x00006c8c |
14 |
12% |
6383 |
Expected total in fsl_ctimer.o file: |
124 |
Actual: |
124 |
100% |
6377 |
Flash640 / .text / fsl_rtc.o |
Start |
End |
Size |
% |
Line |
.text.RTC_Init |
0x00006c8c |
0x00006ca6 |
26 |
100% |
6386 |
Expected total in fsl_rtc.o file: |
26 |
Actual: |
26 |
100% |
6386 |
Flash640 / .text / Panic.o |
Start |
End |
Size |
% |
Line |
.text.panic |
0x00006ca6 |
0x00006ca8 |
2 |
100% |
6389 |
Expected total in Panic.o file: |
2 |
Actual: |
2 |
100% |
6389 |
Flash640 / .text / fsl_dma.o |
Start |
End |
Size |
% |
Line |
.text.DMA_GetInstance |
0x00006ca8 |
0x00006cd0 |
40 |
18% |
6391 |
.text.DMA_IRQHandle |
0x00006cd0 |
0x00006d78 |
168 |
74% |
6393 |
.text.DMA0_DriverIRQHandler |
0x00006d78 |
0x00006d8c |
20 |
9% |
6396 |
Expected total in fsl_dma.o file: |
228 |
Actual: |
228 |
100% |
6391 |
Flash640 / .text / MicroInt_arm_sdk2.o |
Start |
End |
Size |
% |
Line |
.text.vMicroIntEnableOnly |
0x00006d8c |
0x00006da4 |
24 |
75% |
6399 |
.text.vMicroIntRestoreState |
0x00006da4 |
0x00006dac |
8 |
25% |
6402 |
Expected total in MicroInt_arm_sdk2.o file: |
32 |
Actual: |
32 |
100% |
6399 |
Flash640 / .text / PWR.o |
Start |
End |
Size |
% |
Line |
.text.PWR_InitFunction.part.0 |
0x00006dac |
0x00006dd8 |
44 |
5% |
6405 |
.text.PWR_Init |
0x00006dd8 |
0x00006de8 |
16 |
2% |
6407 |
.text.PWR_AllowDeviceToSleep |
0x00006de8 |
0x00006e04 |
28 |
3% |
6410 |
.text.PWR_DisallowDeviceToSleep |
0x00006e04 |
0x00006e24 |
32 |
4% |
6413 |
.text.PWR_ChangeDeepSleepMode |
0x00006e24 |
0x00006e48 |
36 |
4% |
6416 |
.text.PWR_GetDeepSleepConfig |
0x00006e48 |
0x00006e68 |
32 |
4% |
6419 |
.text.PWR_CheckSocTimers |
0x00006e68 |
0x00006f2c |
196 |
19% |
6422 |
.text.PWR_CheckIfDeviceCanGoToSleep |
0x00006f2c |
0x00006f58 |
44 |
5% |
6424 |
.text.PWR_EnterPowerDown |
0x00006f58 |
0x00006f90 |
56 |
6% |
6427 |
.text.PWR_EnterLowPower |
0x00006f90 |
0x00006fb4 |
36 |
4% |
6430 |
.text.PWR_SetWakeUpConfig |
0x00006fb4 |
0x00006fc8 |
20 |
2% |
6434 |
.text.PWR_GetWakeUpConfig |
0x00006fc8 |
0x00006fd4 |
12 |
2% |
6437 |
.text.vSetWakeUpIoConfig |
0x00006fd4 |
0x00006ff4 |
32 |
4% |
6440 |
.text.u64GetWakeupSourceConfig |
0x00006ff4 |
0x00007070 |
124 |
12% |
6443 |
.text.vHandleSleepModes |
0x00007070 |
0x000071a0 |
304 |
30% |
6446 |
.text.PWR_u32GetRamRetention |
0x000071a0 |
0x000071ac |
12 |
2% |
6448 |
.text.PWR_vForceRadioRetention |
0x000071ac |
0x000071c4 |
24 |
3% |
6451 |
Expected total in PWR.o file: |
1048 |
Actual: |
1048 |
100% |
6405 |
Flash640 / .text / PWR_setjmp.o |
Start |
End |
Size |
% |
Line |
.text.setjmp |
0x000071c4 |
0x000071d0 |
12 |
43% |
6454 |
.text.longjmp |
0x000071d0 |
0x000071e0 |
16 |
58% |
6456 |
Expected total in PWR_setjmp.o file: |
28 |
Actual: |
28 |
100% |
6454 |
Flash640 / .text / PWRLib.o |
Start |
End |
Size |
% |
Line |
.text.PWRLib_LLDsmComplete |
0x000071e0 |
0x000071e2 |
2 |
1% |
6458 |
.text.PWRLib_Init |
0x000071e2 |
0x000071e4 |
2 |
1% |
6460 |
.text.PWRLib_SetDeepSleepMode |
0x000071e4 |
0x000071f0 |
12 |
2% |
6463 |
.text.PWRLib_GetDeepSleepMode |
0x000071f0 |
0x000071fc |
12 |
2% |
6466 |
.text.PWRLib_MCU_Enter_Sleep |
0x000071fc |
0x00007208 |
12 |
2% |
6469 |
.text.PWR_ClearWakeupReason |
0x00007208 |
0x00007214 |
12 |
2% |
6472 |
.text.WarmMain |
0x00007214 |
0x00007224 |
16 |
3% |
6475 |
.text.PWRLib_EnterPowerDownModeRamOff |
0x00007224 |
0x00007254 |
48 |
7% |
6478 |
.text.PWRLib_EnterDeepDownMode |
0x00007254 |
0x00007284 |
48 |
7% |
6481 |
.text.PWRLib_u32RamBanksSpanned |
0x00007284 |
0x00007358 |
212 |
31% |
6484 |
.text.PWRLib_EnterPowerDownModeRamOn |
0x00007358 |
0x00007494 |
316 |
46% |
6487 |
Expected total in PWRLib.o file: |
692 |
Actual: |
692 |
100% |
6458 |
Flash640 / .text / GPIO_Adapter.o |
Start |
End |
Size |
% |
Line |
.text.GpioGetIoWakeupSource |
0x00007494 |
0x000074a0 |
12 |
100% |
6490 |
Expected total in GPIO_Adapter.o file: |
12 |
Actual: |
12 |
100% |
6490 |
Flash640 / .text / fsl_str.o |
Start |
End |
Size |
% |
Line |
.text.StrFormatPrintf |
0x000074a0 |
0x00007a18 |
1400 |
100% |
6493 |
Expected total in fsl_str.o file: |
1400 |
Actual: |
1400 |
100% |
6493 |
Flash640 / .text / serial_manager.o |
Start |
End |
Size |
% |
Line |
.text.SerialManager_Init |
0x00007a18 |
0x00007a70 |
88 |
15% |
6496 |
.text.SerialManager_Deinit |
0x00007a70 |
0x00007abc |
76 |
13% |
6499 |
.text.SerialManager_OpenWriteHandle |
0x00007abc |
0x00007b10 |
84 |
14% |
6502 |
.text.SerialManager_CloseWriteHandle |
0x00007b10 |
0x00007b60 |
80 |
14% |
6505 |
.text.SerialManager_OpenReadHandle |
0x00007b60 |
0x00007bbc |
92 |
16% |
6508 |
.text.SerialManager_CloseReadHandle |
0x00007bbc |
0x00007c0c |
80 |
14% |
6511 |
.text.SerialManager_WriteBlocking |
0x00007c0c |
0x00007c74 |
104 |
18% |
6514 |
Expected total in serial_manager.o file: |
604 |
Actual: |
604 |
100% |
6496 |
Flash640 / .text / serial_port_uart.o |
Start |
End |
Size |
% |
Line |
.text.Serial_UartInit |
0x00007c74 |
0x00007cd4 |
96 |
48% |
6517 |
.text.Serial_UartDeinit |
0x00007cd4 |
0x00007cf8 |
36 |
18% |
6520 |
.text.Serial_UartWrite |
0x00007cf8 |
0x00007d40 |
72 |
36% |
6523 |
Expected total in serial_port_uart.o file: |
204 |
Actual: |
204 |
100% |
6517 |
Flash640 / .text / usart_adapter.o |
Start |
End |
Size |
% |
Line |
.text.HAL_UartInit |
0x00007d40 |
0x00007e00 |
192 |
59% |
6526 |
.text.HAL_UartDeinit |
0x00007e00 |
0x00007e34 |
52 |
16% |
6529 |
.text.HAL_UartSendBlocking |
0x00007e34 |
0x00007e88 |
84 |
26% |
6532 |
Expected total in usart_adapter.o file: |
328 |
Actual: |
328 |
100% |
6526 |
Flash640 / .text / fsl_assert.o |
Start |
End |
Size |
% |
Line |
.text.__assert_func |
0x00007e88 |
0x00007ea4 |
28 |
100% |
6535 |
Expected total in fsl_assert.o file: |
28 |
Actual: |
28 |
100% |
6535 |
Flash640 / .text / Heap.o |
Start |
End |
Size |
% |
Line |
.text.pvHeap_DefAlloc |
0x00007ea4 |
0x00007ee0 |
60 |
84% |
6538 |
.text.pvHeap_Alloc |
0x00007ee0 |
0x00007eec |
12 |
17% |
6540 |
Expected total in Heap.o file: |
72 |
Actual: |
72 |
100% |
6538 |
Flash640 / .text / Eeprom_InternalFlash.o |
Start |
End |
Size |
% |
Line |
.text.EEPROM_FixWriteDataInFlash |
0x00007eec |
0x00007f68 |
124 |
26% |
6543 |
.text.EEPROM_Init |
0x00007f68 |
0x00007fa4 |
60 |
13% |
6545 |
.text.EEPROM_WriteData |
0x00007fa4 |
0x00008038 |
148 |
31% |
6548 |
.text.EEPROM_ReadData |
0x00008038 |
0x000080a0 |
104 |
22% |
6551 |
.text.EEPROM_FlashWriteBufferedTailEndBytes |
0x000080a0 |
0x000080d4 |
52 |
11% |
6554 |
Expected total in Eeprom_InternalFlash.o file: |
488 |
Actual: |
488 |
100% |
6543 |
Flash640 / .text / fsl_os_abstraction_bm.o |
Start |
End |
Size |
% |
Line |
.text.OSA_EnableIRQGlobal |
0x000080d4 |
0x000080e8 |
20 |
5% |
6557 |
.text.OSA_DisableIRQGlobal |
0x000080e8 |
0x000080f8 |
16 |
4% |
6560 |
.text.task_init |
0x000080f8 |
0x00008134 |
60 |
14% |
6563 |
.text.OSA_TaskCreate |
0x00008134 |
0x000081b4 |
128 |
30% |
6566 |
.text.OSA_TimeInit |
0x000081b4 |
0x000081e4 |
48 |
11% |
6569 |
.text.OSA_TimeGetMsec |
0x000081e4 |
0x000081f0 |
12 |
3% |
6572 |
.text.OSA_EventCreate |
0x000081f0 |
0x000081f4 |
4 |
1% |
6575 |
.text.OSA_EventSet |
0x000081f4 |
0x000081f8 |
4 |
1% |
6578 |
.text.OSA_EventWait |
0x000081f8 |
0x000081fc |
4 |
1% |
6581 |
.text.OSA_InterruptEnable |
0x000081fc |
0x00008200 |
4 |
1% |
6584 |
.text.OSA_InterruptDisable |
0x00008200 |
0x00008204 |
4 |
1% |
6587 |
.text.OSA_InterruptEnableRestricted |
0x00008204 |
0x0000821e |
26 |
6% |
6590 |
.text.OSA_InterruptEnableRestore |
0x0000821e |
0x00008226 |
8 |
2% |
6593 |
.text.OSA_InstallIntHandler |
0x00008226 |
0x0000822c |
6 |
2% |
6596 |
.text.OSA_InIsrContext |
0x0000822c |
0x00008234 |
8 |
2% |
6599 |
.text.OSA_Start |
0x00008234 |
0x0000825c |
40 |
10% |
6602 |
.text.startup.main |
0x0000825c |
0x0000827c |
32 |
8% |
6605 |
.text.SysTick_Handler |
0x0000827c |
0x0000828c |
16 |
4% |
6608 |
Expected total in fsl_os_abstraction_bm.o file: |
440 |
Actual: |
440 |
100% |
6557 |
Flash640 / .text / GreenPower.o |
Start |
End |
Size |
% |
Line |
.text.u16GP_APduInstanceReadWriteLongString |
0x0000828c |
0x000082f4 |
104 |
6% |
6611 |
.text.vCLD_GPTimerClickCallback |
0x000082f4 |
0x0000832c |
56 |
3% |
6615 |
.text.eCLD_GPRegisterTimeServer |
0x0000832c |
0x00008354 |
40 |
2% |
6617 |
.text.eGP_CreateGreenPower |
0x00008354 |
0x0000843c |
232 |
12% |
6620 |
.text.eGP_FindGpCluster |
0x0000843c |
0x00008474 |
56 |
3% |
6623 |
.text.u16GP_DeriveAliasSrcAddr |
0x00008474 |
0x000084b4 |
64 |
4% |
6626 |
.text.u8GP_DeriveAliasSeqNum |
0x000084b4 |
0x000084e0 |
44 |
3% |
6629 |
.text.u32GP_CRC32 |
0x000084e0 |
0x00008514 |
52 |
3% |
6632 |
.text.bGP_IsDuplicatePkt |
0x00008514 |
0x0000863a |
294 |
15% |
6635 |
.text.bGP_AliasPresent |
0x0000863a |
0x00008762 |
296 |
15% |
6638 |
.text.vGP_CallbackForPersistData |
0x00008762 |
0x000087ac |
74 |
4% |
6641 |
.text.vGP_RestorePersistedData |
0x000087ac |
0x00008824 |
120 |
6% |
6645 |
.text.bGP_CheckFrameToBeProcessed |
0x00008824 |
0x00008860 |
60 |
3% |
6648 |
.text.bGP_GetGPDKey |
0x00008860 |
0x000088e8 |
136 |
7% |
6651 |
.text.eGP_AddDeviceSecurity |
0x000088e8 |
0x00008a08 |
288 |
15% |
6654 |
.text.u8GP_SecurityProcessCallback |
0x00008a08 |
0x00008a64 |
92 |
5% |
6657 |
Expected total in GreenPower.o file: |
2008 |
Actual: |
2008 |
100% |
6611 |
Flash640 / .text / GreenPowerCommissioningNotification.o |
Start |
End |
Size |
% |
Line |
.text.eGP_ZgpCommissioningNotificationSend |
0x00008a64 |
0x00008bb0 |
332 |
50% |
6660 |
.text.eGP_ZgpCommissioningNotificationReceive |
0x00008bb0 |
0x00008cfe |
334 |
51% |
6663 |
Expected total in GreenPowerCommissioningNotification.o file: |
666 |
Actual: |
666 |
100% |
6660 |
Flash640 / .text / GreenPowerCommon.o |
Start |
End |
Size |
% |
Line |
.text.bGP_GiveCommIndAndUpdateTable |
0x00008cfe |
0x00008d02 |
4 |
1% |
6666 |
.text.bGP_ValidateCommandType |
0x00008d02 |
0x00008d4e |
76 |
3% |
6669 |
.text.bGP_GetFreeProxySinkTableEntry |
0x00008d4e |
0x00008da0 |
82 |
3% |
6672 |
.text.u16GP_GetStringSizeOfProxyTable |
0x00008da0 |
0x00008e60 |
192 |
6% |
6675 |
.text.bGP_IsFreshPkt |
0x00008e60 |
0x00008e98 |
56 |
2% |
6678 |
.text.vCreateDataIndFromBufferedCmd |
0x00008e98 |
0x00008f2c |
148 |
5% |
6681 |
.text.u8GP_GetLQIQuality |
0x00008f2c |
0x00008f4e |
34 |
2% |
6684 |
.text.u8GP_GetProxyDistance |
0x00008f4e |
0x00008f5c |
14 |
1% |
6687 |
.text.u8GP_GetProxyDelay |
0x00008f5c |
0x00008f6e |
18 |
1% |
6690 |
.text.eGp_BufferTransmissionPacket |
0x00008f6e |
0x0000908c |
286 |
9% |
6693 |
.text.vGP_SendDeviceAnnounce |
0x0000908c |
0x00009120 |
148 |
5% |
6697 |
.text.u8GP_GetDataReqHandle |
0x00009120 |
0x00009132 |
18 |
1% |
6700 |
.text.vGP_ExitCommMode |
0x00009132 |
0x000091ae |
124 |
4% |
6703 |
.text.bValidatePacketLength |
0x000091ae |
0x000091e0 |
50 |
2% |
6706 |
.text.u8GetGPDFKeyMAP |
0x000091e0 |
0x0000922a |
74 |
3% |
6709 |
.text.bGP_ValidateGPDF_Fields |
0x0000922a |
0x00009280 |
86 |
3% |
6712 |
.text.bGP_SecurityValidation |
0x00009280 |
0x0000929e |
30 |
1% |
6715 |
.text.u16GetProxyTableEntrySize |
0x0000929e |
0x0000930a |
108 |
4% |
6718 |
.text.u16GetProxyTableString |
0x0000930a |
0x00009472 |
360 |
11% |
6721 |
.text.u16GP_ReadProxyTableToString |
0x00009472 |
0x000094ce |
92 |
3% |
6724 |
.text.bGP_CheckGPDAddressMatch |
0x000094ce |
0x00009576 |
168 |
6% |
6727 |
.text.bGP_IsProxyTableEntryPresent |
0x00009576 |
0x000095e0 |
106 |
4% |
6730 |
.text.vGP_RemoveGPDFromProxySinkTable |
0x000095e0 |
0x00009658 |
120 |
4% |
6733 |
.text.bGP_GPDFValidityCheck |
0x00009658 |
0x00009732 |
218 |
7% |
6736 |
.text.bIsInvolveTC |
0x00009732 |
0x00009760 |
46 |
2% |
6739 |
.text.vBackUpTxQueueMsg |
0x00009760 |
0x000097e6 |
134 |
5% |
6742 |
.text.vSendToTxQueue |
0x000097e6 |
0x00009894 |
174 |
6% |
6745 |
.text.vGp_TransmissionTimerCallback |
0x00009894 |
0x000099dc |
328 |
10% |
6748 |
Expected total in GreenPowerCommon.o file: |
3294 |
Actual: |
3294 |
100% |
6666 |
Flash640 / .text / GreenPowerCustomCommandHandler.o |
Start |
End |
Size |
% |
Line |
.text.eGP_GreenPowerCommandHandler |
0x000099dc |
0x00009ab0 |
212 |
100% |
6751 |
Expected total in GreenPowerCustomCommandHandler.o file: |
212 |
Actual: |
212 |
100% |
6751 |
Flash640 / .text / GreenPowerCustomCommandResponses.o |
Start |
End |
Size |
% |
Line |
.text.eGP_HandleSinkTableResponse |
0x00009ab0 |
0x00009afc |
76 |
3% |
6754 |
.text.eGP_HandleProxyTableRequest |
0x00009afc |
0x00009c62 |
358 |
12% |
6757 |
.text.eGP_HandleProxyTableResponse |
0x00009c62 |
0x00009cae |
76 |
3% |
6760 |
.text.eGP_HandleProxyCommissioningMode |
0x00009cae |
0x00009d9c |
238 |
8% |
6763 |
.text.vGetRSSIAndLQIFromGPPGPDLink |
0x00009d9c |
0x00009db0 |
20 |
1% |
6766 |
.text.vFillDataIndicationFromNotif |
0x00009db0 |
0x00009e3a |
138 |
5% |
6769 |
.text.vFillDataIndication |
0x00009e3a |
0x00009eee |
180 |
6% |
6772 |
.text.vGP_SendResponseGPDF |
0x00009eee |
0x00009fa8 |
186 |
6% |
6775 |
.text.eGP_HandleZgpReponse |
0x00009fa8 |
0x0000a05e |
182 |
6% |
6778 |
.text.bBestGPD_GPPLink |
0x0000a05e |
0x0000a086 |
40 |
2% |
6781 |
.text.bGP_CheckIfCmdToBeBuffered |
0x0000a086 |
0x0000a198 |
274 |
9% |
6784 |
.text.eGP_HandleZgpCommissioningNotification |
0x0000a198 |
0x0000a232 |
154 |
5% |
6787 |
.text.bGP_CheckIfCmdToBeNotified |
0x0000a232 |
0x0000a2b8 |
134 |
5% |
6790 |
.text.eGP_HandleZgpNotification |
0x0000a2b8 |
0x0000a384 |
204 |
7% |
6793 |
.text.bGP_IsPairingCmdValid |
0x0000a384 |
0x0000a3b8 |
52 |
2% |
6796 |
.text.eGP_HandleZgpPairing |
0x0000a3b8 |
0x0000a728 |
880 |
28% |
6799 |
Expected total in GreenPowerCustomCommandResponses.o file: |
3192 |
Actual: |
3192 |
100% |
6754 |
Flash640 / .text / GreenPowerDataIndication.o |
Start |
End |
Size |
% |
Line |
.text.vZCL_HandleZgpDataIndication |
0x0000a728 |
0x0000a814 |
236 |
52% |
6803 |
.text.vAddRemoveBufferedTxQMsg |
0x0000a814 |
0x0000a894 |
128 |
28% |
6806 |
.text.vZCL_HandleZgpDataConfirm |
0x0000a894 |
0x0000a8f4 |
96 |
21% |
6809 |
Expected total in GreenPowerDataIndication.o file: |
460 |
Actual: |
460 |
100% |
6803 |
Flash640 / .text / GreenPowerDirectCommandHandler.o |
Start |
End |
Size |
% |
Line |
.text.vGP_FormGPDataIndication |
0x0000a8f4 |
0x0000a9ca |
214 |
70% |
6812 |
.text.eGP_GreenPowerDirectCommandHandler |
0x0000a9ca |
0x0000aa28 |
94 |
31% |
6815 |
Expected total in GreenPowerDirectCommandHandler.o file: |
308 |
Actual: |
308 |
100% |
6812 |
Flash640 / .text / GreenPowerNotification.o |
Start |
End |
Size |
% |
Line |
.text.eGP_ZgpNotificationSend |
0x0000aa28 |
0x0000ab30 |
264 |
49% |
6819 |
.text.eGP_ZgpNotificationReceive |
0x0000ab30 |
0x0000ac4c |
284 |
52% |
6822 |
Expected total in GreenPowerNotification.o file: |
548 |
Actual: |
548 |
100% |
6819 |
Flash640 / .text / GreenPowerPairing.o |
Start |
End |
Size |
% |
Line |
.text.eGP_ZgpPairingReceive |
0x0000ac4c |
0x0000af66 |
794 |
100% |
6825 |
Expected total in GreenPowerPairing.o file: |
794 |
Actual: |
794 |
100% |
6825 |
Flash640 / .text / GreenPowerProxyCommissioningMode.o |
Start |
End |
Size |
% |
Line |
.text.eGP_ProxyCommissioningModeSend |
0x0000af66 |
0x0000afda |
116 |
19% |
6828 |
.text.eGP_ProxyCommissioningMode |
0x0000afda |
0x0000b166 |
396 |
63% |
6831 |
.text.eGP_ProxyCommissioningModeReceive |
0x0000b166 |
0x0000b1e0 |
122 |
20% |
6834 |
Expected total in GreenPowerProxyCommissioningMode.o file: |
634 |
Actual: |
634 |
100% |
6828 |
Flash640 / .text / GreenPowerProxyGPDHandler.o |
Start |
End |
Size |
% |
Line |
.text.vGP_HandleGPDCommand |
0x0000b1e0 |
0x0000b644 |
1124 |
100% |
6837 |
Expected total in GreenPowerProxyGPDHandler.o file: |
1124 |
Actual: |
1124 |
100% |
6837 |
Flash640 / .text / GreenPowerProxyTableRequest.o |
Start |
End |
Size |
% |
Line |
.text.eGP_ProxyTableRequestReceive |
0x0000b644 |
0x0000b6f2 |
174 |
100% |
6840 |
Expected total in GreenPowerProxyTableRequest.o file: |
174 |
Actual: |
174 |
100% |
6840 |
Flash640 / .text / GreenPowerProxyTableResponse.o |
Start |
End |
Size |
% |
Line |
.text.eGP_ProxyTableResponseSend |
0x0000b6f2 |
0x0000b75c |
106 |
41% |
6843 |
.text.eGP_ProxyTableResponseReceive |
0x0000b75c |
0x0000b7fa |
158 |
60% |
6846 |
Expected total in GreenPowerProxyTableResponse.o file: |
264 |
Actual: |
264 |
100% |
6843 |
Flash640 / .text / GreenPowerResponse.o |
Start |
End |
Size |
% |
Line |
.text.eGP_ZgpResponseReceive |
0x0000b7fa |
0x0000b8d2 |
216 |
100% |
6849 |
Expected total in GreenPowerResponse.o file: |
216 |
Actual: |
216 |
100% |
6849 |
Flash640 / .text / GreenPowerScheduler.o |
Start |
End |
Size |
% |
Line |
.text.eGP_Update20mS |
0x0000b8d2 |
0x0000b956 |
132 |
70% |
6852 |
.text.eGP_Update1mS |
0x0000b956 |
0x0000b990 |
58 |
31% |
6855 |
Expected total in GreenPowerScheduler.o file: |
190 |
Actual: |
190 |
100% |
6852 |
Flash640 / .text / GreenPowerSinkTableResponse.o |
Start |
End |
Size |
% |
Line |
.text.eGP_SinkTableResponseReceive |
0x0000b990 |
0x0000ba24 |
148 |
100% |
6858 |
Expected total in GreenPowerSinkTableResponse.o file: |
148 |
Actual: |
148 |
100% |
6858 |
Flash640 / .text / gp.o |
Start |
End |
Size |
% |
Line |
.text.eGP_RegisterProxyBasicEndPoint |
0x0000ba24 |
0x0000baac |
136 |
100% |
6861 |
Expected total in gp.o file: |
136 |
Actual: |
136 |
100% |
6861 |
Flash640 / .text / Basic.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_BasicCreateBasic |
0x0000baac |
0x0000bb18 |
108 |
100% |
6864 |
Expected total in Basic.o file: |
108 |
Actual: |
108 |
100% |
6864 |
Flash640 / .text / BasicClientCommands.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_BasicCommandResetToFactoryDefaultsReceive |
0x0000bb18 |
0x0000bb2a |
18 |
100% |
6867 |
Expected total in BasicClientCommands.o file: |
18 |
Actual: |
18 |
100% |
6867 |
Flash640 / .text / BasicCommandHandler.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_BasicCommandHandler |
0x0000bb2a |
0x0000bb8c |
98 |
100% |
6870 |
Expected total in BasicCommandHandler.o file: |
98 |
Actual: |
98 |
100% |
6870 |
Flash640 / .text / Groups.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_GroupsCreateGroups |
0x0000bb8c |
0x0000bcb8 |
300 |
69% |
6873 |
.text.eCLD_GroupsSetIdentifying |
0x0000bcb8 |
0x0000bcdc |
36 |
9% |
6876 |
.text.eCLD_GroupsCheckGroupExists |
0x0000bcdc |
0x0000bd42 |
102 |
24% |
6879 |
Expected total in Groups.o file: |
438 |
Actual: |
438 |
100% |
6873 |
Flash640 / .text / GroupsCommandHandler.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_GroupsHandleAddGroupRequest.constprop.0.isra.0 |
0x0000bd42 |
0x0000be0c |
202 |
25% |
6882 |
.text.eCLD_GroupsCommandHandler |
0x0000be0c |
0x0000c086 |
634 |
76% |
6884 |
Expected total in GroupsCommandHandler.o file: |
836 |
Actual: |
836 |
100% |
6882 |
Flash640 / .text / GroupsServerCommands.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_GroupsCommandAddGroupResponseSend |
0x0000c086 |
0x0000c0c6 |
64 |
23% |
6887 |
.text.eCLD_GroupsCommandViewGroupResponseSend |
0x0000c0c6 |
0x0000c114 |
78 |
28% |
6890 |
.text.eCLD_GroupsCommandGetGroupMembershipResponseSend |
0x0000c114 |
0x0000c164 |
80 |
28% |
6893 |
.text.eCLD_GroupsCommandRemoveGroupResponseSend |
0x0000c164 |
0x0000c1a6 |
66 |
23% |
6896 |
Expected total in GroupsServerCommands.o file: |
288 |
Actual: |
288 |
100% |
6887 |
Flash640 / .text / GroupsTableManager.o |
Start |
End |
Size |
% |
Line |
.text.bCLD_GroupsSearchForGroup |
0x0000c1a6 |
0x0000c1d4 |
46 |
7% |
6899 |
.text.eCLD_GroupsAddGroup |
0x0000c1d4 |
0x0000c278 |
164 |
23% |
6901 |
.text.eCLD_GroupsFindGroup |
0x0000c278 |
0x0000c2a4 |
44 |
7% |
6904 |
.text.iCLD_GroupsListGroups |
0x0000c2a4 |
0x0000c30c |
104 |
15% |
6907 |
.text.iCLD_GroupsCountGroups |
0x0000c30c |
0x0000c35e |
82 |
12% |
6910 |
.text.iCLD_GroupsListMatchingGroups |
0x0000c35e |
0x0000c3f0 |
146 |
21% |
6913 |
.text.eCLD_GroupsRemoveGroup |
0x0000c3f0 |
0x0000c434 |
68 |
10% |
6917 |
.text.eCLD_GroupsRemoveAllGroups |
0x0000c434 |
0x0000c476 |
66 |
10% |
6920 |
Expected total in GroupsTableManager.o file: |
720 |
Actual: |
720 |
100% |
6899 |
Flash640 / .text / Identify.o |
Start |
End |
Size |
% |
Line |
.text.vCLD_IdentifyTimerClickCallback |
0x0000c476 |
0x0000c4f0 |
122 |
51% |
6923 |
.text.eCLD_IdentifyRegisterTimeServer |
0x0000c4f0 |
0x0000c518 |
40 |
17% |
6926 |
.text.eCLD_IdentifyCreateIdentify |
0x0000c518 |
0x0000c568 |
80 |
34% |
6929 |
Expected total in Identify.o file: |
242 |
Actual: |
242 |
100% |
6923 |
Flash640 / .text / IdentifyCommandHandler.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_IdentifyCommandHandler |
0x0000c568 |
0x0000c674 |
268 |
100% |
6932 |
Expected total in IdentifyCommandHandler.o file: |
268 |
Actual: |
268 |
100% |
6932 |
Flash640 / .text / IdentifyServerCommands.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_IdentifyCommandIdentifyQueryResponseSend |
0x0000c674 |
0x0000c6a4 |
48 |
30% |
6935 |
.text.eCLD_IdentifyCommandIdentifyRequestReceive |
0x0000c6a4 |
0x0000c6ca |
38 |
24% |
6938 |
.text.eCLD_IdentifyCommandIdentifyQueryRequestReceive |
0x0000c6ca |
0x0000c6de |
20 |
13% |
6941 |
.text.eCLD_IdentifyCommandTriggerEffectRequestReceive |
0x0000c6de |
0x0000c714 |
54 |
34% |
6944 |
Expected total in IdentifyServerCommands.o file: |
160 |
Actual: |
160 |
100% |
6935 |
Flash640 / .text / OnOff.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_OnOffSceneEventHandler |
0x0000c714 |
0x0000c73c |
40 |
40% |
6947 |
.text.eCLD_OnOffCreateOnOff |
0x0000c73c |
0x0000c778 |
60 |
60% |
6949 |
Expected total in OnOff.o file: |
100 |
Actual: |
100 |
100% |
6947 |
Flash640 / .text / OnOffCommandHandler.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_OnOffCommandHandler |
0x0000c778 |
0x0000c834 |
188 |
100% |
6952 |
Expected total in OnOffCommandHandler.o file: |
188 |
Actual: |
188 |
100% |
6952 |
Flash640 / .text / OnOffCommands.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_OnOffCommandReceive |
0x0000c834 |
0x0000c848 |
20 |
100% |
6955 |
Expected total in OnOffCommands.o file: |
20 |
Actual: |
20 |
100% |
6955 |
Flash640 / .text / base_device.o |
Start |
End |
Size |
% |
Line |
.text.eZHA_RegisterBaseDeviceEndPoint |
0x0000c848 |
0x0000c92c |
228 |
100% |
6959 |
Expected total in base_device.o file: |
228 |
Actual: |
228 |
100% |
6959 |
Flash640 / .text / OTA.o |
Start |
End |
Size |
% |
Line |
.text.eOTA_OtaOffset |
0x0000c92c |
0x0000c93c |
16 |
1% |
6962 |
.text.eOTA_retOtaUseKey |
0x0000c93c |
0x0000c94c |
16 |
1% |
6965 |
.text.eOtaFindCluster |
0x0000c94c |
0x0000c990 |
68 |
5% |
6968 |
.text.eOtaSetEventTypeAndGiveCallBack |
0x0000c990 |
0x0000c9a8 |
24 |
2% |
6971 |
.text.eOtaRegisterTimeServer |
0x0000c9a8 |
0x0000c9d0 |
40 |
3% |
6975 |
.text.eOTA_Create |
0x0000c9d0 |
0x0000ca44 |
116 |
8% |
6978 |
.text.eOtaTimeUpdate |
0x0000ca44 |
0x0000ca88 |
68 |
5% |
6981 |
.text.vOtaTimerClickCallback |
0x0000ca88 |
0x0000caa8 |
32 |
2% |
6984 |
.text.eOTA_SetServerAddress |
0x0000caa8 |
0x0000caec |
68 |
5% |
6987 |
.text.vOTA_FlashInit |
0x0000caec |
0x0000cb38 |
76 |
5% |
6990 |
.text.sOtaGetHeader |
0x0000cb38 |
0x0000cc50 |
280 |
18% |
6993 |
.text.eOTA_RestoreClientData |
0x0000cc50 |
0x0000cd20 |
208 |
13% |
6997 |
.text.eOTA_UpdateClientAttributes |
0x0000cd20 |
0x0000cda0 |
128 |
8% |
7000 |
.text.eOTA_AllocateEndpointOTASpace |
0x0000cda0 |
0x0000ce0c |
108 |
7% |
7003 |
.text.bOtaIsImageValid |
0x0000ce0c |
0x0000ce40 |
52 |
4% |
7006 |
.text.vOTA_SetImageValidityFlag |
0x0000ce40 |
0x0000ce44 |
4 |
1% |
7009 |
.text.vOtaFlashLockRead |
0x0000ce44 |
0x0000ce84 |
64 |
4% |
7013 |
.text.vOtaFlashLockWrite |
0x0000ce84 |
0x0000cec4 |
64 |
4% |
7016 |
.text.bOtaIsSerializationDataValid |
0x0000cec4 |
0x0000cf24 |
96 |
6% |
7019 |
.text.eOtaClientReqSeqNoUpdate |
0x0000cf24 |
0x0000cf44 |
32 |
2% |
7022 |
.text.eOTA_GetCurrentOtaHeader |
0x0000cf44 |
0x0000cf7c |
56 |
4% |
7025 |
.text.vOTA_GetTagIdandLengh |
0x0000cf7c |
0x0000cf98 |
28 |
2% |
7028 |
Expected total in OTA.o file: |
1644 |
Actual: |
1644 |
100% |
6962 |
Flash640 / .text / OTA_ClientUpgradeManager.o |
Start |
End |
Size |
% |
Line |
.text.vOtaRequestNextBlock.isra.0 |
0x0000cf98 |
0x0000cfc8 |
48 |
2% |
7031 |
.text.vOtaInitStateMachine |
0x0000cfc8 |
0x0000cfd8 |
16 |
1% |
7034 |
.text.vOtaClientUpgMgrMapStates |
0x0000cfd8 |
0x0000d05c |
132 |
4% |
7037 |
.text.vOtaHandleTimedBlockRequest |
0x0000d05c |
0x0000d10a |
174 |
5% |
7040 |
.text.vOtaAbortDownload |
0x0000d10a |
0x0000d188 |
126 |
3% |
7042 |
.text.vOtaUpgManClientStateCountDown |
0x0000d188 |
0x0000d1c8 |
64 |
2% |
7044 |
.text.vOtaUpgManClientStateWaitForRunCommand |
0x0000d1c8 |
0x0000d2c0 |
248 |
6% |
7046 |
.text.vOtaUpgManClientStateDownloadComplete |
0x0000d2c0 |
0x0000d4c0 |
512 |
12% |
7048 |
.text.vOtaUpgManClientStateDownloadInProgress |
0x0000d4c0 |
0x0000d940 |
1152 |
27% |
7050 |
.text.vOtaUpgManClientStateIdle |
0x0000d940 |
0x0000e050 |
1808 |
43% |
7053 |
Expected total in OTA_ClientUpgradeManager.o file: |
4280 |
Actual: |
4280 |
100% |
7031 |
Flash640 / .text / OTA_CustomCommandHandler.o |
Start |
End |
Size |
% |
Line |
.text.eOtaCommandHandler |
0x0000e050 |
0x0000e11c |
204 |
100% |
7055 |
Expected total in OTA_CustomCommandHandler.o file: |
204 |
Actual: |
204 |
100% |
7055 |
Flash640 / .text / OTA_CustomReceiveCommands.o |
Start |
End |
Size |
% |
Line |
.text.eOtaReceivedImageNotify |
0x0000e11c |
0x0000e22a |
270 |
20% |
7058 |
.text.eOtaReceivedQueryNextImageResponse |
0x0000e22a |
0x0000e304 |
218 |
16% |
7061 |
.text.eOtaReceivedBlockResponse |
0x0000e304 |
0x0000e4aa |
422 |
31% |
7064 |
.text.eOtaQuerySpecificFileResponse |
0x0000e4aa |
0x0000e57c |
210 |
15% |
7067 |
.text.eOtaReceivedUpgradeEndResponse |
0x0000e57c |
0x0000e630 |
180 |
13% |
7070 |
.text.vOtaReceivedDefaultResponse |
0x0000e630 |
0x0000e698 |
104 |
8% |
7073 |
Expected total in OTA_CustomReceiveCommands.o file: |
1404 |
Actual: |
1404 |
100% |
7058 |
Flash640 / .text / OTA_client.o |
Start |
End |
Size |
% |
Line |
.text.eOTA_ClientQueryNextImageRequest |
0x0000e698 |
0x0000e754 |
188 |
15% |
7076 |
.text.eOTA_ClientImageBlockRequest |
0x0000e754 |
0x0000e86c |
280 |
22% |
7079 |
.text.eOTA_ClientUpgradeEndRequest |
0x0000e86c |
0x0000e916 |
170 |
13% |
7082 |
.text.eOTA_ClientSwitchToNewImage |
0x0000e916 |
0x0000e9b8 |
162 |
13% |
7085 |
.text.eOTA_HandleImageVerification |
0x0000e9b8 |
0x0000ebcc |
532 |
40% |
7088 |
Expected total in OTA_client.o file: |
1332 |
Actual: |
1332 |
100% |
7076 |
Flash640 / .text / OTA_common.o |
Start |
End |
Size |
% |
Line |
.text.vOtaFlashInitHw |
0x0000ebcc |
0x0000ebd0 |
4 |
4% |
7091 |
.text.vOtaFlashErase |
0x0000ebd0 |
0x0000ebd4 |
4 |
4% |
7094 |
.text.vOtaFlashWrite |
0x0000ebd4 |
0x0000ebec |
24 |
24% |
7098 |
.text.vOtaFlashRead |
0x0000ebec |
0x0000ebfe |
18 |
18% |
7101 |
.text.vOtaSwitchLoads |
0x0000ebfe |
0x0000ec04 |
6 |
6% |
7104 |
.text.bOtaIsAuthenticationEnabled |
0x0000ec04 |
0x0000ec18 |
20 |
20% |
7108 |
.text.bOtaIsImageAuthenticated |
0x0000ec18 |
0x0000ec30 |
24 |
24% |
7111 |
Expected total in OTA_common.o file: |
100 |
Actual: |
100 |
100% |
7091 |
Flash640 / .text / dlist.o |
Start |
End |
Size |
% |
Line |
.text.psSearchList |
0x0000ec30 |
0x0000ec58 |
40 |
13% |
7114 |
.text.vDLISTinitialise |
0x0000ec58 |
0x0000ec60 |
8 |
3% |
7116 |
.text.psDLISTgetHead |
0x0000ec60 |
0x0000ec64 |
4 |
2% |
7119 |
.text.psDLISTgetNext |
0x0000ec64 |
0x0000ec68 |
4 |
2% |
7122 |
.text.vDLISTinsertBefore |
0x0000ec68 |
0x0000ec7e |
22 |
7% |
7125 |
.text.vDLISTinsertAfter |
0x0000ec7e |
0x0000ec98 |
26 |
8% |
7128 |
.text.psDLISTsearchFromHead |
0x0000ec98 |
0x0000eca0 |
8 |
3% |
7131 |
.text.boDLISTisEmpty |
0x0000eca0 |
0x0000ecb2 |
18 |
6% |
7134 |
.text.vDLISTaddToHead |
0x0000ecb2 |
0x0000ecda |
40 |
13% |
7137 |
.text.vDLISTaddToTail |
0x0000ecda |
0x0000ed00 |
38 |
12% |
7140 |
.text.psDLISTremoveFromTail |
0x0000ed00 |
0x0000ed22 |
34 |
11% |
7143 |
.text.psDLISTremoveFromHead |
0x0000ed22 |
0x0000ed46 |
36 |
11% |
7146 |
.text.psDLISTremove |
0x0000ed46 |
0x0000ed7c |
54 |
17% |
7149 |
Expected total in dlist.o file: |
332 |
Actual: |
332 |
100% |
7114 |
Flash640 / .text / zcl.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_SearchForEPIndex.part.0 |
0x0000ed7c |
0x0000edac |
48 |
6% |
7152 |
.text.eZCL_CreateZCL |
0x0000edac |
0x0000ee74 |
200 |
22% |
7154 |
.text.eZCL_SetCustomCallBackEvent |
0x0000ee74 |
0x0000ee88 |
20 |
3% |
7157 |
.text.eZCL_Register |
0x0000ee88 |
0x0000f0c0 |
568 |
61% |
7160 |
.text.u8ZCL_GetNumberOfEndpointsRegistered |
0x0000f0c0 |
0x0000f0cc |
12 |
2% |
7163 |
.text.eZCL_SearchForEPIndex |
0x0000f0cc |
0x0000f0d8 |
12 |
2% |
7166 |
.text.u8ZCL_GetEPIdFromIndex |
0x0000f0d8 |
0x0000f0f8 |
32 |
4% |
7170 |
.text.vReverseMemcpy |
0x0000f0f8 |
0x0000f110 |
24 |
3% |
7173 |
.text.vZCL_InitializeClusterInstance |
0x0000f110 |
0x0000f124 |
20 |
3% |
7176 |
Expected total in zcl.o file: |
936 |
Actual: |
936 |
100% |
7152 |
Flash640 / .text / zcl_CustomCommandReceive.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_CustomCommandReceive |
0x0000f124 |
0x0000f260 |
316 |
100% |
7179 |
Expected total in zcl_CustomCommandReceive.o file: |
316 |
Actual: |
316 |
100% |
7179 |
Flash640 / .text / zcl_CustomCommandSend.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_CustomCommandSend |
0x0000f260 |
0x0000f4b8 |
600 |
96% |
7183 |
.text.bZCL_SendCommandResponse |
0x0000f4b8 |
0x0000f4d4 |
28 |
5% |
7186 |
Expected total in zcl_CustomCommandSend.o file: |
628 |
Actual: |
628 |
100% |
7183 |
Flash640 / .text / zcl_PDUbufferReadWrite.o |
Start |
End |
Size |
% |
Line |
.text.u16ZCL_WriteTypeNBO |
0x0000f4d4 |
0x0000f514 |
64 |
19% |
7189 |
.text.u16ZCL_APduInstanceWriteNBO |
0x0000f514 |
0x0000f55e |
74 |
22% |
7192 |
.text.u16ZCL_ReadTypeNBO |
0x0000f55e |
0x0000f5e0 |
130 |
39% |
7195 |
.text.u16ZCL_APduInstanceReadNBO |
0x0000f5e0 |
0x0000f62a |
74 |
22% |
7198 |
Expected total in zcl_PDUbufferReadWrite.o file: |
342 |
Actual: |
342 |
100% |
7189 |
Flash640 / .text / zcl_PDUbufferReadWriteString.o |
Start |
End |
Size |
% |
Line |
.text.u16ZCL_GetStringSizeAndBufferFromStructure |
0x0000f62a |
0x0000f68e |
100 |
15% |
7201 |
.text.u16ZCL_APduInstanceWriteStringNBO |
0x0000f68e |
0x0000f748 |
186 |
28% |
7204 |
.text.u16ZCL_GetStringAttributeTypeSizeFromBuffer |
0x0000f748 |
0x0000f79a |
82 |
13% |
7207 |
.text.eZCL_CheckUserStringStructureRead |
0x0000f79a |
0x0000f7dc |
66 |
10% |
7210 |
.text.u16ZCL_GetStringStructureSize |
0x0000f7dc |
0x0000f7fe |
34 |
5% |
7213 |
.text.u16ZCL_APduInstanceReadStringNBO |
0x0000f7fe |
0x0000f8ae |
176 |
26% |
7216 |
.text.eZCL_GetStringLengthFieldSize |
0x0000f8ae |
0x0000f8d2 |
36 |
6% |
7219 |
Expected total in zcl_PDUbufferReadWriteString.o file: |
680 |
Actual: |
680 |
100% |
7201 |
Flash640 / .text / zcl_WriteAttributesRequestHandle.o |
Start |
End |
Size |
% |
Line |
.text.vZCL_HandleAttributesWriteRequest |
0x0000f8d2 |
0x0000fbfe |
812 |
100% |
7222 |
Expected total in zcl_WriteAttributesRequestHandle.o file: |
812 |
Actual: |
812 |
100% |
7222 |
Flash640 / .text / zcl_attribute.o |
Start |
End |
Size |
% |
Line |
.text.u16ZCL_WriteAttributeValueIntoBuffer |
0x0000fbfe |
0x0000fc7e |
128 |
13% |
7225 |
.text.u8ZCL_GetAttributeAllignToFourBytesBoundary |
0x0000fc7e |
0x0000fc90 |
18 |
2% |
7228 |
.text.eZCL_GetAttributeTypeSize |
0x0000fc90 |
0x0000fca8 |
24 |
3% |
7231 |
.text.eZCL_GetAttributeTypeSizeFromBuffer |
0x0000fca8 |
0x0000fd32 |
138 |
14% |
7234 |
.text.u16ZCL_WriteAttributeValueIntoStructure |
0x0000fd32 |
0x0000fdda |
168 |
17% |
7237 |
.text.eZCL_GetAttributeTypeSizeFromStructure |
0x0000fdda |
0x0000fe24 |
74 |
8% |
7240 |
.text.bZCL_CheckManufacturerSpecificAttributeFlagMatch |
0x0000fe24 |
0x0000fe34 |
16 |
2% |
7243 |
.text.bZCL_CheckStringFitsInStructure |
0x0000fe34 |
0x0000feac |
120 |
12% |
7246 |
.text.bZCL_AttributeTypeIsSigned |
0x0000feac |
0x0000feb8 |
12 |
2% |
7249 |
.text.vZCL_MarkAttributeInvalid |
0x0000feb8 |
0x0000ffac |
244 |
24% |
7252 |
.text.bZCL_CheckAttributeInvalid |
0x0000ffac |
0x0000ffe6 |
58 |
6% |
7255 |
.text.bZCL_CheckAttributeDirectionFlagMatch |
0x0000ffe6 |
0x00010008 |
34 |
4% |
7258 |
Expected total in zcl_attribute.o file: |
1034 |
Actual: |
1034 |
100% |
7225 |
Flash640 / .text / zcl_buffer.o |
Start |
End |
Size |
% |
Line |
.text.hZCL_AllocateAPduInstance |
0x00010008 |
0x00010044 |
60 |
84% |
7261 |
.text.hZCL_GetBufferPoolHandle |
0x00010044 |
0x00010050 |
12 |
17% |
7264 |
Expected total in zcl_buffer.o file: |
72 |
Actual: |
72 |
100% |
7261 |
Flash640 / .text / zcl_command.o |
Start |
End |
Size |
% |
Line |
.text.u16ZCL_WriteCommandHeader |
0x00010050 |
0x000100d2 |
130 |
43% |
7267 |
.text.u16ZCL_ReadCommandHeader |
0x000100d2 |
0x00010140 |
110 |
37% |
7270 |
.text.u8GetTransactionSequenceNumber |
0x00010140 |
0x00010150 |
16 |
6% |
7273 |
.text.u16ZCL_GetTxPayloadSize |
0x00010150 |
0x00010180 |
48 |
16% |
7276 |
Expected total in zcl_command.o file: |
304 |
Actual: |
304 |
100% |
7267 |
Flash640 / .text / zcl_common.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_Initialise |
0x00010180 |
0x000101bc |
60 |
69% |
7279 |
.text.eZCL_Update100mS |
0x000101bc |
0x000101d8 |
28 |
32% |
7282 |
Expected total in zcl_common.o file: |
88 |
Actual: |
88 |
100% |
7279 |
Flash640 / .text / zcl_configureReportingCommandHandle.o |
Start |
End |
Size |
% |
Line |
.text.vZCL_HandleConfigureReportingCommand |
0x000101d8 |
0x000106b0 |
1240 |
100% |
7285 |
Expected total in zcl_configureReportingCommandHandle.o file: |
1240 |
Actual: |
1240 |
100% |
7285 |
Flash640 / .text / zcl_defaultResponse.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_SendDefaultResponse |
0x000106b0 |
0x000107a8 |
248 |
100% |
7288 |
Expected total in zcl_defaultResponse.o file: |
248 |
Actual: |
248 |
100% |
7288 |
Flash640 / .text / zcl_event.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_SetReceiveEventAddressStructure |
0x000107a8 |
0x00010814 |
108 |
8% |
7291 |
.text.eZCL_BuildClientTransmitAddressStructure |
0x00010814 |
0x00010834 |
32 |
3% |
7294 |
.text.vZCL_PassEventToUser |
0x00010834 |
0x00010860 |
44 |
3% |
7297 |
.text.vZCL_EventHandler |
0x00010860 |
0x00010d94 |
1332 |
88% |
7300 |
Expected total in zcl_event.o file: |
1516 |
Actual: |
1516 |
100% |
7291 |
Flash640 / .text / zcl_heap.o |
Start |
End |
Size |
% |
Line |
.text.pvZCL_HeapAlloc |
0x00010d94 |
0x00010dcc |
56 |
100% |
7303 |
Expected total in zcl_heap.o file: |
56 |
Actual: |
56 |
100% |
7303 |
Flash640 / .text / zcl_library_options.o |
Start |
End |
Size |
% |
Line |
.text.vZCL_HandleEntireProfileCommand |
0x00010dcc |
0x00010e2e |
98 |
97% |
7306 |
.text.eZCL_CreateOptionalManagers |
0x00010e2e |
0x00010e32 |
4 |
4% |
7309 |
Expected total in zcl_library_options.o file: |
102 |
Actual: |
102 |
100% |
7306 |
Flash640 / .text / zcl_readAttributesRequestHandle.o |
Start |
End |
Size |
% |
Line |
.text.vZCL_HandleAttributesReadRequest |
0x00010e32 |
0x0001103a |
520 |
100% |
7312 |
Expected total in zcl_readAttributesRequestHandle.o file: |
520 |
Actual: |
520 |
100% |
7312 |
Flash640 / .text / zcl_readReportingConfigurationCommandHandle.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_CalculateSizeOfReportRecord |
0x0001103a |
0x0001107a |
64 |
10% |
7315 |
.text.vZCL_HandleReadReportingConfigurationCommand |
0x0001107a |
0x000112f8 |
638 |
91% |
7318 |
Expected total in zcl_readReportingConfigurationCommandHandle.o file: |
702 |
Actual: |
702 |
100% |
7315 |
Flash640 / .text / zcl_reportManager.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_CreateReportManager |
0x000112f8 |
0x00011378 |
128 |
13% |
7321 |
.text.eZCLAddReport |
0x00011378 |
0x00011530 |
440 |
44% |
7324 |
.text.eZCL_CreateLocalReport |
0x00011530 |
0x000115ac |
124 |
13% |
7327 |
.text.eZCLFindReportEntryByAttributeIdAndDirection |
0x000115ac |
0x000115f8 |
76 |
8% |
7330 |
.text.eZCL_GetNumberOfFreeReportRecordEntries |
0x000115f8 |
0x00011624 |
44 |
5% |
7333 |
.text.vZCL_SetDefaultReporting |
0x00011624 |
0x0001164a |
38 |
4% |
7336 |
.text.eZCL_SetReportableFlag |
0x0001164a |
0x000116e0 |
150 |
15% |
7339 |
Expected total in zcl_reportManager.o file: |
1000 |
Actual: |
1000 |
100% |
7321 |
Flash640 / .text / zcl_reportMaths.o |
Start |
End |
Size |
% |
Line |
.text.vZCL_AlignNumericAttributeValueTo64 |
0x000116e0 |
0x00011784 |
164 |
30% |
7342 |
.text.eZCL_IndicateReportableChange |
0x00011784 |
0x000118a6 |
290 |
53% |
7344 |
.text.eZCL_StoreChangeAttributeValue |
0x000118a6 |
0x0001190a |
100 |
19% |
7347 |
Expected total in zcl_reportMaths.o file: |
554 |
Actual: |
554 |
100% |
7342 |
Flash640 / .text / zcl_reportScheduler.o |
Start |
End |
Size |
% |
Line |
.text.bHasTimerFired |
0x0001190a |
0x00011958 |
78 |
12% |
7350 |
.text.vReportTimerClickCallback |
0x00011958 |
0x00011bcc |
628 |
89% |
7352 |
Expected total in zcl_reportScheduler.o file: |
706 |
Actual: |
706 |
100% |
7350 |
Flash640 / .text / zcl_reportStringHandling.o |
Start |
End |
Size |
% |
Line |
.text.vZCL_SetPointerToStringStorage |
0x00011bcc |
0x00011be8 |
28 |
13% |
7355 |
.text.pu8ZCL_GetPointerToStringStorage |
0x00011be8 |
0x00011bfe |
22 |
10% |
7358 |
.text.vZCL_AllocateSpaceForStringReports |
0x00011bfe |
0x00011c26 |
40 |
18% |
7361 |
.text.eZCL_CheckForStringAttributeChange |
0x00011c26 |
0x00011c6c |
70 |
32% |
7364 |
.text.eZCL_CopyStringAttributeToPreviousValue |
0x00011c6c |
0x00011cac |
64 |
29% |
7367 |
Expected total in zcl_reportStringHandling.o file: |
224 |
Actual: |
224 |
100% |
7355 |
Flash640 / .text / zcl_reportStructure.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_GetAttributeReportableEntry |
0x00011cac |
0x00011d14 |
104 |
79% |
7370 |
.text.eZCL_DoesAttributeHaveReportableChange |
0x00011d14 |
0x00011d30 |
28 |
22% |
7373 |
Expected total in zcl_reportStructure.o file: |
132 |
Actual: |
132 |
100% |
7370 |
Flash640 / .text / zcl_search.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_SearchForEPentry |
0x00011d30 |
0x00011d70 |
64 |
7% |
7376 |
.text.eZCL_SearchForEPentryAndCheckManufacturerId |
0x00011d70 |
0x00011da8 |
56 |
6% |
7379 |
.text.eZCL_SearchForClusterEntry |
0x00011da8 |
0x00011e14 |
108 |
12% |
7382 |
.text.eZCL_SearchForAttributeEntry |
0x00011e14 |
0x00011e9e |
138 |
15% |
7385 |
.text.eZCL_FindCluster |
0x00011e9e |
0x00011ee0 |
66 |
7% |
7388 |
.text.pvZCL_GetAttributePointer |
0x00011ee0 |
0x00011f3e |
94 |
10% |
7391 |
.text.eZCL_GetLocalAttributeValue |
0x00011f3e |
0x00011fda |
156 |
17% |
7394 |
.text.eZCL_ReadLocalAttributeValue |
0x00011fda |
0x00012012 |
56 |
6% |
7397 |
.text.eZCL_SetLocalAttributeValue |
0x00012012 |
0x000120bc |
170 |
18% |
7400 |
.text.eZCL_WriteLocalAttributeValue |
0x000120bc |
0x000120f4 |
56 |
6% |
7403 |
Expected total in zcl_search.o file: |
964 |
Actual: |
964 |
100% |
7376 |
Flash640 / .text / zcl_timer.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_CreateTimer |
0x000120f4 |
0x00012160 |
108 |
27% |
7406 |
.text.eZCL_TimerRegister |
0x00012160 |
0x000121c0 |
96 |
24% |
7409 |
.text.vZCL_TimerSchedulerUpdate |
0x000121c0 |
0x0001227c |
188 |
47% |
7412 |
.text.u32ZCL_GetUTCTime |
0x0001227c |
0x00012288 |
12 |
3% |
7415 |
Expected total in zcl_timer.o file: |
404 |
Actual: |
404 |
100% |
7406 |
Flash640 / .text / zcl_transmit.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_TransmitDataRequest |
0x00012288 |
0x0001258c |
772 |
89% |
7418 |
.text.eZCL_BuildTransmitAddressStructure |
0x0001258c |
0x000125f0 |
100 |
12% |
7421 |
Expected total in zcl_transmit.o file: |
872 |
Actual: |
872 |
100% |
7418 |
Flash640 / .text / bdb_fr.o |
Start |
End |
Size |
% |
Line |
.text.BDB_vFrStateMachine |
0x000125f0 |
0x00012668 |
120 |
100% |
7425 |
Expected total in bdb_fr.o file: |
120 |
Actual: |
120 |
100% |
7425 |
Flash640 / .text / bdb_start.o |
Start |
End |
Size |
% |
Line |
.text.BDB_vInit |
0x00012668 |
0x0001274c |
228 |
20% |
7428 |
.text.BDB_u8PickChannel |
0x0001274c |
0x00012798 |
76 |
7% |
7431 |
.text.BDB_vRejoinSuccess |
0x00012798 |
0x00012808 |
112 |
10% |
7434 |
.text.BDB_vSetRejoinFilter |
0x00012808 |
0x00012850 |
72 |
7% |
7437 |
.text.BDB_vRejoinCycle |
0x00012850 |
0x000129f0 |
416 |
35% |
7440 |
.text.bdb_vStart |
0x000129f0 |
0x00012aa8 |
184 |
16% |
7443 |
.text.BDB_vStart |
0x00012aa8 |
0x00012ab0 |
8 |
1% |
7445 |
.text.BDB_vInitStateMachine |
0x00012ab0 |
0x00012ad8 |
40 |
4% |
7449 |
.text.BDB_vRejoinTimerCb |
0x00012ad8 |
0x00012ae0 |
8 |
1% |
7452 |
.text.BDB_vSetAssociationFilter |
0x00012ae0 |
0x00012b14 |
52 |
5% |
7456 |
Expected total in bdb_start.o file: |
1196 |
Actual: |
1196 |
100% |
7428 |
Flash640 / .text / bdb_state_machine.o |
Start |
End |
Size |
% |
Line |
.text.APP_vGenCallback |
0x00012b14 |
0x00012b54 |
64 |
40% |
7459 |
.text.bdb_taskBDB |
0x00012b54 |
0x00012ba8 |
84 |
52% |
7462 |
.text.BDB_vZclEventHandler |
0x00012ba8 |
0x00012bb8 |
16 |
10% |
7465 |
Expected total in bdb_state_machine.o file: |
164 |
Actual: |
164 |
100% |
7459 |
Flash640 / .text / bdb_ns.o |
Start |
End |
Size |
% |
Line |
.text.vNsSendPermitJoin |
0x00012bb8 |
0x00012c08 |
80 |
5% |
7468 |
.text.vNsDiscoverNwk |
0x00012c08 |
0x00012ca4 |
156 |
10% |
7470 |
.text.vNsTclkSendReqKey |
0x00012ca4 |
0x00012ce0 |
60 |
4% |
7472 |
.text.vNsAfterNwkJoin |
0x00012ce0 |
0x00012d28 |
72 |
5% |
7474 |
.text.vNsLeaveNwk |
0x00012d28 |
0x00012d4c |
36 |
3% |
7476 |
.text.vNsTclkSendNodeDescReq |
0x00012d4c |
0x00012de4 |
152 |
9% |
7478 |
.text.BDB_eNsStartNwkSteering |
0x00012de4 |
0x00012e70 |
140 |
9% |
7480 |
.text.BDB_vNsTimerCb |
0x00012e70 |
0x00012f3c |
204 |
13% |
7483 |
.text.vNsTryNwkJoinAppCb |
0x00012f3c |
0x00012f40 |
4 |
1% |
7486 |
.text.vNsTryNwkJoin.constprop.0 |
0x00012f40 |
0x0001304c |
268 |
16% |
7490 |
.text.BDB_vNsStateMachine |
0x0001304c |
0x00013258 |
524 |
31% |
7492 |
Expected total in bdb_ns.o file: |
1696 |
Actual: |
1696 |
100% |
7468 |
Flash640 / .text / bdb_nf.o |
Start |
End |
Size |
% |
Line |
.text.BDB_vNfFormCentralizedNwk |
0x00013258 |
0x00013268 |
16 |
3% |
7495 |
.text.vNfRetryNwkFormation |
0x00013268 |
0x000132f4 |
140 |
20% |
7499 |
.text.vNfDiscoverNwk |
0x000132f4 |
0x00013380 |
140 |
20% |
7501 |
.text.BDB_vNfStateMachine |
0x00013380 |
0x0001348c |
268 |
38% |
7503 |
.text.BDB_eNfStartNwkFormation |
0x0001348c |
0x0001352c |
160 |
23% |
7506 |
Expected total in bdb_nf.o file: |
724 |
Actual: |
724 |
100% |
7495 |
Flash640 / .text / bdb_fb_common.o |
Start |
End |
Size |
% |
Line |
.text.BDB_vFbZclHandler |
0x0001352c |
0x00013538 |
12 |
100% |
7509 |
Expected total in bdb_fb_common.o file: |
12 |
Actual: |
12 |
100% |
7509 |
Flash640 / .text / bdb_fb_target.o |
Start |
End |
Size |
% |
Line |
.text.BDB_eFbTriggerAsTarget |
0x00013538 |
0x00013594 |
92 |
61% |
7512 |
.text.BDB_vFbHandleStopIdentification |
0x00013594 |
0x000135d0 |
60 |
40% |
7515 |
Expected total in bdb_fb_target.o file: |
152 |
Actual: |
152 |
100% |
7512 |
Flash640 / .text / pdum_nwk.o |
Start |
End |
Size |
% |
Line |
.text.eNPduFree |
0x000135d0 |
0x00013648 |
120 |
11% |
7518 |
.text.eAllocateNPDU |
0x00013648 |
0x000136a0 |
88 |
8% |
7520 |
.text.PDUM_eNPduAllocate |
0x000136a0 |
0x000136a4 |
4 |
1% |
7522 |
.text.PDUM_eNPduClone |
0x000136a4 |
0x000136e4 |
64 |
6% |
7525 |
.text.PDUM_eNPduInitDescending |
0x000136e4 |
0x000136f8 |
20 |
2% |
7529 |
.text.PDUM_eNPduInitAscending |
0x000136f8 |
0x00013712 |
26 |
3% |
7532 |
.text.PDUM_eNPduFree |
0x00013712 |
0x00013716 |
4 |
1% |
7535 |
.text.PDUM_eNPduClaimHeader |
0x00013716 |
0x00013732 |
28 |
3% |
7538 |
.text.PDUM_eNPduClaimFooter |
0x00013732 |
0x0001374e |
28 |
3% |
7541 |
.text.PDUM_eNPduClaimData |
0x0001374e |
0x000137a4 |
86 |
8% |
7544 |
.text.PDUM_eNPduAscend |
0x000137a4 |
0x000137c2 |
30 |
3% |
7547 |
.text.PDUM_eNPduDescend |
0x000137c2 |
0x000137e0 |
30 |
3% |
7550 |
.text.PDUM_eNPduPrependHeaderNBO |
0x000137e0 |
0x00013828 |
72 |
7% |
7553 |
.text.PDUM_eNPduAppendDataNBO |
0x00013828 |
0x00013872 |
74 |
7% |
7556 |
.text.PDUM_eNPduReadHeaderNBO |
0x00013872 |
0x000138b2 |
64 |
6% |
7559 |
.text.PDUM_eNPduReadFooterNBO |
0x000138b2 |
0x000138f0 |
62 |
6% |
7562 |
.text.PDUM_eNPduWriteFromBuffer |
0x000138f0 |
0x00013914 |
36 |
4% |
7565 |
.text.PDUM_eNPduWriteDataToBuffer |
0x00013914 |
0x0001396e |
90 |
8% |
7568 |
.text.PDUM_eNPduWriteDataFromBuffer |
0x0001396e |
0x000139c8 |
90 |
8% |
7571 |
.text.pdum_vNPduInit |
0x000139c8 |
0x00013a28 |
96 |
9% |
7575 |
.text.PDUM_u8GetMaxNpduUse |
0x00013a28 |
0x00013a34 |
12 |
2% |
7578 |
.text.PDUM_u8GetNpduUse |
0x00013a34 |
0x00013a40 |
12 |
2% |
7581 |
.text.PDUM_u8GetNpduPool |
0x00013a40 |
0x00013a4c |
12 |
2% |
7584 |
Expected total in pdum_nwk.o file: |
1148 |
Actual: |
1148 |
100% |
7518 |
Flash640 / .text / pdum_apl.o |
Start |
End |
Size |
% |
Line |
.text.PDUM_u16APduInstanceReadNBO |
0x00013a4c |
0x00013a80 |
52 |
10% |
7587 |
.text.PDUM_u16APduInstanceWriteNBO |
0x00013a80 |
0x00013acc |
76 |
15% |
7591 |
.text.PDUM_u16APduInstanceWriteStrNBO |
0x00013acc |
0x00013b14 |
72 |
14% |
7594 |
.text.PDUM_pvAPduInstanceGetPayload |
0x00013b14 |
0x00013b1a |
6 |
2% |
7597 |
.text.PDUM_u16APduInstanceGetPayloadSize |
0x00013b1a |
0x00013b20 |
6 |
2% |
7600 |
.text.PDUM_eAPduInstanceSetPayloadSize |
0x00013b20 |
0x00013b44 |
36 |
7% |
7603 |
.text.PDUM_hAPduAllocateAPduInstance |
0x00013b44 |
0x00013b74 |
48 |
10% |
7606 |
.text.PDUM_eAPduFreeAPduInstance |
0x00013b74 |
0x00013bf8 |
132 |
26% |
7609 |
.text.PDUM_thAPduInstanceGetApdu |
0x00013bf8 |
0x00013c0c |
20 |
4% |
7612 |
.text.PDUM_u16APduGetSize |
0x00013c0c |
0x00013c14 |
8 |
2% |
7615 |
.text.pdum_vAPduInit |
0x00013c14 |
0x00013c54 |
64 |
13% |
7619 |
Expected total in pdum_apl.o file: |
520 |
Actual: |
520 |
100% |
7587 |
Flash640 / .text / pdum.o |
Start |
End |
Size |
% |
Line |
.text.PDUM_u16SizeNBO |
0x00013c54 |
0x00013c9c |
72 |
10% |
7622 |
.text.pdum_u16WriteNBO |
0x00013c9c |
0x00013d74 |
216 |
29% |
7625 |
.text.pdum_u16WriteStrNBO |
0x00013d74 |
0x00013e76 |
258 |
34% |
7628 |
.text.pdum_u16ReadNBO |
0x00013e76 |
0x00013f4c |
214 |
29% |
7631 |
Expected total in pdum.o file: |
760 |
Actual: |
760 |
100% |
7622 |
Flash640 / .text / PDM_Create.c.obj |
Start |
End |
Size |
% |
Line |
.text.u8PDM_CalculateLargestDataRecordStored |
0x00013f4c |
0x00013f84 |
56 |
14% |
7635 |
.text.PDM_vErrorReport |
0x00013f84 |
0x00013f9c |
24 |
6% |
7638 |
.text.iPDM_CreateFileSystemInRAM |
0x00013f9c |
0x0001406c |
208 |
51% |
7641 |
.text.PDM_eInitialise |
0x0001406c |
0x000140e8 |
124 |
31% |
7644 |
Expected total in PDM_Create.c.obj file: |
412 |
Actual: |
412 |
100% |
7635 |
Flash640 / .text / PDM_FLASH.c.obj |
Start |
End |
Size |
% |
Line |
.text.vClearMarginCheckIndications |
0x000140e8 |
0x00014104 |
28 |
5% |
7647 |
.text.bPDM_InitialiseNVM |
0x00014104 |
0x00014108 |
4 |
1% |
7649 |
.text.vPDM_DisableNVM |
0x00014108 |
0x0001410c |
4 |
1% |
7652 |
.text.iPDM_FixWriteDataInNVM |
0x0001410c |
0x0001416c |
96 |
16% |
7656 |
.text.iPDM_EraseNVM |
0x0001416c |
0x000141f0 |
132 |
22% |
7659 |
.text.iPDM_TestNVMblank |
0x000141f0 |
0x0001421c |
44 |
8% |
7662 |
.text.iPDM_TestNVM |
0x0001421c |
0x00014288 |
108 |
18% |
7665 |
.text.iPDM_ReadDataFromNVM |
0x00014288 |
0x000142d8 |
80 |
13% |
7668 |
.text.iPDM_GetDataAddressFromNVM |
0x000142d8 |
0x00014314 |
60 |
10% |
7671 |
.text.vPDM_WriteDataToNVM |
0x00014314 |
0x0001435c |
72 |
12% |
7674 |
Expected total in PDM_FLASH.c.obj file: |
628 |
Actual: |
628 |
100% |
7647 |
Flash640 / .text / PDM_FileSystemData.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_ReadDataWithIdFromFileSystem |
0x0001435c |
0x00014418 |
188 |
26% |
7677 |
.text.PDM_eReadDataFromRecord |
0x00014418 |
0x000144c8 |
176 |
24% |
7680 |
.text.iPDM_WriteDataWithIdToFileSystem |
0x000144c8 |
0x00014640 |
376 |
51% |
7683 |
Expected total in PDM_FileSystemData.c.obj file: |
740 |
Actual: |
740 |
100% |
7677 |
Flash640 / .text / PDM_FileSystemDelete.c.obj |
Start |
End |
Size |
% |
Line |
.text.vPDM_DeleteAllSegmentsWithIdFromFileSystemList |
0x00014640 |
0x00014684 |
68 |
45% |
7686 |
.text.vPDM_DeleteSegmentsWithIdFromFileSystem |
0x00014684 |
0x000146a4 |
32 |
22% |
7688 |
.text.PDM_vDeleteDataRecord |
0x000146a4 |
0x000146d8 |
52 |
35% |
7691 |
Expected total in PDM_FileSystemDelete.c.obj file: |
152 |
Actual: |
152 |
100% |
7686 |
Flash640 / .text / PDM_FileSystemGenerate.c.obj |
Start |
End |
Size |
% |
Line |
.text.vPDM_GenerateCleanFileSystem |
0x000146d8 |
0x00014728 |
80 |
11% |
7694 |
.text.iPDM_GenerateFileSystemInRAM |
0x00014728 |
0x000149d8 |
688 |
90% |
7697 |
Expected total in PDM_FileSystemGenerate.c.obj file: |
768 |
Actual: |
768 |
100% |
7694 |
Flash640 / .text / PDM_FileSystemHeaderAccessFunctions.c.obj |
Start |
End |
Size |
% |
Line |
.text.ePDM_ReadFileSystemHeaderCopyIndex |
0x000149d8 |
0x000149e0 |
8 |
4% |
7700 |
.text.vPDM_WriteFileSystemHeaderValidState |
0x000149e0 |
0x000149ee |
14 |
6% |
7703 |
.text.ePDM_ReadFileSystemHeaderValidState |
0x000149ee |
0x000149f6 |
8 |
4% |
7706 |
.text.bPDM_ReadFileSystemHeaderFirstBit |
0x000149f6 |
0x000149fe |
8 |
4% |
7709 |
.text.bPDM_ReadFileSystemHeaderLastBit |
0x000149fe |
0x00014a08 |
10 |
4% |
7712 |
.text.vPDM_WriteFileSystemHeaderWearCount |
0x00014a08 |
0x00014a34 |
44 |
17% |
7716 |
.text.u32PDM_ReadFileSystemHeaderWearCount |
0x00014a34 |
0x00014a48 |
20 |
8% |
7719 |
.text.vPDM_WriteNVMsegmentHeaderChecksum |
0x00014a48 |
0x00014a4e |
6 |
3% |
7722 |
.text.u16PDM_ReadNVMsegmentHeaderChecksum |
0x00014a4e |
0x00014a5a |
12 |
5% |
7725 |
.text.u8PDM_CreateSegmentStatus |
0x00014a5a |
0x00014a84 |
42 |
17% |
7728 |
.text.u8PDM_CreateSequenceStatus |
0x00014a84 |
0x00014aaa |
38 |
15% |
7731 |
.text.u16PDM_ReadSegmentDataSize |
0x00014aaa |
0x00014ac2 |
24 |
10% |
7734 |
.text.u8PDM_ReadSequenceNumber |
0x00014ac2 |
0x00014adc |
26 |
10% |
7737 |
Expected total in PDM_FileSystemHeaderAccessFunctions.c.obj file: |
260 |
Actual: |
260 |
100% |
7700 |
Flash640 / .text / PDM_FileSystemHeaderRepair.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_RepairFileSystemRecord |
0x00014adc |
0x00014b68 |
140 |
39% |
7740 |
.text.iPDM_RepairFileSystemRecordAfterEccFail |
0x00014b68 |
0x00014bcc |
100 |
28% |
7743 |
.text.vPDM_GetMaximumAndMinimumSegmentWearCounts |
0x00014bcc |
0x00014c44 |
120 |
34% |
7746 |
Expected total in PDM_FileSystemHeaderRepair.c.obj file: |
360 |
Actual: |
360 |
100% |
7740 |
Flash640 / .text / PDM_FileSystemMove.c.obj |
Start |
End |
Size |
% |
Line |
.text.vPDM_MoveAllDataFromListToList |
0x00014c44 |
0x00014c8a |
70 |
16% |
7749 |
.text.vPDM_MoveAllDataWithBufferIdFromListToList |
0x00014c8a |
0x00014d12 |
136 |
30% |
7752 |
.text.vPDM_MoveFileRecordFromListToList |
0x00014d12 |
0x00014d34 |
34 |
8% |
7755 |
.text.vPDM_MoveAllDataToDeAllocList |
0x00014d34 |
0x00014d60 |
44 |
10% |
7759 |
.text.vPDM_MoveRecordToDeAllocList |
0x00014d60 |
0x00014d80 |
32 |
7% |
7762 |
.text.vPDM_MoveAllDataWithBufferIdAndStateFromListToList |
0x00014d80 |
0x00014e14 |
148 |
32% |
7765 |
Expected total in PDM_FileSystemMove.c.obj file: |
464 |
Actual: |
464 |
100% |
7749 |
Flash640 / .text / PDM_FileSystemVerify.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_SelectValidFileRecordInstance |
0x00014e14 |
0x00014f2c |
280 |
64% |
7769 |
.text.iPDM_VerifyDataSequenceWithBufferId |
0x00014f2c |
0x00014fcc |
160 |
37% |
7771 |
Expected total in PDM_FileSystemVerify.c.obj file: |
440 |
Actual: |
440 |
100% |
7769 |
Flash640 / .text / PDM_NVMheaderAccessFunctions.c.obj |
Start |
End |
Size |
% |
Line |
.text.vPDM_SetNVMandFileSystemValidState |
0x00014fcc |
0x00014ff2 |
38 |
100% |
7774 |
Expected total in PDM_NVMheaderAccessFunctions.c.obj file: |
38 |
Actual: |
38 |
100% |
7774 |
Flash640 / .text / PDM_NVMheaderReadAndWrite.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_ReadSegmentHeaderDataFromNVMsegment |
0x00014ff2 |
0x00015036 |
68 |
62% |
7777 |
.text.vPDM_WriteSegmentHeaderDataIntoNVMsegment |
0x00015036 |
0x00015060 |
42 |
39% |
7780 |
Expected total in PDM_NVMheaderReadAndWrite.c.obj file: |
110 |
Actual: |
110 |
100% |
7777 |
Flash640 / .text / PDM_NVMReadAndWrite.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_ReadUserDataFromNVMsegment |
0x00015060 |
0x000150ec |
140 |
59% |
7783 |
.text.iPDM_WriteFileSystemRecordAndSegmentDataIntoNVMsegment |
0x000150ec |
0x0001514e |
98 |
42% |
7786 |
Expected total in PDM_NVMReadAndWrite.c.obj file: |
238 |
Actual: |
238 |
100% |
7783 |
Flash640 / .text / PDM_NVMsegmentStatus.c.obj |
Start |
End |
Size |
% |
Line |
.text.bPDM_DoesNVMsegmentContainFileSystemHeader |
0x0001514e |
0x0001517e |
48 |
100% |
7789 |
Expected total in PDM_NVMsegmentStatus.c.obj file: |
48 |
Actual: |
48 |
100% |
7789 |
Flash640 / .text / PDM_SearchAndListOrder.c.obj |
Start |
End |
Size |
% |
Line |
.text.boSearchForWearCountInsertPoint |
0x0001517e |
0x00015194 |
22 |
6% |
7792 |
.text.bPDM_CompareRecordsForExactMatch |
0x00015194 |
0x000151cc |
56 |
14% |
7795 |
.text.boIdValueSearchMatch |
0x000151cc |
0x00015220 |
84 |
20% |
7797 |
.text.vPDM_AddFileSystemElementToListInAscendingWearCountOrder |
0x00015220 |
0x000152a0 |
128 |
31% |
7800 |
.text.iPDM_SearchForBufferIdInList |
0x000152a0 |
0x000152d4 |
52 |
13% |
7803 |
.text.iPDM_SearchForBufferIdInFileSystem |
0x000152d4 |
0x000152f0 |
28 |
7% |
7806 |
.text.iPDM_SearchForSpecificSegmentInList |
0x000152f0 |
0x00015324 |
52 |
13% |
7809 |
Expected total in PDM_SearchAndListOrder.c.obj file: |
422 |
Actual: |
422 |
100% |
7792 |
Flash640 / .text / PDM_Segment.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_WriteSegmentHeaderAndData |
0x00015324 |
0x000153ec |
200 |
55% |
7812 |
.text.iPDM_SegmentCopyAndAppendData |
0x000153ec |
0x00015494 |
168 |
46% |
7815 |
Expected total in PDM_Segment.c.obj file: |
368 |
Actual: |
368 |
100% |
7812 |
Flash640 / .text / PDM_SegmentData.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_ReadUserDataFromFileSystemRecord |
0x00015494 |
0x000154b4 |
32 |
32% |
7818 |
.text.iPDM_GetUserDataReferenceFromFileSystemRecord |
0x000154b4 |
0x000154da |
38 |
38% |
7821 |
.text.iPDM_WriteUserDataIntoSegment |
0x000154da |
0x000154f8 |
30 |
30% |
7824 |
Expected total in PDM_SegmentData.c.obj file: |
100 |
Actual: |
100 |
100% |
7818 |
Flash640 / .text / PDM_SegmentReplace.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_CompareDataInFileRecords |
0x000154f8 |
0x0001553c |
68 |
8% |
7827 |
.text.bPDM_FindLastMarkerSegment |
0x0001553c |
0x00015574 |
56 |
7% |
7829 |
.text.iPDM_ReconstructAtRunTimeReplacedDataTable |
0x00015574 |
0x00015678 |
260 |
29% |
7832 |
.text.iPDM_ReplaceChangedSegmentInSequence |
0x00015678 |
0x00015774 |
252 |
28% |
7835 |
.text.iPDM_ReconstructReplacedDataTable |
0x00015774 |
0x00015890 |
284 |
31% |
7838 |
Expected total in PDM_SegmentReplace.c.obj file: |
920 |
Actual: |
920 |
100% |
7827 |
Flash640 / .text / PDM_SegmentSequenceExtendDelete.c.obj |
Start |
End |
Size |
% |
Line |
.text.bPDM_IsSequenceAppended |
0x00015890 |
0x000158ac |
28 |
14% |
7841 |
.text.vPDM_DeleteAppendedSequence |
0x000158ac |
0x00015960 |
180 |
87% |
7844 |
Expected total in PDM_SegmentSequenceExtendDelete.c.obj file: |
208 |
Actual: |
208 |
100% |
7841 |
Flash640 / .text / PDM_SegmentSequenceExtendReconstruct.c.obj |
Start |
End |
Size |
% |
Line |
.text.boSegmentNumberDeleteSearchMatch |
0x00015960 |
0x00015974 |
20 |
4% |
7847 |
.text.iPDM_ReconstructExtendedSegmentSequence |
0x00015974 |
0x00015be8 |
628 |
97% |
7849 |
Expected total in PDM_SegmentSequenceExtendReconstruct.c.obj file: |
648 |
Actual: |
648 |
100% |
7847 |
Flash640 / .text / PDM_SegmentSequenceSave.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_DetermineSegmentSaveMechanism |
0x00015be8 |
0x00015ce8 |
256 |
38% |
7852 |
.text.vPDM_RecalculateMaximumRecordSize |
0x00015ce8 |
0x00015d18 |
48 |
8% |
7855 |
.text.PDM_eSaveRecordDataInternal |
0x00015d18 |
0x00015e88 |
368 |
55% |
7858 |
.text.PDM_eSaveRecordData |
0x00015e88 |
0x00015e8e |
6 |
1% |
7860 |
Expected total in PDM_SegmentSequenceSave.c.obj file: |
678 |
Actual: |
678 |
100% |
7852 |
Flash640 / .text / PDM_slist.c.obj |
Start |
End |
Size |
% |
Line |
.text.vSLISTinitialise |
0x00015e8e |
0x00015e96 |
8 |
3% |
7863 |
.text.psSLISTgetHead |
0x00015e96 |
0x00015e9a |
4 |
2% |
7866 |
.text.psSLISTgetTail |
0x00015e9a |
0x00015ea0 |
6 |
3% |
7869 |
.text.psSLISTgetNext |
0x00015ea0 |
0x00015ec0 |
32 |
12% |
7873 |
.text.vSLISTaddToTail |
0x00015ec0 |
0x00015ed6 |
22 |
8% |
7876 |
.text.vSLISTinsertAfter |
0x00015ed6 |
0x00015eec |
22 |
8% |
7879 |
.text.vSLISTaddToHead |
0x00015eec |
0x00015f00 |
20 |
7% |
7882 |
.text.psSLISTremove |
0x00015f00 |
0x00015f60 |
96 |
34% |
7886 |
.text.psSLISTsearch |
0x00015f60 |
0x00015f94 |
52 |
18% |
7889 |
.text.psSLISTsearchFromHead |
0x00015f94 |
0x00015f9a |
6 |
3% |
7892 |
.text.iSLISTnumberOfNodes |
0x00015f9a |
0x00015fb0 |
22 |
8% |
7895 |
Expected total in PDM_slist.c.obj file: |
290 |
Actual: |
290 |
100% |
7863 |
Flash640 / .text / PdmNoRtosStub.c.obj |
Start |
End |
Size |
% |
Line |
.text.PDM_vEnterCriticalSection |
0x00015fb0 |
0x00015fbc |
12 |
50% |
7899 |
.text.PDM_vExitCriticalSection |
0x00015fbc |
0x00015fc8 |
12 |
50% |
7902 |
Expected total in PdmNoRtosStub.c.obj file: |
24 |
Actual: |
24 |
100% |
7899 |
Flash640 / .text / PDM_FileSystem.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_CreateCandidateBufferList |
0x00015fc8 |
0x000160a4 |
220 |
49% |
7905 |
.text.iPDM_GetFileSystemBuffer |
0x000160a4 |
0x000160d0 |
44 |
10% |
7908 |
.text.u8PDM_CalculateSegmentsRequired |
0x000160d0 |
0x000160f8 |
40 |
9% |
7911 |
.text.vPDM_CreateFileSystemHeader |
0x000160f8 |
0x00016128 |
48 |
11% |
7914 |
.text.iPDM_GetLengthOfDataInBufferWithIdFromFileSystem |
0x00016128 |
0x00016178 |
80 |
18% |
7917 |
.text.u8PDM_CalculateFileSystemCapacity |
0x00016178 |
0x0001618c |
20 |
5% |
7920 |
Expected total in PDM_FileSystem.c.obj file: |
452 |
Actual: |
452 |
100% |
7905 |
Flash640 / .text / PDM_FileSystemHeaderChecksum.c.obj |
Start |
End |
Size |
% |
Line |
.text.u16PDM_CalculateRecordChecksum |
0x0001618c |
0x000161fc |
112 |
100% |
7923 |
Expected total in PDM_FileSystemHeaderChecksum.c.obj file: |
112 |
Actual: |
112 |
100% |
7923 |
Flash640 / .text / PDM_FileSystemHeaderVerify.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_ReCalculateWearCountAndChecksumAndWriteFileSystemHeader |
0x000161fc |
0x00016250 |
84 |
70% |
7926 |
.text.iPDM_VerifyFileSystemRecord |
0x00016250 |
0x00016274 |
36 |
30% |
7929 |
Expected total in PDM_FileSystemHeaderVerify.c.obj file: |
120 |
Actual: |
120 |
100% |
7926 |
Flash640 / .text / PDM_SegmentSequenceExtendFilter.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_FilterDuplicateAppendedSegmentsOnList |
0x00016274 |
0x000162ca |
86 |
18% |
7932 |
.text.vPDM_FilterDuplicateAppendedSegmentsFromList |
0x000162ca |
0x00016386 |
188 |
38% |
7934 |
.text.vPDM_FilterDuplicateSegmentsBySequenceNumberFromValidList |
0x00016386 |
0x000163de |
88 |
18% |
7937 |
.text.iPDM_SearchForReplacementAppendedSegment |
0x000163de |
0x0001646c |
142 |
29% |
7940 |
Expected total in PDM_SegmentSequenceExtendFilter.c.obj file: |
504 |
Actual: |
504 |
100% |
7932 |
Flash640 / .text / PDM_WearLevelling.c.obj |
Start |
End |
Size |
% |
Line |
.text.boSearchForWearCountSubstitute |
0x0001646c |
0x0001648c |
32 |
14% |
7943 |
.text.iPDM_GetWearLevelledBuffer |
0x0001648c |
0x00016554 |
200 |
87% |
7945 |
Expected total in PDM_WearLevelling.c.obj file: |
232 |
Actual: |
232 |
100% |
7943 |
Flash640 / .text / zps_apl_af.o |
Start |
End |
Size |
% |
Line |
.text.psFindSimpleDescContainer |
0x00016554 |
0x00016574 |
32 |
4% |
7948 |
.text.eAplAfCommonDataReq |
0x00016574 |
0x00016638 |
196 |
21% |
7950 |
.text.zps_eAplAfInit |
0x00016638 |
0x00016680 |
72 |
8% |
7952 |
.text.zps_eAplAfGetNodeDescriptor |
0x00016680 |
0x00016698 |
24 |
3% |
7955 |
.text.zps_eAplAfGetSimpleDescriptor |
0x00016698 |
0x000166dc |
68 |
8% |
7958 |
.text.zps_eAplAfUnicastDataReq |
0x000166dc |
0x00016724 |
72 |
8% |
7961 |
.text.zps_eAplAfUnicastAckDataReq |
0x00016724 |
0x0001676e |
74 |
8% |
7964 |
.text.zps_eAplAfUnicastIeeeDataReq |
0x0001676e |
0x000167a0 |
50 |
6% |
7967 |
.text.zps_eAplAfUnicastIeeeAckDataReq |
0x000167a0 |
0x000167d4 |
52 |
6% |
7970 |
.text.zps_eAplAfGroupDataReq |
0x000167d4 |
0x00016802 |
46 |
5% |
7973 |
.text.zps_eAplAfBroadcastDataReq |
0x00016802 |
0x00016846 |
68 |
8% |
7976 |
.text.zps_eAplAfBoundDataReq |
0x00016846 |
0x00016858 |
18 |
2% |
7979 |
.text.zps_eAplAfBoundAckDataReq |
0x00016858 |
0x0001686c |
20 |
3% |
7982 |
.text.ZPS_bIsGroupPresent |
0x0001686c |
0x0001689e |
50 |
6% |
7985 |
.text.vWrite16Nbo |
0x0001689e |
0x000168a6 |
8 |
1% |
7988 |
.text.u16Read16Nbo |
0x000168a6 |
0x000168aa |
4 |
1% |
7991 |
.text.vWrite32Nbo |
0x000168aa |
0x000168ba |
16 |
2% |
7994 |
.text.vWrite64Nbo |
0x000168ba |
0x000168d8 |
30 |
4% |
7997 |
.text.zps_eAfVerifyKeyReqRsp |
0x000168d8 |
0x00016914 |
60 |
7% |
8000 |
Expected total in zps_apl_af.o file: |
960 |
Actual: |
960 |
100% |
7948 |
Flash640 / .text / zps_apl_af_apsde.o |
Start |
End |
Size |
% |
Line |
.text.bCheckProfile |
0x00016914 |
0x00016954 |
64 |
5% |
8004 |
.text.vFillApduErrorEvent |
0x00016954 |
0x00016992 |
62 |
5% |
8006 |
.text.vFillDataIndStruct |
0x00016992 |
0x000169e8 |
86 |
7% |
8008 |
.text.vPostToEndpoint.part.0 |
0x000169e8 |
0x00016c04 |
540 |
40% |
8010 |
.text.zps_vAplAfHandleApsdeDcfmInd |
0x00016c04 |
0x00016dda |
470 |
35% |
8012 |
.text.zps_vHandleApsdeDataFragIndNotSupported |
0x00016dda |
0x00016e38 |
94 |
7% |
8015 |
.text.zps_vAplApsInitFragReceivePool |
0x00016e38 |
0x00016e64 |
44 |
4% |
8018 |
.text.zps_vSetIgnoreProfileCheck |
0x00016e64 |
0x00016e70 |
12 |
1% |
8022 |
Expected total in zps_apl_af_apsde.o file: |
1372 |
Actual: |
1372 |
100% |
8004 |
Flash640 / .text / zps_apl_task.o |
Start |
End |
Size |
% |
Line |
.text.psGetApsdeBuf |
0x00016e70 |
0x00016e76 |
6 |
1% |
8025 |
.text.psGetApsmeBuf |
0x00016e76 |
0x00016e7c |
6 |
1% |
8027 |
.text.psGetNldeBuf |
0x00016e7c |
0x00016e84 |
8 |
2% |
8029 |
.text.vPostNlmeDcfmInd |
0x00016e84 |
0x00016e88 |
4 |
1% |
8031 |
.text.vPostApsmeDcfmInd |
0x00016e88 |
0x00016e8c |
4 |
1% |
8033 |
.text.vPostApsdeDcfmInd |
0x00016e8c |
0x00016e90 |
4 |
1% |
8035 |
.text.vPostNldeDcfmInd |
0x00016e90 |
0x00016f0c |
124 |
21% |
8037 |
.text.psGetNlmeBuf |
0x00016f0c |
0x00016f14 |
8 |
2% |
8039 |
.text.zps_vAplAfTaskInit |
0x00016f14 |
0x00016f6c |
88 |
15% |
8041 |
.text.zps_vAplAfPostEvent |
0x00016f6c |
0x00016ff0 |
132 |
22% |
8044 |
.text.zps_taskZPS |
0x00016ff0 |
0x000170d8 |
232 |
38% |
8047 |
Expected total in zps_apl_task.o file: |
616 |
Actual: |
616 |
100% |
8025 |
Flash640 / .text / zps_apl_apsde.o |
Start |
End |
Size |
% |
Line |
.text.zps_u8AplApsTryFragmentation |
0x000170d8 |
0x0001711c |
68 |
3% |
8050 |
.text.zps_u8AplApsConstructAndPostLoopBackDataInd |
0x0001711c |
0x00017218 |
252 |
8% |
8053 |
.text.u8PostUnicastMsgToNHLE |
0x00017218 |
0x0001725c |
68 |
3% |
8055 |
.text.zps_vAplApsInitSyncMsgPool |
0x0001725c |
0x00017298 |
60 |
2% |
8057 |
.text.zps_u8AplApsFreeMsgHandle |
0x00017298 |
0x000172cc |
52 |
2% |
8060 |
.text.zps_u8AplApsGetMsgHandle |
0x000172cc |
0x000172ec |
32 |
2% |
8063 |
.text.ZPS_vAplRegisterApsdeDcfmIndCallbacks |
0x000172ec |
0x000172f6 |
10 |
1% |
8066 |
.text.zps_vAplApsFillNldeAndDescend |
0x000172f6 |
0x0001732c |
54 |
2% |
8069 |
.text.zps_vAplApsFillAndPostApsAck |
0x0001732c |
0x00017382 |
86 |
3% |
8072 |
.text.zps_vAplApsInitDcfmPool |
0x00017382 |
0x000173a8 |
38 |
2% |
8075 |
.text.zps_psApsApsAllocateDcfmRecord |
0x000173a8 |
0x00017414 |
108 |
4% |
8079 |
.text.zps_vApsApsFreeDcfmRecord |
0x00017414 |
0x0001741a |
6 |
1% |
8082 |
.text.zps_u8AplApsGetNextDcfmHandle |
0x0001741a |
0x00017430 |
22 |
1% |
8085 |
.text.zps_psApsApsGetDcfmRecord |
0x00017430 |
0x0001745a |
42 |
2% |
8088 |
.text.zps_vAplApsInitFragTransmitPool |
0x0001745a |
0x0001747c |
34 |
2% |
8091 |
.text.zps_vAplApsStopPollTimer |
0x0001747c |
0x000174f0 |
116 |
4% |
8094 |
.text.zps_vAplApsCheckAndStartPollTimer |
0x000174f0 |
0x0001752c |
60 |
2% |
8097 |
.text.eUnfragmentedUnicastTransmission |
0x0001752c |
0x000177a4 |
632 |
20% |
8101 |
.text.vAckTimeOutHandler |
0x000177a4 |
0x00017860 |
188 |
6% |
8103 |
.text.ZPS_vAplHandleApsdeReqRsp |
0x00017860 |
0x00017c4c |
1004 |
32% |
8106 |
.text.zps_vAplApsPollTimer |
0x00017c4c |
0x00017c88 |
60 |
2% |
8109 |
.text.vLoopbackTimerCallback |
0x00017c88 |
0x00017cb8 |
48 |
2% |
8112 |
.text.ZPS_vDefaultApsdeResources |
0x00017cb8 |
0x00017d40 |
136 |
5% |
8115 |
Expected total in zps_apl_apsde.o file: |
3176 |
Actual: |
3176 |
100% |
8050 |
Flash640 / .text / zps_apl_apsme.o |
Start |
End |
Size |
% |
Line |
.text.bIsBindTableMatch |
0x00017d40 |
0x00017d96 |
86 |
3% |
8118 |
.text.eRemoveEntryInBindingTable |
0x00017d96 |
0x00017e0c |
118 |
4% |
8120 |
.text.eMakeEntryInBindingTable.constprop.0 |
0x00017e0c |
0x00017eb0 |
164 |
5% |
8122 |
.text.eHandleRemoveEntryfromGroupTable |
0x00017eb0 |
0x00017f36 |
134 |
4% |
8124 |
.text.eHandleAddEntryToGroupTable |
0x00017f36 |
0x00017f76 |
64 |
2% |
8126 |
.text.ePopulatEndPointInGroupTable |
0x00017f76 |
0x00018018 |
162 |
5% |
8128 |
.text.psApsmeRequestKeyGetHandle |
0x00018018 |
0x00018074 |
92 |
3% |
8130 |
.text.ZPS_vAplRegisterApsmeDcfmIndCallbacks |
0x00018074 |
0x0001807e |
10 |
1% |
8133 |
.text.zps_eAplApsmeBindReqRsp |
0x0001807e |
0x0001812a |
172 |
5% |
8136 |
.text.zps_eAplApsmeUnBindReqRsp |
0x0001812a |
0x000181c8 |
158 |
5% |
8139 |
.text.zps_eAplApsmeAddGroupReqRsp |
0x000181c8 |
0x000181e4 |
28 |
1% |
8142 |
.text.zps_eAplApsmeRemoveGroupReqRsp |
0x000181e4 |
0x00018200 |
28 |
1% |
8145 |
.text.zps_eAplApsmeRemoveAllGroupsReqRsp |
0x00018200 |
0x00018230 |
48 |
2% |
8148 |
.text.zps_vInitAPSMECmdHdr |
0x00018230 |
0x00018264 |
52 |
2% |
8152 |
.text.zps_eAplApsmeCmdMgrSendCommand |
0x00018264 |
0x00018318 |
180 |
6% |
8155 |
.text.zps_eAplSendApsmeCmdFrame |
0x00018318 |
0x00018498 |
384 |
12% |
8158 |
.text.zps_eAplApsmeTransportKeyReqRsp |
0x00018498 |
0x00018670 |
472 |
14% |
8161 |
.text.zps_eAplApsmeUpdateDeviceReqRsp |
0x00018670 |
0x0001875c |
236 |
7% |
8164 |
.text.zps_eAplApsmeVerifyKeyReqRsp |
0x0001875c |
0x00018848 |
236 |
7% |
8167 |
.text.zps_eAplApsmeConfirmKeyReqRsp |
0x00018848 |
0x000188f8 |
176 |
6% |
8170 |
.text.zps_eAplApsmeRequestKeyReqRsp |
0x000188f8 |
0x0001897c |
132 |
4% |
8173 |
.text.zps_vAplApsmeCmdMgrRetryTimeout |
0x0001897c |
0x000189d0 |
84 |
3% |
8176 |
.text.zps_bAplApsmeCmdMgrHandleNldeCfm |
0x000189d0 |
0x00018ad0 |
256 |
8% |
8179 |
Expected total in zps_apl_apsme.o file: |
3472 |
Actual: |
3472 |
100% |
8118 |
Flash640 / .text / zps_apl_aps_nlde.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplApsInitDuplicateTable |
0x00018ad0 |
0x00018af4 |
36 |
1% |
8182 |
.text.ZPS_vRunningCRC32 |
0x00018af4 |
0x00018b1c |
40 |
2% |
8185 |
.text.bDuplicateCheck |
0x00018b1c |
0x00018ca4 |
392 |
11% |
8188 |
.text.zps_vAplApsHandleNldeDcfmInd |
0x00018ca4 |
0x0001990c |
3176 |
87% |
8190 |
.text.ZPS_vFinalCrc32 |
0x0001990c |
0x00019914 |
8 |
1% |
8193 |
Expected total in zps_apl_aps_nlde.o file: |
3652 |
Actual: |
3652 |
100% |
8182 |
Flash640 / .text / zps_apl_sec.o |
Start |
End |
Size |
% |
Line |
.text.vTransformKey.constprop.0 |
0x00019914 |
0x00019976 |
98 |
5% |
8196 |
.text.ZPS_u16crc |
0x00019976 |
0x000199ba |
68 |
4% |
8198 |
.text.zps_pvAesGetKeyFromInstallCode |
0x000199ba |
0x000199fe |
68 |
4% |
8201 |
.text.zps_vGenerateHashForVerifiedKey |
0x000199fe |
0x00019a1e |
32 |
2% |
8204 |
.text.zps_psFindKeyDescr |
0x00019a1e |
0x00019b1e |
256 |
13% |
8207 |
.text.ZPS_u8AplGetJoinStatus |
0x00019b1e |
0x00019b54 |
54 |
3% |
8210 |
.text.zps_eAplSecEncryptPacket |
0x00019b54 |
0x00019c6c |
280 |
15% |
8213 |
.text.zps_eAplSecDecryptPacket |
0x00019c6c |
0x00019f90 |
804 |
41% |
8216 |
.text.zps_vAplSecSetInitialSecurityState |
0x00019f90 |
0x0001a0ce |
318 |
17% |
8219 |
Expected total in zps_apl_sec.o file: |
1978 |
Actual: |
1978 |
100% |
8196 |
Flash640 / .text / zps_apl_aib.o |
Start |
End |
Size |
% |
Line |
.text.zps_psAplAibGetAib |
0x0001a0ce |
0x0001a0d2 |
4 |
2% |
8222 |
.text.zps_eAplAibSetApsUseExtendedPanId |
0x0001a0d2 |
0x0001a0e8 |
22 |
7% |
8225 |
.text.zps_eAplAibSetApsChannelMaskByMacID |
0x0001a0e8 |
0x0001a106 |
30 |
9% |
8228 |
.text.zps_eAplAibSetApsChannelMask |
0x0001a106 |
0x0001a120 |
26 |
8% |
8231 |
.text.zps_eAplAibSetApsTrustCenterAddress |
0x0001a120 |
0x0001a136 |
22 |
7% |
8234 |
.text.zps_eAplAibGetApsTrustCenterAddress |
0x0001a136 |
0x0001a13e |
8 |
3% |
8237 |
.text.zps_eAplAibRemoveBindTableEntryForMacAddress |
0x0001a13e |
0x0001a1bc |
126 |
37% |
8240 |
.text.zps_u8AplAibGetDeviceApsKeyType |
0x0001a1bc |
0x0001a228 |
108 |
32% |
8243 |
Expected total in zps_apl_aib.o file: |
346 |
Actual: |
346 |
100% |
8222 |
Flash640 / .text / zps_apl_zdo_nwkmanager.o |
Start |
End |
Size |
% |
Line |
.text.zps_vExpireRequestKeyReq |
0x0001a228 |
0x0001a262 |
58 |
1% |
8246 |
.text.vHandleUpdateDeviceIndication |
0x0001a262 |
0x0001a294 |
50 |
1% |
8248 |
.text.vLoadAplRecord |
0x0001a294 |
0x0001a2c4 |
48 |
1% |
8251 |
.text.zps_vAplInitFactoryNewDistributedNetwork |
0x0001a2c4 |
0x0001a3a8 |
228 |
3% |
8253 |
.text.vAplSecAuthPollTimerExpiry |
0x0001a3a8 |
0x0001a3e0 |
56 |
1% |
8255 |
.text.u32GetScanChannels.constprop.0 |
0x0001a3e0 |
0x0001a410 |
48 |
1% |
8257 |
.text.eStartNetworkDiscovery |
0x0001a410 |
0x0001a464 |
84 |
1% |
8259 |
.text.eRejoinNetwork |
0x0001a464 |
0x0001a50c |
168 |
2% |
8261 |
.text.eRequestNetworkFormation |
0x0001a50c |
0x0001a550 |
68 |
1% |
8263 |
.text.vOnMultiMacAuxChannelSelection |
0x0001a550 |
0x0001a590 |
64 |
1% |
8265 |
.text.vHandleSwitchKeyIndication |
0x0001a590 |
0x0001a5f4 |
100 |
2% |
8267 |
.text.zps_vAplSaveRecord |
0x0001a5f4 |
0x0001a6d8 |
228 |
3% |
8269 |
.text.vAplSecRemoveLinkKey |
0x0001a6d8 |
0x0001a798 |
192 |
3% |
8272 |
.text.vAplSecAuthTimerExpiry |
0x0001a798 |
0x0001a81c |
132 |
2% |
8274 |
.text.zps_vSaveAllZpsRecords |
0x0001a81c |
0x0001a840 |
36 |
1% |
8276 |
.text.bGetInstallCode |
0x0001a840 |
0x0001a868 |
40 |
1% |
8280 |
.text.ZPS_vSetKeys |
0x0001a868 |
0x0001a8f0 |
136 |
2% |
8283 |
.text.ZPS_vAplSetMacParameters |
0x0001a8f0 |
0x0001a960 |
112 |
2% |
8286 |
.text.zps_vAplLoadPersistedApsRecords |
0x0001a960 |
0x0001aadc |
380 |
5% |
8289 |
.text.zps_eAplZdoInit |
0x0001aadc |
0x0001acf0 |
532 |
7% |
8292 |
.text.zps_eAplZdoGetDeviceType |
0x0001acf0 |
0x0001acf8 |
8 |
1% |
8295 |
.text.zps_eAplZdoStartStack |
0x0001acf8 |
0x0001adfc |
260 |
3% |
8299 |
.text.zps_eAplZdoRejoinNetwork |
0x0001adfc |
0x0001ae70 |
116 |
2% |
8302 |
.text.zps_pvAplZdoGetNwkHandle |
0x0001ae70 |
0x0001ae74 |
4 |
1% |
8305 |
.text.zps_psAplZdoGetNib |
0x0001ae74 |
0x0001ae78 |
4 |
1% |
8308 |
.text.zps_eAplZdoJoinNetwork |
0x0001ae78 |
0x0001af18 |
160 |
2% |
8311 |
.text.zps_eAplZdoLeaveNetwork |
0x0001af18 |
0x0001af54 |
60 |
1% |
8314 |
.text.zps_eAplZdoRequestKeyReq |
0x0001af54 |
0x0001afb4 |
96 |
2% |
8317 |
.text.zps_bAplZdoTrustCenterGetDevicePermissions |
0x0001afb4 |
0x0001b008 |
84 |
1% |
8320 |
.text.zps_eAplZdoAddReplaceLinkKey_W |
0x0001b008 |
0x0001b0d8 |
208 |
3% |
8323 |
.text.zps_eAplZdoRemoveLinkKey |
0x0001b0d8 |
0x0001b158 |
128 |
2% |
8326 |
.text.eDiscoverNetworks |
0x0001b158 |
0x0001b19c |
68 |
1% |
8329 |
.text.zps_eAplZdoDiscoverNetworks |
0x0001b19c |
0x0001b1cc |
48 |
1% |
8333 |
.text.eStartRouter |
0x0001b1cc |
0x0001b29c |
208 |
3% |
8336 |
.text.vHandleNwkKeyTransport.constprop.0 |
0x0001b29c |
0x0001b420 |
388 |
5% |
8339 |
.text.zps_bPerformLeaveActionDecider |
0x0001b420 |
0x0001b43c |
28 |
1% |
8341 |
.text.vHandleRemoveDeviceIndication |
0x0001b43c |
0x0001b524 |
232 |
3% |
8344 |
.text.zps_vAplZdoHandleApsmeDcfmInd |
0x0001b524 |
0x0001b716 |
498 |
6% |
8347 |
.text.ZPS_u8NwkManagerState |
0x0001b716 |
0x0001b722 |
12 |
1% |
8350 |
.text.ZPS_u16AplGetUnAuthenTimeoutValue |
0x0001b722 |
0x0001b72e |
12 |
1% |
8353 |
.text.zps_vPurgeAddressMap |
0x0001b72e |
0x0001b77e |
80 |
1% |
8356 |
.text.ZPS_bIsMacAddressUsedInApsTable |
0x0001b77e |
0x0001b852 |
212 |
3% |
8359 |
.text.ZPS_vSwapApsTableEntries |
0x0001b852 |
0x0001b932 |
224 |
3% |
8362 |
.text.ZPS_vRemoveMacTableEntry |
0x0001b932 |
0x0001b984 |
82 |
1% |
8365 |
.text.ZPS_vSecondTimerCallback |
0x0001b984 |
0x0001ba2c |
168 |
2% |
8368 |
.text.zps_vDefaultStack |
0x0001ba2c |
0x0001bb80 |
340 |
4% |
8371 |
.text.zps_eAplZdoStartRouter |
0x0001bb80 |
0x0001bc2e |
174 |
2% |
8374 |
.text.zps_eAplFormDistributedNetworkRouter |
0x0001bc2e |
0x0001bc48 |
26 |
1% |
8377 |
.text.ZPS_u8AplGetMaxPayloadSize |
0x0001bc48 |
0x0001bc58 |
16 |
1% |
8380 |
.text.ZPS_bAplDoesDeviceSupportFragmentation |
0x0001bc58 |
0x0001bc64 |
12 |
1% |
8383 |
.text.ZPS_psGetNetworkDescriptors |
0x0001bc64 |
0x0001bc78 |
20 |
1% |
8386 |
.text.ZPS_vNMPurgeEntry |
0x0001bc78 |
0x0001bd90 |
280 |
4% |
8389 |
.text.zps_vAplZdoHandleNlmeDcfmInd |
0x0001bd90 |
0x0001c47c |
1772 |
21% |
8392 |
.text.zps_pu8AplZdoGetVsOUI |
0x0001c47c |
0x0001c480 |
4 |
1% |
8395 |
Expected total in zps_apl_zdo_nwkmanager.o file: |
8792 |
Actual: |
8792 |
100% |
8246 |
Flash640 / .text / zps_apl_zdo_handle_zdp_event.o |
Start |
End |
Size |
% |
Line |
.text.zps_bAplZdoHandleZdpEvent |
0x0001c480 |
0x0001c608 |
392 |
100% |
8398 |
Expected total in zps_apl_zdo_handle_zdp_event.o file: |
392 |
Actual: |
392 |
100% |
8398 |
Flash640 / .text / zps_apl_zdo_trust_center.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplTrustCenterFindDevice |
0x0001c608 |
0x0001c64a |
66 |
87% |
8401 |
.text.ZPS_vSetTCLockDownOverride |
0x0001c64a |
0x0001c654 |
10 |
14% |
8404 |
Expected total in zps_apl_zdo_trust_center.o file: |
76 |
Actual: |
76 |
100% |
8401 |
Flash640 / .text / zps_apl_zdo_common.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdoNlmeleaveWrapper |
0x0001c654 |
0x0001c704 |
176 |
49% |
8407 |
.text.zps_eAplZdoNlmePermitJoiningWrapper |
0x0001c704 |
0x0001c72e |
42 |
12% |
8410 |
.text.zps_eAplZdoSendZdpResponse |
0x0001c72e |
0x0001c770 |
66 |
19% |
8413 |
.text.zps_bAplZdoServerHandleConfirmAcks |
0x0001c770 |
0x0001c7c0 |
80 |
22% |
8416 |
Expected total in zps_apl_zdo_common.o file: |
364 |
Actual: |
364 |
100% |
8407 |
Flash640 / .text / zps_apl_zdo_group.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdoGroupEndpointAdd |
0x0001c7c0 |
0x0001c80c |
76 |
42% |
8419 |
.text.zps_eAplZdoGroupEndpointRemove |
0x0001c80c |
0x0001c844 |
56 |
31% |
8422 |
.text.zps_eAplZdoGroupAllEndpointRemove |
0x0001c844 |
0x0001c878 |
52 |
29% |
8425 |
Expected total in zps_apl_zdo_group.o file: |
184 |
Actual: |
184 |
100% |
8419 |
Flash640 / .text / zps_apl_zdo_default_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoDefaultServerInit |
0x0001c878 |
0x0001c87c |
4 |
1% |
8428 |
.text.zps_bAplZdoDefaultServer |
0x0001c87c |
0x0001cac4 |
584 |
100% |
8431 |
Expected total in zps_apl_zdo_default_server.o file: |
588 |
Actual: |
588 |
100% |
8428 |
Flash640 / .text / zps_apl_mac_isr.o |
Start |
End |
Size |
% |
Line |
.text.vPostVsMcpsDcfmInd |
0x0001cac4 |
0x0001cbc0 |
252 |
39% |
8434 |
.text.vPostMcpsDcfmInd |
0x0001cbc0 |
0x0001cbc4 |
4 |
1% |
8436 |
.text.vPostMlmeDcfmInd |
0x0001cbc4 |
0x0001cc60 |
156 |
24% |
8438 |
.text.zps_vAplAfIsrInit |
0x0001cc60 |
0x0001cc88 |
40 |
7% |
8441 |
.text.zps_vAplAfPostTimerEvent |
0x0001cc88 |
0x0001ccdc |
84 |
13% |
8444 |
.text.zps_vAplAfPostImmediateToTimerQueue |
0x0001ccdc |
0x0001ccf8 |
28 |
5% |
8447 |
.text.ZPS_bAplPeekQueueForRejoinRequest |
0x0001ccf8 |
0x0001cd50 |
88 |
14% |
8451 |
Expected total in zps_apl_mac_isr.o file: |
652 |
Actual: |
652 |
100% |
8434 |
Flash640 / .text / zps_apl_zdo_nwk_addr_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoNwkAddrServerInit |
0x0001cd50 |
0x0001cd54 |
4 |
1% |
8454 |
.text.vZdoNwkAddrServerSendExtendResponse |
0x0001cd54 |
0x0001cda0 |
76 |
18% |
8457 |
.text.zps_bAplZdoNwkAddrServer |
0x0001cda0 |
0x0001cefc |
348 |
82% |
8460 |
Expected total in zps_apl_zdo_nwk_addr_server.o file: |
428 |
Actual: |
428 |
100% |
8454 |
Flash640 / .text / zps_apl_zdo_ieee_addr_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoIeeeAddrServerInit |
0x0001cefc |
0x0001cf00 |
4 |
1% |
8463 |
.text.vZdoIeeeAddrServerSendExtendResponse |
0x0001cf00 |
0x0001cf4c |
76 |
19% |
8466 |
.text.zps_bAplZdoIeeeAddrServer |
0x0001cf4c |
0x0001d094 |
328 |
81% |
8469 |
Expected total in zps_apl_zdo_ieee_addr_server.o file: |
408 |
Actual: |
408 |
100% |
8463 |
Flash640 / .text / zps_apl_zdo_match_desc_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoMatchDescServerInit |
0x0001d094 |
0x0001d098 |
4 |
1% |
8472 |
.text.zps_bAplZdoMatchDescServer |
0x0001d098 |
0x0001d380 |
744 |
100% |
8475 |
Expected total in zps_apl_zdo_match_desc_server.o file: |
748 |
Actual: |
748 |
100% |
8472 |
Flash640 / .text / zps_apl_zdo_node_desc_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoNodeDescServerInit |
0x0001d380 |
0x0001d384 |
4 |
2% |
8478 |
.text.zps_bAplZdoNodeDescServer |
0x0001d384 |
0x0001d4c0 |
316 |
99% |
8481 |
Expected total in zps_apl_zdo_node_desc_server.o file: |
320 |
Actual: |
320 |
100% |
8478 |
Flash640 / .text / zps_apl_zdo_simple_desc_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoSimpleDescServerInit |
0x0001d4c0 |
0x0001d4c4 |
4 |
1% |
8484 |
.text.zps_bAplZdoSimpleDescServer |
0x0001d4c4 |
0x0001d6dc |
536 |
100% |
8487 |
Expected total in zps_apl_zdo_simple_desc_server.o file: |
540 |
Actual: |
540 |
100% |
8484 |
Flash640 / .text / zps_apl_zdo_power_desc_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoPowerDescServerInit |
0x0001d6dc |
0x0001d6e0 |
4 |
2% |
8490 |
.text.zps_bAplZdoPowerDescServer |
0x0001d6e0 |
0x0001d7d0 |
240 |
99% |
8493 |
Expected total in zps_apl_zdo_power_desc_server.o file: |
244 |
Actual: |
244 |
100% |
8490 |
Flash640 / .text / zps_apl_zdo_active_ep_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoActiveEpServerInit |
0x0001d7d0 |
0x0001d7d4 |
4 |
2% |
8496 |
.text.zps_bAplZdoActiveEpServer |
0x0001d7d4 |
0x0001d8b0 |
220 |
99% |
8499 |
Expected total in zps_apl_zdo_active_ep_server.o file: |
224 |
Actual: |
224 |
100% |
8496 |
Flash640 / .text / zps_apl_zdo_device_annce_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoDeviceAnnceServerInit |
0x0001d8b0 |
0x0001d8b4 |
4 |
1% |
8502 |
.text.zps_bAplZdoDeviceAnnceServer |
0x0001d8b4 |
0x0001da5c |
424 |
97% |
8506 |
.text.zps_vRegisterAliasPresentCallback |
0x0001da5c |
0x0001da68 |
12 |
3% |
8509 |
Expected total in zps_apl_zdo_device_annce_server.o file: |
440 |
Actual: |
440 |
100% |
8502 |
Flash640 / .text / zps_apl_zdo_parent_annce_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoParentAnnceServerInit |
0x0001da68 |
0x0001da88 |
32 |
5% |
8512 |
.text.zps_bAplZdoParentAnnceServer |
0x0001da88 |
0x0001dc08 |
384 |
54% |
8515 |
.text.ZPS_vSendParentAnnounce |
0x0001dc08 |
0x0001dd3c |
308 |
43% |
8518 |
Expected total in zps_apl_zdo_parent_annce_server.o file: |
724 |
Actual: |
724 |
100% |
8512 |
Flash640 / .text / zps_apl_zdo_permit_joining_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoPermitJoiningServerInit |
0x0001dd3c |
0x0001dd40 |
4 |
2% |
8521 |
.text.zps_bAplZdoPermitJoiningServer |
0x0001dd40 |
0x0001de14 |
212 |
99% |
8524 |
Expected total in zps_apl_zdo_permit_joining_server.o file: |
216 |
Actual: |
216 |
100% |
8521 |
Flash640 / .text / zps_apl_zdo_system_server_discovery_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoSystemServerDiscoveryServerInit |
0x0001de14 |
0x0001de18 |
4 |
3% |
8527 |
.text.zps_bAplZdoSystemServerDiscoveryServer |
0x0001de18 |
0x0001dea0 |
136 |
98% |
8530 |
Expected total in zps_apl_zdo_system_server_discovery_server.o file: |
140 |
Actual: |
140 |
100% |
8527 |
Flash640 / .text / zps_apl_zdo_mgmt_lqi_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoMgmtLqiServerInit |
0x0001dea0 |
0x0001dea4 |
4 |
1% |
8533 |
.text.zps_bAplZdoMgmtLqiServer |
0x0001dea4 |
0x0001e0a0 |
508 |
100% |
8536 |
Expected total in zps_apl_zdo_mgmt_lqi_server.o file: |
512 |
Actual: |
512 |
100% |
8533 |
Flash640 / .text / zps_apl_zdo_mgmt_rtg_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoMgmtRtgServerInit |
0x0001e0a0 |
0x0001e0a4 |
4 |
2% |
8539 |
.text.zps_bAplZdoMgmtRtgServer |
0x0001e0a4 |
0x0001e1c8 |
292 |
99% |
8542 |
Expected total in zps_apl_zdo_mgmt_rtg_server.o file: |
296 |
Actual: |
296 |
100% |
8539 |
Flash640 / .text / zps_apl_zdo_mgmt_leave_server.o |
Start |
End |
Size |
% |
Line |
.text.bSendResponse |
0x0001e1c8 |
0x0001e210 |
72 |
12% |
8545 |
.text.zps_vAplZdoMgmtLeaveServerInit |
0x0001e210 |
0x0001e21c |
12 |
2% |
8547 |
.text.zps_bAplZdoMgmtLeaveServer |
0x0001e21c |
0x0001e428 |
524 |
87% |
8551 |
Expected total in zps_apl_zdo_mgmt_leave_server.o file: |
608 |
Actual: |
608 |
100% |
8545 |
Flash640 / .text / zps_apl_zdo_mgmt_nwk_update_server.o |
Start |
End |
Size |
% |
Line |
.text.vStartScanTimerExpiry |
0x0001e428 |
0x0001e4c0 |
152 |
10% |
8554 |
.text.zps_vAplZdoMgmtNWKUpdateServerInit |
0x0001e4c0 |
0x0001e4d8 |
24 |
2% |
8556 |
.text.u16CalculateFailedTxCount |
0x0001e4d8 |
0x0001e504 |
44 |
3% |
8559 |
.text.zps_bAplZdoMgmtNWKUpdateServer |
0x0001e504 |
0x0001ea28 |
1316 |
80% |
8563 |
.text.vResetFailedTxCount |
0x0001ea28 |
0x0001ea4c |
36 |
3% |
8566 |
.text.vChangeChannelTimerExpiry |
0x0001ea4c |
0x0001ea9a |
78 |
5% |
8569 |
Expected total in zps_apl_zdo_mgmt_nwk_update_server.o file: |
1650 |
Actual: |
1650 |
100% |
8554 |
Flash640 / .text / zps_apl_zdo_bind_unbind_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoBindUnbindServerInit |
0x0001ea9a |
0x0001eaa0 |
6 |
1% |
8571 |
.text.u8ZdoBindUnbindServerUnpackApdu |
0x0001eaa0 |
0x0001eae4 |
68 |
10% |
8575 |
.text.vAplZdoBindUnbindServerMapApsmeToZdp |
0x0001eae4 |
0x0001eb24 |
64 |
9% |
8578 |
.text.bAplZdoBindUnbindServerProcessApdu |
0x0001eb24 |
0x0001ecc8 |
420 |
59% |
8582 |
.text.zps_bAplZdoBindUnbindServer |
0x0001ecc8 |
0x0001ed64 |
156 |
22% |
8585 |
Expected total in zps_apl_zdo_bind_unbind_server.o file: |
714 |
Actual: |
714 |
100% |
8571 |
Flash640 / .text / zps_apl_zdo_bound_data_request_manager.o |
Start |
End |
Size |
% |
Line |
.text.zps_bAplZdoBindRequestServer |
0x0001ed64 |
0x0001eea8 |
324 |
16% |
8588 |
.text.zps_eAplZdoBdrmRequestSend |
0x0001eea8 |
0x0001ef40 |
152 |
8% |
8591 |
.text.zps_vAplZdoBindRequestServerInit |
0x0001ef40 |
0x0001efcc |
140 |
7% |
8594 |
.text.zps_eAplAfBoundDataReqNonBlocking |
0x0001efcc |
0x0001f194 |
456 |
23% |
8597 |
.text.ZPS_vResetBoundServerContext |
0x0001f194 |
0x0001f1e4 |
80 |
4% |
8600 |
.text.vZdoBdrmBackStopTimerExpiry |
0x0001f1e4 |
0x0001f204 |
32 |
2% |
8603 |
.text.vZdoBdrmSendNextTimedRequest |
0x0001f204 |
0x0001f554 |
848 |
42% |
8606 |
Expected total in zps_apl_zdo_bound_data_request_manager.o file: |
2032 |
Actual: |
2032 |
100% |
8588 |
Flash640 / .text / zps_apl_zdo_nwkmanager_client.o |
Start |
End |
Size |
% |
Line |
.text.eSendDeviceAnnounce |
0x0001f554 |
0x0001f640 |
236 |
36% |
8609 |
.text.zps_vAplZdoClientLookupNwkAddress |
0x0001f640 |
0x0001f6dc |
156 |
24% |
8611 |
.text.zps_vAplZdoZdoClientInit |
0x0001f6dc |
0x0001f6e8 |
12 |
2% |
8614 |
.text.zps_bAplZdoZdoClient |
0x0001f6e8 |
0x0001f7f0 |
264 |
40% |
8618 |
Expected total in zps_apl_zdo_nwkmanager_client.o file: |
668 |
Actual: |
668 |
100% |
8609 |
Flash640 / .text / zps_apl_zdo_mgmt_bind_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoMgmtBindServerInit |
0x0001f7f0 |
0x0001f7f4 |
4 |
1% |
8621 |
.text.zps_bAplZdoMgmtBindServer |
0x0001f7f4 |
0x0001f9e0 |
492 |
100% |
8624 |
Expected total in zps_apl_zdo_mgmt_bind_server.o file: |
496 |
Actual: |
496 |
100% |
8621 |
Flash640 / .text / zps_apl_zdp_apsde_req.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpApsdeReqInternal |
0x0001f9e0 |
0x0001fa78 |
152 |
38% |
8627 |
.text.zps_eAplZdpRequestApsdeReq |
0x0001fa78 |
0x0001faf8 |
128 |
32% |
8630 |
.text.zps_eAplZdpResponseApsdeReq |
0x0001faf8 |
0x0001fb0c |
20 |
5% |
8633 |
.text.zps_eAplZdpGenStatusOnlyResponse |
0x0001fb0c |
0x0001fb78 |
108 |
27% |
8636 |
Expected total in zps_apl_zdp_apsde_req.o file: |
408 |
Actual: |
408 |
100% |
8627 |
Flash640 / .text / zps_apl_zdp_device_annce.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpDeviceAnnceRequest |
0x0001fb78 |
0x0001fbe0 |
104 |
100% |
8639 |
Expected total in zps_apl_zdp_device_annce.o file: |
104 |
Actual: |
104 |
100% |
8639 |
Flash640 / .text / zps_apl_zdp_ieee_addr_req.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpIeeeAddrRequest |
0x0001fbe0 |
0x0001fc48 |
104 |
100% |
8642 |
Expected total in zps_apl_zdp_ieee_addr_req.o file: |
104 |
Actual: |
104 |
100% |
8642 |
Flash640 / .text / zps_apl_zdp_match_desc_req.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpMatchDescRequest |
0x0001fc48 |
0x0001fd00 |
184 |
100% |
8645 |
Expected total in zps_apl_zdp_match_desc_req.o file: |
184 |
Actual: |
184 |
100% |
8645 |
Flash640 / .text / zps_apl_zdp_mgmt_permit_joining_req.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpMgmtPermitJoiningRequest |
0x0001fd00 |
0x0001fdb4 |
180 |
100% |
8648 |
Expected total in zps_apl_zdp_mgmt_permit_joining_req.o file: |
180 |
Actual: |
180 |
100% |
8648 |
Flash640 / .text / zps_apl_zdp_node_desc_req.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpNodeDescRequest |
0x0001fdb4 |
0x0001fe30 |
124 |
100% |
8651 |
Expected total in zps_apl_zdp_node_desc_req.o file: |
124 |
Actual: |
124 |
100% |
8651 |
Flash640 / .text / zps_apl_zdp_nwk_addr_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpNwkAddrResponse |
0x0001fe30 |
0x0001fefc |
204 |
100% |
8654 |
Expected total in zps_apl_zdp_nwk_addr_rsp.o file: |
204 |
Actual: |
204 |
100% |
8654 |
Flash640 / .text / zps_apl_zdp_ieee_addr_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpIeeeAddrResponse |
0x0001fefc |
0x0001ffc8 |
204 |
100% |
8657 |
Expected total in zps_apl_zdp_ieee_addr_rsp.o file: |
204 |
Actual: |
204 |
100% |
8657 |
Flash640 / .text / zps_apl_zdp_node_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpNodeDescResponse |
0x0001ffc8 |
0x00020068 |
160 |
100% |
8660 |
Expected total in zps_apl_zdp_node_desc_rsp.o file: |
160 |
Actual: |
160 |
100% |
8660 |
Flash640 / .text / zps_apl_zdp_parent_annce_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpParentAnnceResponse |
0x00020068 |
0x00020114 |
172 |
100% |
8663 |
Expected total in zps_apl_zdp_parent_annce_rsp.o file: |
172 |
Actual: |
172 |
100% |
8663 |
Flash640 / .text / zps_apl_zdp_power_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpPowerDescResponse |
0x00020114 |
0x000201a4 |
144 |
100% |
8666 |
Expected total in zps_apl_zdp_power_desc_rsp.o file: |
144 |
Actual: |
144 |
100% |
8666 |
Flash640 / .text / zps_apl_zdp_simple_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpSimpleDescResponse |
0x000201a4 |
0x00020284 |
224 |
100% |
8669 |
Expected total in zps_apl_zdp_simple_desc_rsp.o file: |
224 |
Actual: |
224 |
100% |
8669 |
Flash640 / .text / zps_apl_zdp_active_ep_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpActiveEpResponse |
0x00020284 |
0x00020310 |
140 |
100% |
8672 |
Expected total in zps_apl_zdp_active_ep_rsp.o file: |
140 |
Actual: |
140 |
100% |
8672 |
Flash640 / .text / zps_apl_zdp_match_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpMatchDescResponse |
0x00020310 |
0x0002039c |
140 |
100% |
8675 |
Expected total in zps_apl_zdp_match_desc_rsp.o file: |
140 |
Actual: |
140 |
100% |
8675 |
Flash640 / .text / zps_apl_zdp_system_server_discovery_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpSystemServerDiscoveryResponse |
0x0002039c |
0x00020410 |
116 |
100% |
8678 |
Expected total in zps_apl_zdp_system_server_discovery_rsp.o file: |
116 |
Actual: |
116 |
100% |
8678 |
Flash640 / .text / zps_apl_zdp_bind_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpBindResponse |
0x00020410 |
0x00020436 |
38 |
100% |
8681 |
Expected total in zps_apl_zdp_bind_rsp.o file: |
38 |
Actual: |
38 |
100% |
8681 |
Flash640 / .text / zps_apl_zdp_unbind_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpUnbindResponse |
0x00020436 |
0x0002045c |
38 |
100% |
8684 |
Expected total in zps_apl_zdp_unbind_rsp.o file: |
38 |
Actual: |
38 |
100% |
8684 |
Flash640 / .text / zps_apl_zdp_mgmt_lqi_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpMgmtLqiResponse |
0x0002045c |
0x0002054c |
240 |
100% |
8687 |
Expected total in zps_apl_zdp_mgmt_lqi_rsp.o file: |
240 |
Actual: |
240 |
100% |
8687 |
Flash640 / .text / zps_apl_zdp_mgmt_rtg_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpMgmtRtgResponse |
0x0002054c |
0x00020608 |
188 |
100% |
8690 |
Expected total in zps_apl_zdp_mgmt_rtg_rsp.o file: |
188 |
Actual: |
188 |
100% |
8690 |
Flash640 / .text / zps_apl_zdp_mgmt_leave_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpMgmtLeaveResponse |
0x00020608 |
0x00020630 |
40 |
100% |
8693 |
Expected total in zps_apl_zdp_mgmt_leave_rsp.o file: |
40 |
Actual: |
40 |
100% |
8693 |
Flash640 / .text / zps_apl_zdp_mgmt_nwk_update_notify_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpMgmtNwkUpdateNotifyResponse |
0x00020630 |
0x000206d8 |
168 |
100% |
8697 |
Expected total in zps_apl_zdp_mgmt_nwk_update_notify_rsp.o file: |
168 |
Actual: |
168 |
100% |
8697 |
Flash640 / .text / zps_apl_zdp_mgmt_permit_joining_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpMgmtPermitJoiningResponse |
0x000206d8 |
0x000206fe |
38 |
100% |
8700 |
Expected total in zps_apl_zdp_mgmt_permit_joining_rsp.o file: |
38 |
Actual: |
38 |
100% |
8700 |
Flash640 / .text / zps_mac_common.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_eMacRadioTypeFromPage |
0x000206fe |
0x0002070c |
14 |
4% |
8703 |
.text.ZPS_eMacRadioTypeFromChannelMask |
0x0002070c |
0x00020714 |
8 |
3% |
8706 |
.text.ZPS_eMacValidateChannelMask |
0x00020714 |
0x00020734 |
32 |
9% |
8710 |
.text.ZPS_u8MacGetChannelOffsetFromPage |
0x00020734 |
0x00020744 |
16 |
5% |
8713 |
.text.ZPS_u8MacGetLowChanForPage |
0x00020744 |
0x00020754 |
16 |
5% |
8716 |
.text.ZPS_u8MacGetHighChanForPage |
0x00020754 |
0x00020764 |
16 |
5% |
8719 |
.text.ZPS_u8MacGetChannelOffsetFromMask |
0x00020764 |
0x0002076a |
6 |
2% |
8722 |
.text.ZPS_u32MacGetChannelMaskFromNum |
0x0002076a |
0x000207b0 |
70 |
19% |
8725 |
.text.ZPS_u8MacPibGetBeaconPayloadLength |
0x000207b0 |
0x000207bc |
12 |
4% |
8729 |
.text.ZPS_u8MacPibGetBeaconPayload |
0x000207bc |
0x000207d0 |
20 |
6% |
8732 |
.text.ZPS_bMacGetEnhancedMode |
0x000207d0 |
0x000207dc |
12 |
4% |
8735 |
.text.zps_bMacConvertEnhancedBeacon |
0x000207dc |
0x00020826 |
74 |
20% |
8738 |
.text.zps_vMacCommonMlmeCallBackHandler |
0x00020826 |
0x0002085c |
54 |
15% |
8741 |
.text.vMacShimException |
0x0002085c |
0x00020866 |
10 |
3% |
8744 |
.text.TSV_eClose |
0x00020866 |
0x0002086c |
6 |
2% |
8747 |
.text.ZPS_vMacRegisterDataRequest |
0x0002086c |
0x00020878 |
12 |
4% |
8751 |
Expected total in zps_mac_common.o file: |
378 |
Actual: |
378 |
100% |
8703 |
Flash640 / .text / zps_mac_ie.o |
Start |
End |
Size |
% |
Line |
.text.zps_u8MacIECopyZigbeePayloadSubIE |
0x00020878 |
0x0002093c |
196 |
100% |
8754 |
Expected total in zps_mac_ie.o file: |
196 |
Actual: |
196 |
100% |
8754 |
Flash640 / .text / zps_mac_if_table.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_u8MacIFTGetNumInterfaces |
0x0002093c |
0x00020948 |
12 |
2% |
8757 |
.text.ZPS_u16MacIFTGetIDByChannelMask |
0x00020948 |
0x00020976 |
46 |
5% |
8760 |
.text.ZPS_u16MacIFTCheckForRadioType |
0x00020976 |
0x0002099e |
40 |
4% |
8763 |
.text.ZPS_u16MacIFTGetIDByRadioType |
0x0002099e |
0x000209c8 |
42 |
5% |
8766 |
.text.ZPS_vMacIFTSetActiveChannel |
0x000209c8 |
0x000209d4 |
12 |
2% |
8769 |
.text.ZPS_u8GetChannelOffset |
0x000209d4 |
0x000209fc |
40 |
4% |
8772 |
.text.ZPS_u8MacIFTGetChannelMaskCount |
0x000209fc |
0x00020a3e |
66 |
7% |
8775 |
.text.ZPS_pu32MacIFTGetChannelMaskForPage |
0x00020a3e |
0x00020a86 |
72 |
8% |
8778 |
.text.ZPS_u8MacIFTAddUpdateChannelMask |
0x00020a86 |
0x00020b04 |
126 |
13% |
8781 |
.text.ZPS_u8MacIFTNumOfEnabledInterfaces |
0x00020b04 |
0x00020b30 |
44 |
5% |
8784 |
.text.ZPS_u8MacIFTGetIntfState |
0x00020b30 |
0x00020b52 |
34 |
4% |
8787 |
.text.ZPS_vMacIFTSetIntfState |
0x00020b52 |
0x00020b7c |
42 |
5% |
8790 |
.text.ZPS_u8MacIFTGetRouterAllowed |
0x00020b7c |
0x00020b9e |
34 |
4% |
8793 |
.text.ZPS_vMacIFTGetChannelMaskFromMacId |
0x00020b9e |
0x00020be2 |
68 |
7% |
8796 |
.text.ZPS_vMacIFTSetRouterAllowed |
0x00020be2 |
0x00020c0c |
42 |
5% |
8799 |
.text.ZPS_vMacIFTUpdateMacInterface |
0x00020c0c |
0x00020c4e |
66 |
7% |
8802 |
.text.ZPS_u32MacIFTGetChanMaskFromActChan |
0x00020c4e |
0x00020cb4 |
102 |
10% |
8805 |
.text.ZPS_vMacIFTClearCounts |
0x00020cb4 |
0x00020d3c |
136 |
14% |
8808 |
Expected total in zps_mac_if_table.o file: |
1024 |
Actual: |
1024 |
100% |
8757 |
Flash640 / .text / zps_mac_shim.o |
Start |
End |
Size |
% |
Line |
.text.vMacMcpsCallBackHandler |
0x00020d3c |
0x00020d48 |
12 |
2% |
8812 |
.text.vMacMlmeCallBackHandler |
0x00020d48 |
0x00020d68 |
32 |
6% |
8814 |
.text.ZPS_vMacShimInit |
0x00020d68 |
0x00020dbc |
84 |
14% |
8816 |
.text.ZPS_bMacIsMultiMac |
0x00020dbc |
0x00020dc0 |
4 |
1% |
8819 |
.text.ZPS_vMacHandleMcpsVsReqRsp |
0x00020dc0 |
0x00020e30 |
112 |
19% |
8822 |
.text.ZPS_vMacHandleMlmeVsReqRsp |
0x00020e30 |
0x00020e88 |
88 |
15% |
8825 |
.text.ZPS_u8MultiMacInitAuxChannel |
0x00020e88 |
0x00020e8c |
4 |
1% |
8828 |
.text.ZPS_u8MultiMacSelectAuxChannel |
0x00020e8c |
0x00020e90 |
4 |
1% |
8831 |
.text.ZPS_vMacModifyForZgp |
0x00020e90 |
0x00020e94 |
4 |
1% |
8834 |
.text.ZPS_vNwkHandleMcpsDcfmInd |
0x00020e94 |
0x00020e98 |
4 |
1% |
8837 |
.text.vAppApiSetMacAddrLocation |
0x00020e98 |
0x00020ea8 |
16 |
3% |
8841 |
.text.ZPS_u32MacSetTxBuffers |
0x00020ea8 |
0x00020eac |
4 |
1% |
8844 |
.text.ZPS_vMacTask |
0x00020eac |
0x00020eae |
2 |
1% |
8847 |
.text.ZPS_u16MacPibGetCoordShortAddress |
0x00020eae |
0x00020eb2 |
4 |
1% |
8850 |
.text.ZPS_u8MacPibGetMaxFrameRetries |
0x00020eb2 |
0x00020eb6 |
4 |
1% |
8853 |
.text.ZPS_u16MacPibGetPanId |
0x00020eb6 |
0x00020eba |
4 |
1% |
8856 |
.text.ZPS_u16MacPibGetShortAddr |
0x00020eba |
0x00020ebe |
4 |
1% |
8859 |
.text.ZPS_bMacPibGetRxOnWhenIdle |
0x00020ebe |
0x00020ec2 |
4 |
1% |
8862 |
.text.ZPS_sMacPibGetCoordExtAddr |
0x00020ec2 |
0x00020ece |
12 |
2% |
8865 |
.text.ZPS_u8MacPibGetDsn |
0x00020ece |
0x00020ed2 |
4 |
1% |
8868 |
.text.ZPS_vMacPibSetCoordShortAddress |
0x00020ed2 |
0x00020ed6 |
4 |
1% |
8871 |
.text.ZPS_vMacPibSetMaxFrameTotalWaitTime |
0x00020ed6 |
0x00020eda |
4 |
1% |
8874 |
.text.ZPS_vMacPibSetTransactionPersistenceTime |
0x00020eda |
0x00020ede |
4 |
1% |
8877 |
.text.ZPS_vMacPibSetPanId |
0x00020ede |
0x00020ee2 |
4 |
1% |
8880 |
.text.ZPS_vMacPibSetShortAddr |
0x00020ee2 |
0x00020ee6 |
4 |
1% |
8883 |
.text.ZPS_vMacPibSetMinBe |
0x00020ee6 |
0x00020eea |
4 |
1% |
8886 |
.text.ZPS_vMacPibSetMaxBe |
0x00020eea |
0x00020eee |
4 |
1% |
8889 |
.text.ZPS_vMacPibSetMaxCsmaBackoffs |
0x00020eee |
0x00020ef2 |
4 |
1% |
8892 |
.text.ZPS_vMacPibSetRxOnWhenIdle |
0x00020ef2 |
0x00020ef6 |
4 |
1% |
8895 |
.text.ZPS_vMacPibSetRxOnWhenIdleForInterface |
0x00020ef6 |
0x00020efe |
8 |
2% |
8898 |
.text.ZPS_vMacPibSetCoordExtAddr |
0x00020efe |
0x00020f10 |
18 |
3% |
8901 |
.text.ZPS_vMacPibSetAssociationPermit |
0x00020f10 |
0x00020f20 |
16 |
3% |
8904 |
.text.ZPS_vMacPibSetBeaconPayload |
0x00020f20 |
0x00020f4c |
44 |
8% |
8908 |
.text.ZPS_vMacSetEBRPayloadJoin |
0x00020f4c |
0x00020f4e |
2 |
1% |
8911 |
.text.ZPS_vMacSetEBRPayloadReJoin |
0x00020f4e |
0x00020f50 |
2 |
1% |
8914 |
.text.ZPS_vMacPibSetDsn |
0x00020f50 |
0x00020f54 |
4 |
1% |
8917 |
.text.ZPS_vMacPibSetExtAddr |
0x00020f54 |
0x00020f58 |
4 |
1% |
8920 |
.text.ZPS_vMacPibSetRxInCca |
0x00020f58 |
0x00020f5c |
4 |
1% |
8923 |
.text.ZPS_vMacSetVsOUIBytes |
0x00020f5c |
0x00020f5e |
2 |
1% |
8926 |
.text.ZPS_eMacPlmeGet |
0x00020f5e |
0x00020f62 |
4 |
1% |
8929 |
.text.ZPS_eMacPlmeSet |
0x00020f62 |
0x00020f68 |
6 |
1% |
8932 |
.text.ZPS_vMacSetEnhancedMode |
0x00020f68 |
0x00020f74 |
12 |
2% |
8936 |
.text.ZPS_vMacBeaconRequest |
0x00020f74 |
0x00020f82 |
14 |
3% |
8939 |
.text.ZPS_vMacRestoreInterfaceState |
0x00020f82 |
0x00020f84 |
2 |
1% |
8942 |
.text.ZPS_u8MacSetTXPower |
0x00020f84 |
0x00020f88 |
4 |
1% |
8945 |
.text.ZPS_u8MacGetTXPower |
0x00020f88 |
0x00020f8c |
4 |
1% |
8948 |
.text.ZPS_u8MacDeleteTXPower |
0x00020f8c |
0x00020f90 |
4 |
1% |
8951 |
.text.ZPS_u8MacClearTXPowerTable |
0x00020f90 |
0x00020f94 |
4 |
1% |
8954 |
.text.APP_bMultimaskJoinCallBack |
0x00020f94 |
0x00020f9c |
8 |
2% |
8957 |
Expected total in zps_mac_shim.o file: |
608 |
Actual: |
608 |
100% |
8812 |
Flash640 / .text / zps_miniMac.o |
Start |
End |
Size |
% |
Line |
.text.vInitBufferQueues |
0x00020f9c |
0x00021064 |
200 |
8% |
8960 |
.text.vRetryTxFailure |
0x00021064 |
0x0002108c |
40 |
2% |
8962 |
.text.zps_eSocMacSetTxBuffers |
0x0002108c |
0x000210c8 |
60 |
3% |
8965 |
.text.zps_vSocMacShimInit |
0x000210c8 |
0x00021124 |
92 |
4% |
8968 |
.text.zps_vSocMacHandleMlmeVsReqRsp |
0x00021124 |
0x000212a4 |
384 |
14% |
8971 |
.text.SOC_ZPS_vMacModifyForZgp |
0x000212a4 |
0x000212f0 |
76 |
3% |
8974 |
.text.vMiniMac_MlmeCallback |
0x000212f0 |
0x00021494 |
420 |
15% |
8977 |
.text.vMiniMac_DataRequestCallback |
0x00021494 |
0x000214b0 |
28 |
1% |
8980 |
.text.vMiniMac_EmptyMcpsFrameWithFpSetCallback |
0x000214b0 |
0x000214c0 |
16 |
1% |
8983 |
.text.psMiniMac_GetTxBufferCallback |
0x000214c0 |
0x000214e8 |
40 |
2% |
8986 |
.text.psMiniMac_GetRxBufferCallback |
0x000214e8 |
0x00021520 |
56 |
2% |
8989 |
.text.vMiniMac_ReturnTxBufferCallback |
0x00021520 |
0x0002154c |
44 |
2% |
8992 |
.text.zps_vSocMacHandleMcpsVsReqRsp |
0x0002154c |
0x00021658 |
268 |
10% |
8995 |
.text.vMiniMac_ReturnRxBufferCallback |
0x00021658 |
0x00021684 |
44 |
2% |
8999 |
.text.vMiniMac_McpsCallback |
0x00021684 |
0x00021948 |
708 |
26% |
9002 |
.text.SOC_ZPS_u16MacPibGetCoordShortAddress |
0x00021948 |
0x00021954 |
12 |
1% |
9005 |
.text.SOC_ZPS_u8MacPibGetMaxFrameRetries |
0x00021954 |
0x00021960 |
12 |
1% |
9008 |
.text.SOC_ZPS_u16MacPibGetPanId |
0x00021960 |
0x0002196c |
12 |
1% |
9011 |
.text.SOC_ZPS_u16MacPibGetShortAddr |
0x0002196c |
0x00021978 |
12 |
1% |
9014 |
.text.SOC_ZPS_bMacPibGetRxOnWhenIdle |
0x00021978 |
0x00021984 |
12 |
1% |
9017 |
.text.SOC_ZPS_sMacPibGetCoordExtAddr |
0x00021984 |
0x00021998 |
20 |
1% |
9020 |
.text.SOC_ZPS_u8MacPibGetDsn |
0x00021998 |
0x000219a4 |
12 |
1% |
9023 |
.text.SOC_ZPS_vMacPibSetCoordShortAddress |
0x000219a4 |
0x000219b0 |
12 |
1% |
9026 |
.text.SOC_ZPS_vMacPibSetMaxFrameTotalWaitTime |
0x000219b0 |
0x000219bc |
12 |
1% |
9029 |
.text.SOC_ZPS_vMacPibSetTransactionPersistenceTime |
0x000219bc |
0x000219c8 |
12 |
1% |
9032 |
.text.SOC_ZPS_vMacPibSetPanId |
0x000219c8 |
0x000219d0 |
8 |
1% |
9035 |
.text.SOC_ZPS_vMacPibSetShortAddr |
0x000219d0 |
0x000219d8 |
8 |
1% |
9038 |
.text.SOC_ZPS_vMacPibSetMinBe |
0x000219d8 |
0x000219e0 |
8 |
1% |
9041 |
.text.SOC_ZPS_vMacPibSetMaxBe |
0x000219e0 |
0x000219e4 |
4 |
1% |
9044 |
.text.SOC_ZPS_vMacPibSetMaxCsmaBackoffs |
0x000219e4 |
0x000219ec |
8 |
1% |
9047 |
.text.SOC_ZPS_vMacPibSetRxOnWhenIdle |
0x000219ec |
0x000219f8 |
12 |
1% |
9050 |
.text.SOC_ZPS_vMacPibSetCoordExtAddr |
0x000219f8 |
0x00021a10 |
24 |
1% |
9054 |
.text.SOC_ZPS_vMacPibSetAssociationPermit |
0x00021a10 |
0x00021a1c |
12 |
1% |
9057 |
.text.SOC_ZPS_vMacPibSetBeaconPayload |
0x00021a1c |
0x00021a3c |
32 |
2% |
9060 |
.text.SOC_ZPS_vMacPibSetDsn |
0x00021a3c |
0x00021a48 |
12 |
1% |
9063 |
.text.SOC_ZPS_vMacPibSetBeaconRequestLqiThreshold |
0x00021a48 |
0x00021a54 |
12 |
1% |
9066 |
.text.SOC_ZPS_vMacPibSetExtAddr |
0x00021a54 |
0x00021a70 |
28 |
1% |
9069 |
.text.SOC_ZPS_vMacPibSetRxInCca |
0x00021a70 |
0x00021a88 |
24 |
1% |
9072 |
.text.SOC_ZPS_eMacPlmeGet |
0x00021a88 |
0x00021a8c |
4 |
1% |
9075 |
.text.SOC_ZPS_eMacPlmeSet |
0x00021a8c |
0x00021a90 |
4 |
1% |
9078 |
.text.SOC_ZPS_u8MacGetTXPower |
0x00021a90 |
0x00021a94 |
4 |
1% |
9081 |
.text.SOC_ZPS_u8MacSetTXPower |
0x00021a94 |
0x00021a98 |
4 |
1% |
9084 |
.text.SOC_ZPS_u8MacDeleteTXPower |
0x00021a98 |
0x00021a9c |
4 |
1% |
9087 |
.text.SOC_ZPS_u8MacClearTXPowerTable |
0x00021a9c |
0x00021aa0 |
4 |
1% |
9090 |
Expected total in zps_miniMac.o file: |
2820 |
Actual: |
2820 |
100% |
8960 |
Flash640 / .text / pwrm.o |
Start |
End |
Size |
% |
Line |
.text.PWRM_eStartActivity |
0x00021aa0 |
0x00021aaa |
10 |
32% |
9093 |
.text.PWRM_eFinishActivity |
0x00021aaa |
0x00021ab4 |
10 |
32% |
9096 |
.text.PWRM_u16GetActivityCount |
0x00021ab4 |
0x00021ac0 |
12 |
38% |
9099 |
Expected total in pwrm.o file: |
32 |
Actual: |
32 |
100% |
9093 |
Flash640 / .text / zps_apl_gp.o |
Start |
End |
Size |
% |
Line |
.text.zps_vZgpDeviceActiveTimerExpiry |
0x00021ac0 |
0x00021b80 |
192 |
11% |
9102 |
.text.vZGPdCfm |
0x00021b80 |
0x00021bb0 |
48 |
3% |
9105 |
.text.vZGPParseMacMcpsData |
0x00021bb0 |
0x00021ca4 |
244 |
14% |
9108 |
.text.zps_vZgpDeviceActive |
0x00021ca4 |
0x00021cd0 |
44 |
3% |
9112 |
.text.vFillApduErrorEventGreenPower |
0x00021cd0 |
0x00021d0c |
60 |
4% |
9115 |
.text.vPostToGreenPowerEndpoint |
0x00021d0c |
0x00021e34 |
296 |
17% |
9118 |
.text.vZGPcStubMcpsInd |
0x00021e34 |
0x00022188 |
852 |
48% |
9121 |
.text.zps_vRegisterGreenPower |
0x00022188 |
0x000221b4 |
44 |
3% |
9123 |
.text.ZPS_vRegisterSecRequestResponseCallback |
0x000221b4 |
0x000221c0 |
12 |
1% |
9126 |
Expected total in zps_apl_gp.o file: |
1792 |
Actual: |
1792 |
100% |
9102 |
Flash640 / .text / zps_bdir_gp.o |
Start |
End |
Size |
% |
Line |
.text.vZgpAgeTxQueue |
0x000221c0 |
0x00022252 |
146 |
7% |
9129 |
.text.zps_vCStub_DataReq |
0x00022252 |
0x00022470 |
542 |
26% |
9132 |
.text.psFindGpTxQentry |
0x00022470 |
0x000224ce |
94 |
5% |
9135 |
.text.zps_sZgpAddTxQueue |
0x000224ce |
0x000225a8 |
218 |
11% |
9138 |
.text.zps_vDStub_DataReq |
0x000225a8 |
0x000228f8 |
848 |
41% |
9142 |
.text.zps_bZgpRemoveTxQueue |
0x000228f8 |
0x00022984 |
140 |
7% |
9145 |
.text.vZgpSendTxAfterRx |
0x00022984 |
0x000229b4 |
48 |
3% |
9148 |
.text.ZPS_vZgpInitGpTxQueue |
0x000229b4 |
0x00022a04 |
80 |
4% |
9152 |
Expected total in zps_bdir_gp.o file: |
2116 |
Actual: |
2116 |
100% |
9129 |
Flash640 / .text / zps_apl_gp_security.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_vZgpTransformKey |
0x00022a04 |
0x00022a90 |
140 |
11% |
9155 |
.text.ZPS_psZgpFindGpstEntry |
0x00022a90 |
0x00022ae8 |
88 |
7% |
9158 |
.text.ZPS_sZgpAddDeviceSecurity |
0x00022ae8 |
0x00022b92 |
170 |
14% |
9161 |
.text.ZPS_vZgpInitGpSecurityTable |
0x00022b92 |
0x00022bbe |
44 |
4% |
9164 |
.text.u8ZgpCCMStarEncrypt |
0x00022bbe |
0x00022d4e |
400 |
32% |
9167 |
.text.u8ZgpCCMStarDecrypt |
0x00022d4e |
0x00022f0c |
446 |
35% |
9170 |
Expected total in zps_apl_gp_security.o file: |
1288 |
Actual: |
1288 |
100% |
9155 |
Flash640 / .text / zps_apl_options.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_vRegisterInterPanHandlers |
0x00022f0c |
0x00022f18 |
12 |
11% |
9173 |
.text.ZPS_vRegistercStubGreenPower |
0x00022f18 |
0x00022f24 |
12 |
11% |
9176 |
.text.ZPS_vInterceptMcpsDataCallback |
0x00022f24 |
0x00022f7e |
90 |
79% |
9179 |
Expected total in zps_apl_options.o file: |
114 |
Actual: |
114 |
100% |
9173 |
Flash640 / .text / zps_apl_interpan.o |
Start |
End |
Size |
% |
Line |
.text.vHandleApsInterPanDcfmData |
0x00022f7e |
0x00022fc0 |
66 |
8% |
9182 |
.text.vFillApduErrorEventInterPan |
0x00022fc0 |
0x00022ff8 |
56 |
7% |
9185 |
.text.vPostInterPanToEndpoint |
0x00022ff8 |
0x00023158 |
352 |
40% |
9189 |
.text.vApsInterPanMcpsDataInd |
0x00023158 |
0x000232e0 |
392 |
45% |
9192 |
.text.zps_vAfInterPanInit |
0x000232e0 |
0x000232f4 |
20 |
3% |
9195 |
Expected total in zps_apl_interpan.o file: |
886 |
Actual: |
886 |
100% |
9182 |
Flash640 / .text / zps_nwk_dcim.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_vNwkRegisterNlmeDcfmIndCallbacks |
0x000232f4 |
0x00023302 |
14 |
19% |
9198 |
.text.ZPS_vNwkRegisterNldeDcfmIndCallbacks |
0x00023302 |
0x00023310 |
14 |
19% |
9201 |
.text.zps_psNwkDcfmIndGetBuf |
0x00023310 |
0x00023326 |
22 |
29% |
9204 |
.text.zps_eNwkDcfmIndPost |
0x00023326 |
0x00023340 |
26 |
35% |
9207 |
Expected total in zps_nwk_dcim.o file: |
76 |
Actual: |
76 |
100% |
9198 |
Flash640 / .text / zps_nwk_leave.o |
Start |
End |
Size |
% |
Line |
.text.eLeaveDataDcfmRemoteLeave |
0x00023340 |
0x0002337e |
62 |
6% |
9210 |
.text.eLeaveDataDcfmLocalLeave |
0x0002337e |
0x000233d8 |
90 |
9% |
9212 |
.text.eLeaveReset |
0x000233d8 |
0x00023430 |
88 |
9% |
9214 |
.text.zps_psNwkSendLeaveCmd |
0x00023430 |
0x000234b0 |
128 |
13% |
9216 |
.text.zps_psNwkPropagateLocalLeave |
0x000234b0 |
0x000234dc |
44 |
5% |
9219 |
.text.zps_eNwkHandleSceLeave |
0x000234dc |
0x00023650 |
372 |
36% |
9223 |
.text.zps_vNwkHandleCmeLeaveReq |
0x00023650 |
0x0002375c |
268 |
26% |
9226 |
Expected total in zps_nwk_leave.o file: |
1052 |
Actual: |
1052 |
100% |
9210 |
Flash640 / .text / zps_nwk_lib.o |
Start |
End |
Size |
% |
Line |
.text.zps_eSmeGenlIllegal |
0x0002375c |
0x00023762 |
6 |
2% |
9229 |
.text.zps_eSceGenlIllegal |
0x00023762 |
0x00023768 |
6 |
2% |
9232 |
.text.zps_vNwkLibU16ToPayload |
0x00023768 |
0x00023770 |
8 |
2% |
9235 |
.text.zps_vNwkLibU32ToPayload |
0x00023770 |
0x00023780 |
16 |
4% |
9238 |
.text.zps_vNwkLibU64ToPayload |
0x00023780 |
0x000237a0 |
32 |
7% |
9241 |
.text.zps_vInitBeaconPayload |
0x000237a0 |
0x00023824 |
132 |
28% |
9245 |
.text.zps_sNwkStart |
0x00023824 |
0x0002391c |
248 |
53% |
9248 |
.text.zps_u16NwkLibFromPayload |
0x0002391c |
0x00023920 |
4 |
1% |
9251 |
.text.zps_u64NwkLibFromPayload |
0x00023920 |
0x00023928 |
8 |
2% |
9254 |
.text.zps_u8NwkLibChannelLow |
0x00023928 |
0x0002392e |
6 |
2% |
9257 |
.text.zps_u8NwkLibChannelHigh |
0x0002392e |
0x00023934 |
6 |
2% |
9260 |
Expected total in zps_nwk_lib.o file: |
472 |
Actual: |
472 |
100% |
9229 |
Flash640 / .text / zps_nwk_lkst.o |
Start |
End |
Size |
% |
Line |
.text.zps_u8CalcLinkCost |
0x00023934 |
0x00023988 |
84 |
6% |
9263 |
.text.eSendLinkStatusDataDcfm.part.0 |
0x00023988 |
0x00023ac0 |
312 |
22% |
9266 |
.text.eSendLinkStatusDataDcfmCb |
0x00023ac0 |
0x00023b04 |
68 |
5% |
9268 |
.text.zps_vAgeRouter |
0x00023b04 |
0x00023b5c |
88 |
7% |
9270 |
.text.zps_vNwkSecondTickHandleExpiry |
0x00023b5c |
0x00023d50 |
500 |
35% |
9274 |
.text.zps_vAddToSortedActiveNtList |
0x00023d50 |
0x00023db2 |
98 |
7% |
9277 |
.text.zps_eNwkHandleSceLinkStatus |
0x00023db2 |
0x00023ec0 |
270 |
19% |
9280 |
.text.zps_vRegisterCallbackForSecondsTick |
0x00023ec0 |
0x00023ecc |
12 |
1% |
9284 |
Expected total in zps_nwk_lkst.o file: |
1432 |
Actual: |
1432 |
100% |
9263 |
Flash640 / .text / zps_nwk_main.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_pvNwkCtor |
0x00023ecc |
0x00023f3c |
112 |
74% |
9287 |
.text.ZPS_pvNwkGetHandle |
0x00023f3c |
0x00023f48 |
12 |
8% |
9290 |
.text.ZPS_vExtendedStatusSetCallback |
0x00023f48 |
0x00023f54 |
12 |
8% |
9293 |
.text.ZPS_vSetExtendedStatus |
0x00023f54 |
0x00023f64 |
16 |
11% |
9296 |
Expected total in zps_nwk_main.o file: |
152 |
Actual: |
152 |
100% |
9287 |
Flash640 / .text / zps_nwk_maint.o |
Start |
End |
Size |
% |
Line |
.text.eUnsolicitedRejoinRspDataDcfm |
0x00023f64 |
0x00023f84 |
32 |
1% |
9299 |
.text.eEdTimeoutResponseDataDcfm |
0x00023f84 |
0x00023f9c |
24 |
1% |
9301 |
.text.zps_vSendNwkStatusInd |
0x00023f9c |
0x00023fc2 |
38 |
1% |
9303 |
.text.vHandleNwkLocalUpdateAfterBcast |
0x00023fc2 |
0x0002402c |
106 |
3% |
9306 |
.text.vHandleNwkRemoteUpdateAfterBcast |
0x0002402c |
0x0002407c |
80 |
2% |
9308 |
.text.vHandleEdTimeoutReqExpiry |
0x0002407c |
0x00024108 |
140 |
4% |
9311 |
.text.eEdTimeoutRequestDataDcfm |
0x00024108 |
0x00024126 |
30 |
1% |
9313 |
.text.zps_bNwkIsBeaconZigbee |
0x00024126 |
0x00024138 |
18 |
1% |
9315 |
.text.zps_eNwkHandleSmeBeaconNotifyInd |
0x00024138 |
0x00024200 |
200 |
5% |
9318 |
.text.zps_vNwkRemoveConflictedBroadcast |
0x00024200 |
0x0002424c |
76 |
2% |
9321 |
.text.zps_eNwkHandleSceNwkReport |
0x0002424c |
0x00024328 |
220 |
6% |
9325 |
.text.zps_eNwkHandleSceNwkUpdate |
0x00024328 |
0x0002434c |
36 |
1% |
9328 |
.text.zps_psSendNetworkStatusCmd |
0x0002434c |
0x000243e4 |
152 |
4% |
9331 |
.text.zps_vProcessChildAddrConflict |
0x000243e4 |
0x000244a0 |
188 |
5% |
9334 |
.text.zps_vProcessLocalAddrConflict |
0x000244a0 |
0x00024552 |
178 |
5% |
9337 |
.text.zps_eNwkHandleSceNwkStatus |
0x00024552 |
0x00024690 |
318 |
8% |
9340 |
.text.zps_psSendNetworkReportCmd |
0x00024690 |
0x00024768 |
216 |
6% |
9343 |
.text.vSendNetworkReport |
0x00024768 |
0x0002476c |
4 |
1% |
9346 |
.text.zps_psSendNetworkUpdateCmd |
0x0002476c |
0x00024814 |
168 |
5% |
9348 |
.text.vSendNetworkUpdate |
0x00024814 |
0x000248ac |
152 |
4% |
9351 |
.text.zps_psSendNetworkEdTimeoutReqCmd |
0x000248ac |
0x0002494c |
160 |
4% |
9353 |
.text.zps_psSendNetworkEdTimeoutRspCmd |
0x0002494c |
0x000249bc |
112 |
3% |
9356 |
.text.zps_eNwkHandleSceNwkEdTimeoutReq |
0x000249bc |
0x00024a74 |
184 |
5% |
9359 |
.text.zps_bNwkFindAddIeeeAddr |
0x00024a74 |
0x00024bea |
374 |
10% |
9362 |
.text.ZPS_vRemoveEntryFromAddressMap |
0x00024bea |
0x00024c38 |
78 |
2% |
9365 |
.text.ZPS_u64NwkNibGetMappedIeeeAddr |
0x00024c38 |
0x00024c5e |
38 |
1% |
9368 |
.text.eCheckAddrConflict.constprop.0 |
0x00024c5e |
0x00024cec |
142 |
4% |
9371 |
.text.zps_eProcessAddrConflict |
0x00024cec |
0x00024e90 |
420 |
11% |
9373 |
.text.ZPS_vNwkUpdateTxBytesForNeighbor |
0x00024e90 |
0x00024ec4 |
52 |
2% |
9376 |
.text.ZPS_vNwkUpdateRxBytesForNeighbor |
0x00024ec4 |
0x00024ef8 |
52 |
2% |
9379 |
.text.ZPS_u8nwkNewIDtest |
0x00024ef8 |
0x00024f1a |
34 |
1% |
9382 |
Expected total in zps_nwk_maint.o file: |
4022 |
Actual: |
4022 |
100% |
9299 |
Flash640 / .text / zps_nwk_mcps.o |
Start |
End |
Size |
% |
Line |
.text.vNwkMcpsTimerCallback |
0x00024f1a |
0x00024f2e |
20 |
1% |
9385 |
.text.vProcessTimedList |
0x00024f2e |
0x00024f6a |
60 |
1% |
9388 |
.text.vInitUnknownNeighbor |
0x00024f6a |
0x00024ffc |
146 |
3% |
9390 |
.text.ZPS_bHookMcpsDcfmFail |
0x00024ffc |
0x00024ffe |
2 |
1% |
9392 |
.text.ZPS_bHookMcpsDcfmInd |
0x00024ffe |
0x00025014 |
22 |
1% |
9395 |
.text.bSdeHandleDataFrm |
0x00025014 |
0x00025134 |
288 |
5% |
9399 |
.text.zps_vNwkMcpsMgrInit |
0x00025134 |
0x000251cc |
152 |
3% |
9402 |
.text.zps_vNwkMcpsMgrPostTimed |
0x000251cc |
0x000251e2 |
22 |
1% |
9405 |
.text.zps_psNwkMcpsMgrAllocateReqDescr |
0x000251e2 |
0x000251ea |
8 |
1% |
9408 |
.text.zps_bNwkMcpsMgrRemoveDescrFromLists |
0x000251ea |
0x00025228 |
62 |
1% |
9411 |
.text.zps_vNwkMcpsMgrFreeReqDescr |
0x00025228 |
0x00025280 |
88 |
2% |
9414 |
.text.zps_bNwkMcpsMgrDfcmBitmapUpdateAndCheck |
0x00025280 |
0x000252b8 |
56 |
1% |
9417 |
.text.zps_psNwkMcpsMgrFindSubmittedByHandle |
0x000252b8 |
0x000252d2 |
26 |
1% |
9420 |
.text.zps_psNwkMcpsMgrFindPendingByNwkDstAddr |
0x000252d2 |
0x000252e4 |
18 |
1% |
9423 |
.text.zps_psNwkMcpsMgrFindByBtr |
0x000252e4 |
0x0002530a |
38 |
1% |
9426 |
.text.zps_vNwkMcpsMgrTidyBtrReqDescr |
0x0002530a |
0x0002532e |
36 |
1% |
9429 |
.text.zps_u8NwkAllocateMcpsHandle |
0x0002532e |
0x0002535e |
48 |
1% |
9432 |
.text.zps_vNwkFreeMcpsHandle |
0x0002535e |
0x0002537c |
30 |
1% |
9435 |
.text.ZPS_vNwkSendLeaveDirect |
0x0002537c |
0x00025490 |
276 |
5% |
9438 |
.text.ZPS_vNwkMacDataPollRequest |
0x00025490 |
0x000254f0 |
96 |
2% |
9441 |
.text.vNwkMcpsSendTimedDfcm |
0x000254f0 |
0x00025574 |
132 |
3% |
9445 |
.text.vProcessListsForSubmission |
0x00025574 |
0x000257bc |
584 |
10% |
9448 |
.text.vMcpsMgrExpiry |
0x000257bc |
0x0002580c |
80 |
2% |
9450 |
.text.zps_vNwkMcpsMgrPost |
0x0002580c |
0x00025830 |
36 |
1% |
9452 |
.text.ZPS_vNwkHandleMcpsVsInd |
0x00025830 |
0x000264d8 |
3240 |
53% |
9456 |
.text.zps_vNwkMcpsMgrRemoveAndMakeLimbo |
0x000264d8 |
0x00026500 |
40 |
1% |
9459 |
.text.zps_bNwkHandleSdeActvDcfmData |
0x00026500 |
0x00026674 |
372 |
6% |
9462 |
.text.vMcpsMgrTimeoutExpiry |
0x00026674 |
0x000266ec |
120 |
2% |
9465 |
.text.ZPS_vNwkHandleMcpsVsDcfm |
0x000266ec |
0x00026750 |
100 |
2% |
9468 |
.text.ZPS_vNwkSetOptionsFilter |
0x00026750 |
0x00026760 |
16 |
1% |
9472 |
Expected total in zps_nwk_mcps.o file: |
6214 |
Actual: |
6214 |
100% |
9385 |
Flash640 / .text / zps_nwk_mlme.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_vNwkHandleMlmeDcfmInd |
0x00026760 |
0x000267c8 |
104 |
100% |
9475 |
Expected total in zps_nwk_mlme.o file: |
104 |
Actual: |
104 |
100% |
9475 |
Flash640 / .text / zps_nwk_nib.o |
Start |
End |
Size |
% |
Line |
.text.vLoadNwkRecord |
0x000267c8 |
0x00026800 |
56 |
1% |
9478 |
.text.zps_vNwkDefaultStateMachines |
0x00026800 |
0x0002685c |
92 |
2% |
9480 |
.text.zps_vDefaultNwkLayer |
0x0002685c |
0x00026a68 |
524 |
9% |
9483 |
.text.ZPS_psNwkNibGetHandle |
0x00026a68 |
0x00026a6e |
6 |
1% |
9486 |
.text.ZPS_u16NwkNibGetNwkAddr |
0x00026a6e |
0x00026a72 |
4 |
1% |
9489 |
.text.ZPS_u64NwkNibGetExtAddr |
0x00026a72 |
0x00026a76 |
4 |
1% |
9492 |
.text.ZPS_u16NwkNibGetMacPanId |
0x00026a76 |
0x00026a7a |
4 |
1% |
9495 |
.text.ZPS_vNwkNibIncSeqNum |
0x00026a7a |
0x00026a86 |
12 |
1% |
9498 |
.text.ZPS_u64NwkNibGetEpid |
0x00026a86 |
0x00026a8c |
6 |
1% |
9501 |
.text.ZPS_vNwkNibClearTables |
0x00026a8c |
0x00026b92 |
262 |
5% |
9504 |
.text.ZPS_vNwkNibClearDiscoveryNT |
0x00026b92 |
0x00026bb4 |
34 |
1% |
9507 |
.text.ZPS_bNwkNibAddrMapAddEntry |
0x00026bb4 |
0x00026d5c |
424 |
7% |
9511 |
.text.ZPS_bNwkNibNtActvMatch |
0x00026d5c |
0x00026df0 |
148 |
3% |
9514 |
.text.bCheckNwkAddr |
0x00026df0 |
0x00026e38 |
72 |
2% |
9517 |
.text.ZPS_bNwkNibNtActvUnusedChild |
0x00026e38 |
0x00026e60 |
40 |
1% |
9520 |
.text.ZPS_bNwkNibNtActvFindChild |
0x00026e60 |
0x00026f60 |
256 |
5% |
9523 |
.text.ZPS_u8NwkNibNtDiscMatch |
0x00026f60 |
0x00026fe6 |
134 |
3% |
9526 |
.text.ZPS_u64NwkNibFindExtAddr |
0x00026fe6 |
0x0002708e |
168 |
3% |
9529 |
.text.ZPS_u16NwkNibFindNwkAddr |
0x0002708e |
0x00027130 |
162 |
3% |
9532 |
.text.ZPS_vNwkSaveRecord |
0x00027130 |
0x00027158 |
40 |
1% |
9536 |
.text.ZPS_vNwkNibSetNwkAddr |
0x00027158 |
0x0002718c |
52 |
1% |
9539 |
.text.ZPS_vNwkNibSetNwkAddrNibOnly |
0x0002718c |
0x00027198 |
12 |
1% |
9542 |
.text.ZPS_vNwkNibSetExtPanId |
0x00027198 |
0x000271d0 |
56 |
1% |
9546 |
.text.ZPS_vNwkNibSetKeySeqNum |
0x000271d0 |
0x000271e4 |
20 |
1% |
9549 |
.text.ZPS_vNwkNibSetDepth |
0x000271e4 |
0x00027218 |
52 |
1% |
9552 |
.text.ZPS_vNwkNibSetUpdateId |
0x00027218 |
0x00027244 |
44 |
1% |
9555 |
.text.ZPS_vNwkNibSetPanId |
0x00027244 |
0x00027260 |
28 |
1% |
9558 |
.text.ZPS_vNwkNibSetCapabilityInfo |
0x00027260 |
0x00027288 |
40 |
1% |
9561 |
.text.ZPS_vNwkNibSetChannel |
0x00027288 |
0x000272aa |
34 |
1% |
9564 |
.text.ZPS_vNwkNibSetAuxChannel |
0x000272aa |
0x000272cc |
34 |
1% |
9567 |
.text.ZPS_vNwkNibSetParentAddr |
0x000272cc |
0x000272e6 |
26 |
1% |
9570 |
.text.ZPS_vNwkSaveNt |
0x000272e6 |
0x00027302 |
28 |
1% |
9573 |
.text.ZPS_vNwkSaveSecMat |
0x00027302 |
0x00027318 |
22 |
1% |
9576 |
.text.ZPS_vNwkSaveAllRecords |
0x00027318 |
0x00027330 |
24 |
1% |
9579 |
.text.ZPS_vNwkResetOutgoingFrameCounter |
0x00027330 |
0x00027344 |
20 |
1% |
9583 |
.text.ZPS_pvNwkRestoreFrameCounter |
0x00027344 |
0x0002736c |
40 |
1% |
9586 |
.text.ZPS_vNwkInitialiseRecords |
0x0002736c |
0x000273d8 |
108 |
2% |
9589 |
.text.ZPS_vNwkNibSetTables |
0x000273d8 |
0x00027414 |
60 |
1% |
9592 |
.text.ZPS_vNwkTimerQueueOverflow |
0x00027414 |
0x0002749c |
136 |
3% |
9596 |
.text.ZPS_u8NwkSendNwkEdTimeoutsCommand |
0x0002749c |
0x000274b8 |
28 |
1% |
9599 |
.text.ZPS_bNwkGetAliasStatus |
0x000274b8 |
0x000274be |
6 |
1% |
9602 |
.text.ZPS_bNwkGetAliasApsCounter |
0x000274be |
0x000274c4 |
6 |
1% |
9605 |
.text.ZPS_vNwkPurgeMacAddressAndRelatedEntries |
0x000274c4 |
0x000275e4 |
288 |
5% |
9608 |
.text.ZPS_vNtSetUsedStatus |
0x000275e4 |
0x0002772c |
328 |
6% |
9612 |
.text.ZPS_vNwkNibCheckAndUpdateAddresses |
0x0002772c |
0x000277f0 |
196 |
4% |
9615 |
.text.zps_vBuildSortedActvNTList |
0x000277f0 |
0x00027840 |
80 |
2% |
9618 |
.text.ZPS_vNtSetAuthStatus |
0x00027840 |
0x00027866 |
38 |
1% |
9621 |
.text.zps_sNwkNibNtCheckJoin |
0x00027866 |
0x00027ac8 |
610 |
10% |
9624 |
.text.ZPS_vNwkNibCheckAndUpdateChildren |
0x00027ac8 |
0x00027c1c |
340 |
6% |
9628 |
.text.zps_vNwkSetZgpAlias |
0x00027c1c |
0x00027c30 |
20 |
1% |
9631 |
.text.ZPS_vNwkMacEntriesClear |
0x00027c30 |
0x00027ce8 |
184 |
3% |
9634 |
.text.ZPS_vPurgeJoinManagerEntry |
0x00027ce8 |
0x00027d08 |
32 |
1% |
9637 |
.text.zps_vCleanUnAuthenHandleExpiry |
0x00027d08 |
0x00027d9c |
148 |
3% |
9640 |
.text.ZPS_vNibRealignMac |
0x00027d9c |
0x00027e5c |
192 |
4% |
9644 |
.text.zps_vNibSetDefaults |
0x00027e5c |
0x00028004 |
424 |
7% |
9647 |
.text.ZPS_vHookfcOverflowEvent |
0x00028004 |
0x00028008 |
4 |
1% |
9650 |
.text.ZPS_vNwkIncOutFC |
0x00028008 |
0x0002805c |
84 |
2% |
9654 |
.text.ZPS_vNwkNibRestoreWarmRestartCounter |
0x0002805c |
0x0002806c |
16 |
1% |
9657 |
Expected total in zps_nwk_nib.o file: |
6308 |
Actual: |
6308 |
100% |
9478 |
Flash640 / .text / zps_nwk_nlde.o |
Start |
End |
Size |
% |
Line |
.text.eNldeDataDcfm |
0x0002806c |
0x00028094 |
40 |
7% |
9660 |
.text.ZPS_vNwkHandleNldeReqRsp |
0x00028094 |
0x00028298 |
516 |
85% |
9663 |
.text.ZPS_u8NwkCalcNldeReqOverhead |
0x00028298 |
0x000282cc |
52 |
9% |
9666 |
Expected total in zps_nwk_nlde.o file: |
608 |
Actual: |
608 |
100% |
9660 |
Flash640 / .text / zps_nwk_nlme.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_vNwkHandleNlmeReqRsp |
0x000282cc |
0x00028458 |
396 |
100% |
9669 |
Expected total in zps_nwk_nlme.o file: |
396 |
Actual: |
396 |
100% |
9669 |
Flash640 / .text / zps_nwk_pmjn.o |
Start |
End |
Size |
% |
Line |
.text.vPermitJoinHandleExpiry |
0x00028458 |
0x00028460 |
8 |
7% |
9672 |
.text.zps_vNwkPermitJoiningInit |
0x00028460 |
0x00028474 |
20 |
16% |
9675 |
.text.zps_vNwkHandleCmePermitJoinReq |
0x00028474 |
0x000284dc |
104 |
79% |
9678 |
Expected total in zps_nwk_pmjn.o file: |
132 |
Actual: |
132 |
100% |
9672 |
Flash640 / .text / zps_nwk_rt.o |
Start |
End |
Size |
% |
Line |
.text.eRouteRequestDataDcfm |
0x000284dc |
0x0002850c |
48 |
2% |
9681 |
.text.zps_vExpireOldRoutes |
0x0002850c |
0x00028568 |
92 |
2% |
9683 |
.text.psNwkSendRouteRecordCmd |
0x00028568 |
0x000286d8 |
368 |
8% |
9687 |
.text.psSendRouteReplyCmd.isra.0 |
0x000286d8 |
0x000287d8 |
256 |
6% |
9689 |
.text.vFreePendingReqDescr |
0x000287d8 |
0x0002882c |
84 |
2% |
9691 |
.text.zps_vNwkHandleCmeStartRouterReq |
0x0002882c |
0x0002887c |
80 |
2% |
9694 |
.text.zps_vNwkHandleCmeActvStartRouterReq |
0x0002887c |
0x000288f8 |
124 |
3% |
9697 |
.text.zps_vStartRouter |
0x000288f8 |
0x000288fc |
4 |
1% |
9700 |
.text.zps_eNwkRtMatch |
0x000288fc |
0x00028a00 |
260 |
6% |
9703 |
.text.zps_psNwkRtMatchNwkAddr |
0x00028a00 |
0x00028a42 |
66 |
2% |
9706 |
.text.zps_vRemoveRoute |
0x00028a42 |
0x00028abe |
124 |
3% |
9709 |
.text.zps_vRemoveNextHop |
0x00028abe |
0x00028b5e |
160 |
4% |
9712 |
.text.zps_eNwkRtDiscMatch |
0x00028b5e |
0x00028bc4 |
102 |
3% |
9715 |
.text.zps_eNwkHandleSceRouteRequest |
0x00028bc4 |
0x00029018 |
1108 |
24% |
9718 |
.text.zps_psNwkInitiateRouteDiscovery |
0x00029018 |
0x00029198 |
384 |
9% |
9721 |
.text.zps_vNwkHandleCmeRouteDiscoveryReq |
0x00029198 |
0x00029208 |
112 |
3% |
9724 |
.text.zps_psProcessRoutedFrm |
0x00029208 |
0x00029340 |
312 |
7% |
9727 |
.text.zps_eNwkRctMatchNwkAddr |
0x00029340 |
0x000293a2 |
98 |
3% |
9730 |
.text.zps_eNwkHandleSceRouteRecord |
0x000293a2 |
0x0002948c |
234 |
5% |
9733 |
.text.zps_vNwkSendAnyPendingData |
0x0002948c |
0x000294be |
50 |
2% |
9736 |
.text.vHandleRouteDiscoveryExpiry |
0x000294be |
0x00029524 |
102 |
3% |
9739 |
.text.zps_eNwkHandleSceRouteReply |
0x00029524 |
0x00029768 |
580 |
13% |
9742 |
Expected total in zps_nwk_rt.o file: |
4748 |
Actual: |
4748 |
100% |
9681 |
Flash640 / .text / zps_nwk_sec.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_bSecEncrypt |
0x00029768 |
0x000298d4 |
364 |
23% |
9745 |
.text.zps_eNwkSecEncryptPacket |
0x000298d4 |
0x00029988 |
180 |
11% |
9748 |
.text.ZPS_bSecDecrypt |
0x00029988 |
0x00029a6c |
228 |
14% |
9751 |
.text.ZPS_bNwkSecCheckFC |
0x00029a6c |
0x00029ac2 |
86 |
6% |
9754 |
.text.zps_vNwkSecClearMatSet |
0x00029ac2 |
0x00029ae8 |
38 |
3% |
9757 |
.text.ZPS_bNwkSecFindMatSet |
0x00029ae8 |
0x00029b18 |
48 |
3% |
9760 |
.text.zps_eNwkSecDecryptPacket |
0x00029b18 |
0x00029d00 |
488 |
30% |
9763 |
.text.ZPS_bNwkSecCheckMatSet |
0x00029d00 |
0x00029d2e |
46 |
3% |
9766 |
.text.ZPS_bNwkSecHaveNetworkKey |
0x00029d2e |
0x00029d5e |
48 |
3% |
9769 |
.text.ZPS_vNwkSecResetDevice |
0x00029d5e |
0x00029da0 |
66 |
5% |
9772 |
.text.ZPS_pvNwkSecGetNetworkKey |
0x00029da0 |
0x00029dd0 |
48 |
3% |
9775 |
Expected total in zps_nwk_sec.o file: |
1640 |
Actual: |
1640 |
100% |
9745 |
Flash640 / .text / zps_nwk_slist.o |
Start |
End |
Size |
% |
Line |
.text.zps_vNwkSlistInit |
0x00029dd0 |
0x00029dd8 |
8 |
6% |
9778 |
.text.zps_vNwkSlistAddToHead |
0x00029dd8 |
0x00029de4 |
12 |
9% |
9781 |
.text.zps_vNwkSlistAddToTail |
0x00029de4 |
0x00029df8 |
20 |
15% |
9784 |
.text.zps_vNwkSlistInsertAfter |
0x00029df8 |
0x00029e0a |
18 |
13% |
9787 |
.text.zps_psNwkSlistRemoveFromHead |
0x00029e0a |
0x00029e1a |
16 |
12% |
9790 |
.text.zps_psNwkSlistRemove |
0x00029e1a |
0x00029e4a |
48 |
35% |
9793 |
.text.zps_vNwkSlistMakeLimboNode |
0x00029e4a |
0x00029e52 |
8 |
6% |
9796 |
.text.zps_bNwkSlistIsLimboNode |
0x00029e52 |
0x00029e5c |
10 |
8% |
9799 |
Expected total in zps_nwk_slist.o file: |
140 |
Actual: |
140 |
100% |
9778 |
Flash640 / .text / zps_nwk_subghz.o |
Start |
End |
Size |
% |
Line |
.text.zps_psSendNetworkLinkPowerDelta.isra.0 |
0x00029e5c |
0x00029eec |
144 |
16% |
9802 |
.text.zps_eNwkHandleSmeDutyCycleInd |
0x00029eec |
0x00029f10 |
36 |
4% |
9804 |
.text.zps_eNwkHandleSceNwkLinkPowerDelta |
0x00029f10 |
0x0002a044 |
308 |
34% |
9807 |
.text.ZPS_bNwkCoordLinkPowerDeltaNtfcn |
0x0002a044 |
0x0002a0d8 |
148 |
17% |
9810 |
.text.ZPS_vLinkPowerDeltaTimerExpiry |
0x0002a0d8 |
0x0002a0e6 |
14 |
2% |
9813 |
.text.ZPS_vNwkNibNTUpdateTxPower |
0x0002a0e6 |
0x0002a14a |
100 |
11% |
9816 |
.text.ZPS_bMACTxPowerTableInitialise |
0x0002a14a |
0x0002a1ac |
98 |
11% |
9819 |
.text.ZPS_u16NwkNibNtGetMacIDByAddress |
0x0002a1ac |
0x0002a1f6 |
74 |
9% |
9822 |
Expected total in zps_nwk_subghz.o file: |
922 |
Actual: |
922 |
100% |
9802 |
Flash640 / .text / zps_nwk_actv_st.o |
Start |
End |
Size |
% |
Line |
.text.zps_vNwkHandleCmeGetResources |
0x0002a1f6 |
0x0002a286 |
144 |
73% |
9825 |
.text.zps_eNwkActvStInit |
0x0002a286 |
0x0002a290 |
10 |
6% |
9828 |
.text.zps_vNwkActvStHandleCme |
0x0002a290 |
0x0002a2bc |
44 |
23% |
9832 |
Expected total in zps_nwk_actv_st.o file: |
198 |
Actual: |
198 |
100% |
9825 |
Flash640 / .text / zps_nwk_btt.o |
Start |
End |
Size |
% |
Line |
.text.vNwkBttTimerExpiry |
0x0002a2bc |
0x0002a3a4 |
232 |
40% |
9835 |
.text.zps_vNwkBttMgrInit |
0x0002a3a4 |
0x0002a3d8 |
52 |
9% |
9838 |
.text.zps_eNwkBtrMatch |
0x0002a3d8 |
0x0002a4e8 |
272 |
47% |
9841 |
.text.zps_vNwkBttProcessPassiveAck |
0x0002a4e8 |
0x0002a504 |
28 |
5% |
9844 |
Expected total in zps_nwk_btt.o file: |
584 |
Actual: |
584 |
100% |
9835 |
Flash640 / .text / zps_nwk_disc.o |
Start |
End |
Size |
% |
Line |
.text.zps_vReAttemptScanTimerHandleExpiry |
0x0002a504 |
0x0002a544 |
64 |
18% |
9847 |
.text.zps_vNwkHandleCmeNwkDiscReq |
0x0002a544 |
0x0002a5e4 |
160 |
43% |
9850 |
.text.zps_vNwkDiscUpdateNT |
0x0002a5e4 |
0x0002a67c |
152 |
41% |
9853 |
Expected total in zps_nwk_disc.o file: |
376 |
Actual: |
376 |
100% |
9847 |
Flash640 / .text / zps_nwk_disc_st.o |
Start |
End |
Size |
% |
Line |
.text.psAddToDiscNt |
0x0002a67c |
0x0002a7d0 |
340 |
31% |
9856 |
.text.eSmeUDNTBeaconInd |
0x0002a7d0 |
0x0002a7f6 |
38 |
4% |
9858 |
.text.eSmeEdScScanDcfm |
0x0002a7f6 |
0x0002a834 |
62 |
6% |
9860 |
.text.eSmeASFlBeaconInd |
0x0002a834 |
0x0002a854 |
32 |
3% |
9862 |
.text.eSmeAcScBeaconInd |
0x0002a854 |
0x0002a93c |
232 |
21% |
9864 |
.text.zps_NwkSortDiscoveryTable.constprop.0 |
0x0002a93c |
0x0002a9b2 |
118 |
11% |
9866 |
.text.eSmeGenlScanDcfm |
0x0002a9b2 |
0x0002aa0c |
90 |
9% |
9868 |
.text.eSmeUDNTScanDcfm |
0x0002aa0c |
0x0002aad8 |
204 |
19% |
9870 |
.text.zps_eNwkDiscStInit |
0x0002aad8 |
0x0002aae0 |
8 |
1% |
9872 |
Expected total in zps_nwk_disc_st.o file: |
1124 |
Actual: |
1124 |
100% |
9856 |
Flash640 / .text / zps_nwk_form_st.o |
Start |
End |
Size |
% |
Line |
.text.eSmeAcScScanDcfm |
0x0002aae0 |
0x0002ae0c |
812 |
64% |
9875 |
.text.bCheckMatchingEntry |
0x0002ae0c |
0x0002ae30 |
36 |
3% |
9877 |
.text.eSmeAcScBeaconInd |
0x0002ae30 |
0x0002aecc |
156 |
13% |
9879 |
.text.vSendDcfm |
0x0002aecc |
0x0002aeee |
34 |
3% |
9881 |
.text.eSmeEdScScanDcfm |
0x0002aeee |
0x0002afb0 |
194 |
16% |
9883 |
.text.zps_eNwkFormStInit |
0x0002afb0 |
0x0002afdc |
44 |
4% |
9886 |
Expected total in zps_nwk_form_st.o file: |
1276 |
Actual: |
1276 |
100% |
9875 |
Flash640 / .text / zps_nwk_frm.o |
Start |
End |
Size |
% |
Line |
.text.zps_eDefaultDataDcfm |
0x0002afdc |
0x0002b0f2 |
278 |
12% |
9889 |
.text.zps_bProcessUnicastRoute |
0x0002b0f2 |
0x0002b328 |
566 |
24% |
9892 |
.text.zps_psAllocateAndFormatMacHdr |
0x0002b328 |
0x0002b514 |
492 |
21% |
9896 |
.text.zps_psSendFrm |
0x0002b514 |
0x0002b760 |
588 |
25% |
9899 |
.text.zps_psSendBroadcastFrm |
0x0002b760 |
0x0002b7fc |
156 |
7% |
9902 |
.text.zps_psFormatCmdFrameGeneral |
0x0002b7fc |
0x0002b8a4 |
168 |
8% |
9905 |
.text.zps_psNwkInitCmdFrame |
0x0002b8a4 |
0x0002b928 |
132 |
6% |
9908 |
Expected total in zps_nwk_frm.o file: |
2380 |
Actual: |
2380 |
100% |
9889 |
Flash640 / .text / zps_nwk_idle_st.o |
Start |
End |
Size |
% |
Line |
.text.zps_vNwkIdleStHandleCme |
0x0002b928 |
0x0002b954 |
44 |
100% |
9912 |
Expected total in zps_nwk_idle_st.o file: |
44 |
Actual: |
44 |
100% |
9912 |
Flash640 / .text / zps_nwk_join.o |
Start |
End |
Size |
% |
Line |
.text.zps_vJoinInitNtParent |
0x0002b954 |
0x0002bb4c |
504 |
11% |
9915 |
.text.zps_vCheckActvNtForDuplicate |
0x0002bb4c |
0x0002bbf8 |
172 |
4% |
9918 |
.text.zps_vSendJoinDcfm |
0x0002bbf8 |
0x0002bc38 |
64 |
2% |
9921 |
.text.zps_vSendJoinInd |
0x0002bc38 |
0x0002bcbc |
132 |
3% |
9925 |
.text.zps_vNwkHandleCmeDirectJoinReq |
0x0002bcbc |
0x0002bd34 |
120 |
3% |
9928 |
.text.zps_eNwkHandleSmeCommStatusInd |
0x0002bd34 |
0x0002be68 |
308 |
7% |
9931 |
.text.zps_eNwkHandleSmeOrphanInd |
0x0002be68 |
0x0002bf1e |
182 |
4% |
9934 |
.text.zps_vTidyActvNtAfterJoin |
0x0002bf1e |
0x0002bfa8 |
138 |
3% |
9937 |
.text.eRejoinRspDataDcfm |
0x0002bfa8 |
0x0002c02e |
134 |
3% |
9940 |
.text.zps_eNwkHandleSceRejnResponse |
0x0002c02e |
0x0002c080 |
82 |
2% |
9942 |
.text.zps_psNwkSendRejoinReqCmd |
0x0002c080 |
0x0002c11c |
156 |
4% |
9946 |
.text.zps_u8NwkHandleRejoinReq |
0x0002c11c |
0x0002c1c4 |
168 |
4% |
9949 |
.text.zps_vnwkJoinContinueRejoin |
0x0002c1c4 |
0x0002c260 |
156 |
4% |
9952 |
.text.zps_vNwkHandleCmeNwkJoinReq |
0x0002c260 |
0x0002c60c |
940 |
19% |
9956 |
.text.zps_vNwkHandleCmeNwkActvJoinReq |
0x0002c60c |
0x0002c618 |
12 |
1% |
9959 |
.text.zps_psNwkSendRejoinRspCmd |
0x0002c618 |
0x0002c6b4 |
156 |
4% |
9963 |
.text.zps_eNwkSendJoinResponse |
0x0002c6b4 |
0x0002c7e8 |
308 |
7% |
9966 |
.text.zps_eNwkProcessJoinInd |
0x0002c7e8 |
0x0002cbd0 |
1000 |
21% |
9969 |
.text.zps_eNwkHandleSmeAssocInd |
0x0002cbd0 |
0x0002cc00 |
48 |
1% |
9972 |
.text.zps_eNwkHandleSceRejnRequest |
0x0002cc00 |
0x0002cca8 |
168 |
4% |
9975 |
Expected total in zps_nwk_join.o file: |
4948 |
Actual: |
4948 |
100% |
9915 |
Flash640 / .text / zps_nwk_join_st.o |
Start |
End |
Size |
% |
Line |
.text.vGiveUp |
0x0002cca8 |
0x0002ccd8 |
48 |
4% |
9978 |
.text.vFinish |
0x0002ccd8 |
0x0002cd58 |
128 |
10% |
9979 |
.text.eSmeOrphScanDcfm |
0x0002cd58 |
0x0002cdc6 |
110 |
9% |
9980 |
.text.vCheckSleepingSendPoll |
0x0002cdc6 |
0x0002ce44 |
126 |
10% |
9982 |
.text.eTryNextParent |
0x0002ce44 |
0x0002cf78 |
308 |
23% |
9985 |
.text.eSmeRjPCPollDcfm |
0x0002cf78 |
0x0002cfb4 |
60 |
5% |
9988 |
.text.eSmeAsocAssocDcfm |
0x0002cfb4 |
0x0002d032 |
126 |
10% |
9990 |
.text.eSceRjRsRejoinRsp |
0x0002d032 |
0x0002d120 |
238 |
18% |
9992 |
.text.vHandleRejoinExpiry |
0x0002d120 |
0x0002d170 |
80 |
6% |
9995 |
.text.zps_vNwkJoinStStartResponseTimer |
0x0002d170 |
0x0002d1a4 |
52 |
4% |
9997 |
.text.zps_eRejoinDataDcfm |
0x0002d1a4 |
0x0002d1e6 |
66 |
5% |
10000 |
.text.zps_eNwkJoinStInit |
0x0002d1e6 |
0x0002d1ee |
8 |
1% |
10003 |
Expected total in zps_nwk_join_st.o file: |
1350 |
Actual: |
1350 |
100% |
9978 |
Flash640 / .text / zps_nwk_mac.o |
Start |
End |
Size |
% |
Line |
.text.MAC_u64GetExtAddr |
0x0002d1ee |
0x0002d1fa |
12 |
100% |
10006 |
Expected total in zps_nwk_mac.o file: |
12 |
Actual: |
12 |
100% |
10006 |
Flash640 / .text / zps_nwk_scan.o |
Start |
End |
Size |
% |
Line |
.text.zps_sNwkLibSubmitScan |
0x0002d1fa |
0x0002d236 |
60 |
47% |
10009 |
.text.zps_vNwkHandleCmeEdScanReq |
0x0002d236 |
0x0002d27a |
68 |
54% |
10012 |
Expected total in zps_nwk_scan.o file: |
128 |
Actual: |
128 |
100% |
10009 |
Flash640 / .text / zps_nwk_sync.o |
Start |
End |
Size |
% |
Line |
.text.zps_vNwkHandleCmeSyncReq |
0x0002d27a |
0x0002d2ec |
114 |
76% |
10015 |
.text.zps_eNwkHandleSmePollDcfm |
0x0002d2ec |
0x0002d310 |
36 |
24% |
10018 |
Expected total in zps_nwk_sync.o file: |
150 |
Actual: |
150 |
100% |
10015 |
Flash640 / .text / zps_nwk_intf.o |
Start |
End |
Size |
% |
Line |
.text.zps_vNwkHandleCmeSetInterface |
0x0002d310 |
0x0002d43e |
302 |
53% |
10021 |
.text.zps_vNwkHandleCmeGetInterface |
0x0002d43e |
0x0002d54a |
268 |
48% |
10024 |
Expected total in zps_nwk_intf.o file: |
570 |
Actual: |
570 |
100% |
10021 |
Flash640 / .text / zps_nwk_form.o |
Start |
End |
Size |
% |
Line |
.text.zps_vNwkHandleCmeNwkFormReq |
0x0002d54a |
0x0002d5f2 |
168 |
97% |
10027 |
.text.zps_vNwkHandleCmeIdleNwkFormReq |
0x0002d5f2 |
0x0002d5f8 |
6 |
4% |
10030 |
Expected total in zps_nwk_form.o file: |
174 |
Actual: |
174 |
100% |
10027 |
Flash640 / .text / aes_mmo.c.obj |
Start |
End |
Size |
% |
Line |
.text.AESSW_vMMOBlockUpdate |
0x0002d5f8 |
0x0002d626 |
46 |
13% |
10033 |
.text.AESSW_vMMOFinalUpdate |
0x0002d626 |
0x0002d6ee |
200 |
53% |
10036 |
.text.AESSW_vHMAC_MMO |
0x0002d6ee |
0x0002d774 |
134 |
36% |
10039 |
Expected total in aes_mmo.c.obj file: |
380 |
Actual: |
380 |
100% |
10033 |
Flash640 / .text / MMAC.o |
Start |
End |
Size |
% |
Line |
.text.Chip_GetType |
0x0002d774 |
0x0002d7ea |
118 |
2% |
10042 |
.text.do_fcs |
0x0002d7ea |
0x0002d826 |
60 |
1% |
10044 |
.text.end_fcs |
0x0002d826 |
0x0002d832 |
12 |
1% |
10046 |
.text.read_uint32 |
0x0002d832 |
0x0002d844 |
18 |
1% |
10048 |
.text.read_uint64 |
0x0002d844 |
0x0002d858 |
20 |
1% |
10051 |
.text.v2MAC_CSL_phase |
0x0002d858 |
0x0002d898 |
64 |
2% |
10055 |
.text.v2MAC_restore_tune_regs |
0x0002d898 |
0x0002d8d8 |
64 |
2% |
10058 |
.text.v2MAC_decode_FCF |
0x0002d8d8 |
0x0002d9f4 |
284 |
5% |
10061 |
.text.v2MAC_basic_check_frame |
0x0002d9f4 |
0x0002da20 |
44 |
1% |
10064 |
.text.v2MAC_read_header |
0x0002da20 |
0x0002dac8 |
168 |
3% |
10067 |
.text.v2MAC_check_ACK |
0x0002dac8 |
0x0002db6c |
164 |
3% |
10071 |
.text.v2MAC_filter_process_Rx_frame |
0x0002db6c |
0x0002dc44 |
216 |
4% |
10074 |
.text.v2MAC_ACK |
0x0002dc44 |
0x0002df60 |
796 |
14% |
10077 |
.text.v2MAC_check_Rx_frame_FCS |
0x0002df60 |
0x0002dfa4 |
68 |
2% |
10080 |
.text.v2MAC_restart_rx |
0x0002dfa4 |
0x0002e008 |
100 |
2% |
10083 |
.text.v2MAC_wait_and_fcs |
0x0002e008 |
0x0002e060 |
88 |
2% |
10086 |
.text.vMMAC_EnableInterrupts |
0x0002e060 |
0x0002e088 |
40 |
1% |
10089 |
.text.u32MMAC_GetTime |
0x0002e088 |
0x0002e094 |
12 |
1% |
10092 |
.text.vMMAC_ForceReset |
0x0002e094 |
0x0002e2fc |
616 |
11% |
10095 |
.text.vMMAC_SynchroniseBackoffClock |
0x0002e2fc |
0x0002e314 |
24 |
1% |
10098 |
.text.u8MMAC_EnergyDetect |
0x0002e314 |
0x0002e330 |
28 |
1% |
10101 |
.text.vMMAC_SetRxAddress |
0x0002e330 |
0x0002e34c |
28 |
1% |
10104 |
.text.vMMAC_SetRxFrame |
0x0002e34c |
0x0002e364 |
24 |
1% |
10107 |
.text.vMMAC_SetTxFrame |
0x0002e364 |
0x0002e370 |
12 |
1% |
10110 |
.text.u32MMAC_GetRxFrame |
0x0002e370 |
0x0002e37c |
12 |
1% |
10113 |
.text.u32MMAC_GetTxFrame |
0x0002e37c |
0x0002e388 |
12 |
1% |
10116 |
.text.u32MMAC_GetRxErrors |
0x0002e388 |
0x0002e394 |
12 |
1% |
10119 |
.text.u32MMAC_GetRxTime |
0x0002e394 |
0x0002e3a0 |
12 |
1% |
10122 |
.text.u8MMAC_GetRxLqi |
0x0002e3a0 |
0x0002e3b8 |
24 |
1% |
10125 |
.text.vMMAC_SetTxMinBE |
0x0002e3b8 |
0x0002e3d4 |
28 |
1% |
10128 |
.text.vMMAC_SetTxMaxBE |
0x0002e3d4 |
0x0002e3f0 |
28 |
1% |
10131 |
.text.vMMAC_SetTxMaxBackoffs |
0x0002e3f0 |
0x0002e40c |
28 |
1% |
10134 |
.text.vMMAC_SetCcaMode |
0x0002e40c |
0x0002e420 |
20 |
1% |
10137 |
.text.u32MMAC_GetCsmaContext |
0x0002e420 |
0x0002e42c |
12 |
1% |
10140 |
.text.u32MMAC_GetTxRetries |
0x0002e42c |
0x0002e438 |
12 |
1% |
10143 |
.text.vMMAC_SetTxRetries |
0x0002e438 |
0x0002e444 |
12 |
1% |
10146 |
.text.vMMAC_SetTxPend |
0x0002e444 |
0x0002e458 |
20 |
1% |
10149 |
.text.u32MMAC_GetTxErrors |
0x0002e458 |
0x0002e464 |
12 |
1% |
10152 |
.text.vMMAC_GetMacAddressN |
0x0002e464 |
0x0002e498 |
52 |
1% |
10155 |
.text.vMMAC_GetMacAddress |
0x0002e498 |
0x0002e4a0 |
8 |
1% |
10158 |
.text.vMMAC_Enable |
0x0002e4a0 |
0x0002e550 |
176 |
3% |
10162 |
.text.vMMAC_ClearInterrupts |
0x0002e550 |
0x0002e55c |
12 |
1% |
10165 |
.text.u32MMAC_GetPhyState |
0x0002e55c |
0x0002e5a0 |
68 |
2% |
10168 |
.text.vMMAC_CheckRxStarted |
0x0002e5a0 |
0x0002e604 |
100 |
2% |
10171 |
.text.vMMAC_AbortRadio |
0x0002e604 |
0x0002e650 |
76 |
2% |
10174 |
.text.vMMAC_RxCtlUpdate |
0x0002e650 |
0x0002e698 |
72 |
2% |
10177 |
.text.v2MAC_reset_state |
0x0002e698 |
0x0002e6fc |
100 |
2% |
10180 |
.text.v2MAC_report_rx |
0x0002e6fc |
0x0002e734 |
56 |
1% |
10183 |
.text.v2MAC_report_tx |
0x0002e734 |
0x0002e76c |
56 |
1% |
10186 |
.text.vMMAC_RadioOff |
0x0002e76c |
0x0002e774 |
8 |
1% |
10189 |
.text.vMMAC_StartMacReceive |
0x0002e774 |
0x0002e7b8 |
68 |
2% |
10193 |
.text.vMMAC_WriteCcaThreshold |
0x0002e7b8 |
0x0002e7ec |
52 |
1% |
10196 |
.text.vMMAC_SetHighPowerOptions |
0x0002e7ec |
0x0002e7fc |
16 |
1% |
10199 |
.text.vMMAC_SetPRBSS |
0x0002e7fc |
0x0002e808 |
12 |
1% |
10202 |
.text.vMMAC_IntHandlerPhy |
0x0002e808 |
0x0002ec54 |
1100 |
18% |
10205 |
.text.vMMAC_SetTxPowerMode |
0x0002ec54 |
0x0002ec6c |
24 |
1% |
10208 |
.text.MMAC_stop_radio |
0x0002ec6c |
0x0002ecc0 |
84 |
2% |
10211 |
.text.vMMAC_RadioToOffAndWait |
0x0002ecc0 |
0x0002ecc8 |
8 |
1% |
10214 |
.text.vMMAC_SetChannelAndPower |
0x0002ecc8 |
0x0002ed0c |
68 |
2% |
10218 |
.text.vMMAC_StartMacTransmit |
0x0002ed0c |
0x0002edd8 |
204 |
4% |
10221 |
.text.vMMAC_IntHandlerBbc |
0x0002edd8 |
0x0002ef54 |
380 |
7% |
10224 |
Expected total in MMAC.o file: |
6112 |
Actual: |
6112 |
100% |
10042 |
Flash640 / .text / MMAC_TimerServer.o |
Start |
End |
Size |
% |
Line |
.text.vTimerFired |
0x0002ef54 |
0x0002ef94 |
64 |
30% |
10227 |
.text.vTimerInitialise |
0x0002ef94 |
0x0002efcc |
56 |
27% |
10230 |
.text.TSV_eOpen |
0x0002efcc |
0x0002efd8 |
12 |
6% |
10233 |
.text.TSV_eStart |
0x0002efd8 |
0x0002f018 |
64 |
30% |
10236 |
.text.TSV_eStop |
0x0002f018 |
0x0002f02a |
18 |
9% |
10239 |
Expected total in MMAC_TimerServer.o file: |
214 |
Actual: |
214 |
100% |
10227 |
Flash640 / .text / Mini_Association.o |
Start |
End |
Size |
% |
Line |
.text.vPostFailedAssocDcfm |
0x0002f02a |
0x0002f04c |
34 |
3% |
10242 |
.text.eAssocRespSent |
0x0002f04c |
0x0002f068 |
28 |
3% |
10244 |
.text.eDisassocReqSent |
0x0002f068 |
0x0002f0a4 |
60 |
5% |
10246 |
.text.vAssocReqTimeout1 |
0x0002f0a4 |
0x0002f124 |
128 |
10% |
10248 |
.text.vAssocReqTimeout2 |
0x0002f124 |
0x0002f15c |
56 |
5% |
10250 |
.text.eGenericAssocFrameSent |
0x0002f15c |
0x0002f1a0 |
68 |
6% |
10252 |
.text.eAssocReqSent |
0x0002f1a0 |
0x0002f1ac |
12 |
1% |
10254 |
.text.ePMICassocReqPollSent |
0x0002f1ac |
0x0002f1d4 |
40 |
4% |
10256 |
.text.eMiniMac_MLME_AssociateReq |
0x0002f1d4 |
0x0002f278 |
164 |
13% |
10258 |
.text.eMiniMac_MLME_AssociateResp |
0x0002f278 |
0x0002f330 |
184 |
15% |
10261 |
.text.eMiniMac_MLME_DisassociateReq |
0x0002f330 |
0x0002f3d0 |
160 |
13% |
10264 |
.text.vAssociatingRxCallback |
0x0002f3d0 |
0x0002f454 |
132 |
11% |
10267 |
.text.vAssociationReqFrameReceived |
0x0002f454 |
0x0002f488 |
52 |
5% |
10270 |
.text.vDisassociationReceived |
0x0002f488 |
0x0002f4cc |
68 |
6% |
10273 |
.text.vMiniMac_PurgeAssocResp |
0x0002f4cc |
0x0002f530 |
100 |
8% |
10276 |
Expected total in Mini_Association.o file: |
1286 |
Actual: |
1286 |
100% |
10242 |
Flash640 / .text / Mini_Main.o |
Start |
End |
Size |
% |
Line |
.text.vBbcIntHandler |
0x0002f530 |
0x0002f5e8 |
184 |
18% |
10279 |
.text.vSetChannelAndPower |
0x0002f5e8 |
0x0002f5f8 |
16 |
2% |
10281 |
.text.vInsertFullDstAddr |
0x0002f5f8 |
0x0002f616 |
30 |
3% |
10284 |
.text.vExtractFullSrcAddr |
0x0002f616 |
0x0002f62e |
24 |
3% |
10287 |
.text.vExtractFullDstAddr |
0x0002f62e |
0x0002f648 |
26 |
3% |
10290 |
.text.vMiniMac_MLME_SetReq_PanId |
0x0002f648 |
0x0002f668 |
32 |
4% |
10293 |
.text.vMiniMac_MLME_SetReq_ShortAddr |
0x0002f668 |
0x0002f678 |
16 |
2% |
10296 |
.text.vMiniMac_MLME_SetReq_MinBe |
0x0002f678 |
0x0002f688 |
16 |
2% |
10299 |
.text.vMiniMac_Init |
0x0002f688 |
0x0002f7d4 |
332 |
32% |
10302 |
.text.vMiniMac_MLME_Reset |
0x0002f7d4 |
0x0002f830 |
92 |
9% |
10305 |
.text.vMiniMac_MLME_SetReq_MaxBe |
0x0002f830 |
0x0002f834 |
4 |
1% |
10308 |
.text.vMiniMac_MLME_SetReq_MaxCsmaBackoffs |
0x0002f834 |
0x0002f838 |
4 |
1% |
10311 |
.text.vMiniMac_MLME_SetReq_RxOnWhenIdle |
0x0002f838 |
0x0002f844 |
12 |
2% |
10314 |
.text.vMiniMac_PLME_SetReq_Channel |
0x0002f844 |
0x0002f850 |
12 |
2% |
10317 |
.text.vMiniMac_PLME_SetReq_Power |
0x0002f850 |
0x0002f86c |
28 |
3% |
10320 |
.text.vMiniMac_PLME_SetReq_CcaMode |
0x0002f86c |
0x0002f870 |
4 |
1% |
10323 |
.text.vCopyU16ToPayload |
0x0002f870 |
0x0002f878 |
8 |
1% |
10326 |
.text.u16CopyFromPayload |
0x0002f878 |
0x0002f87c |
4 |
1% |
10329 |
.text.u8GetHeaderSize |
0x0002f87c |
0x0002f898 |
28 |
3% |
10332 |
.text.vSendMlmeCommStatusFromTxFrame |
0x0002f898 |
0x0002f8ca |
50 |
5% |
10335 |
.text.vSendMlmeCommStatusFromRxFrame |
0x0002f8ca |
0x0002f8fc |
50 |
5% |
10338 |
.text.psGetAndBuildCoordRealignment |
0x0002f8fc |
0x0002f958 |
92 |
9% |
10341 |
Expected total in Mini_Main.o file: |
1064 |
Actual: |
1064 |
100% |
10279 |
Flash640 / .text / Mini_Mcps.o |
Start |
End |
Size |
% |
Line |
.text.eMcpsTxCompleteHandler |
0x0002f958 |
0x0002f984 |
44 |
9% |
10344 |
.text.psGetTxFrameBuffer |
0x0002f984 |
0x0002f9bc |
56 |
11% |
10346 |
.text.eTransmit |
0x0002f9bc |
0x0002fa9c |
224 |
44% |
10349 |
.text.eMiniMac_MCPS_DataReq |
0x0002fa9c |
0x0002fab8 |
28 |
6% |
10352 |
.text.eMiniMac_MCPS_DataRetransmitReq |
0x0002fab8 |
0x0002fae4 |
44 |
9% |
10355 |
.text.vMiniMacMcpsFrameReceived |
0x0002fae4 |
0x0002fafc |
24 |
5% |
10358 |
.text.eMiniMac_MCPS_PurgeReq |
0x0002fafc |
0x0002fb60 |
100 |
20% |
10361 |
Expected total in Mini_Mcps.o file: |
520 |
Actual: |
520 |
100% |
10344 |
Flash640 / .text / Mini_Poll.o |
Start |
End |
Size |
% |
Line |
.text.vPollConfirm |
0x0002fb60 |
0x0002fb80 |
32 |
9% |
10364 |
.text.ePollReqSent |
0x0002fb80 |
0x0002fbdc |
92 |
25% |
10367 |
.text.eMiniMac_MLME_DataReq |
0x0002fbdc |
0x0002fc6c |
144 |
39% |
10369 |
.text.vMiniMacPoll_CheckPollResponse |
0x0002fc6c |
0x0002fcc4 |
88 |
24% |
10372 |
.text.vPollTimeout |
0x0002fcc4 |
0x0002fcd4 |
16 |
5% |
10375 |
Expected total in Mini_Poll.o file: |
372 |
Actual: |
372 |
100% |
10364 |
Flash640 / .text / Mini_Running.o |
Start |
End |
Size |
% |
Line |
.text.vRunningRxCallback |
0x0002fcd4 |
0x0002fddc |
264 |
65% |
10377 |
.text.eMiniMac_MLME_StartReq |
0x0002fddc |
0x0002fe5c |
128 |
32% |
10380 |
.text.bMiniMac_CurrentlyScanning |
0x0002fe5c |
0x0002fe6c |
16 |
4% |
10383 |
Expected total in Mini_Running.o file: |
408 |
Actual: |
408 |
100% |
10377 |
Flash640 / .text / Mini_Scan.o |
Start |
End |
Size |
% |
Line |
.text.eBuildAndSend |
0x0002fe6c |
0x0002fed0 |
100 |
6% |
10386 |
.text.vPostDcfm |
0x0002fed0 |
0x0002ff30 |
96 |
6% |
10388 |
.text.vScanNextChannel |
0x0002ff30 |
0x00030068 |
312 |
18% |
10390 |
.text.eOrphanRespSent |
0x00030068 |
0x00030074 |
12 |
1% |
10392 |
.text.bBeaconNotify |
0x00030074 |
0x00030184 |
272 |
16% |
10394 |
.text.eOrphanNotificationSent |
0x00030184 |
0x000301cc |
72 |
5% |
10396 |
.text.eBeaconReqSent |
0x000301cc |
0x000301f0 |
36 |
3% |
10398 |
.text.eMiniMac_MLME_ScanReq |
0x000301f0 |
0x00030274 |
132 |
8% |
10400 |
.text.eMiniMac_MLME_OrphanRsp |
0x00030274 |
0x000302dc |
104 |
6% |
10403 |
.text.vScanOrphanReceived |
0x000302dc |
0x000302fc |
32 |
2% |
10406 |
.text.vScanCoordRealignmentReceived |
0x000302fc |
0x00030300 |
4 |
1% |
10409 |
.text.vScanBeaconReceived |
0x00030300 |
0x0003033c |
60 |
4% |
10413 |
.text.vScanningRxCallback |
0x0003033c |
0x000303d8 |
156 |
9% |
10416 |
.text.vMiniMac_BeaconRequestReceived |
0x000303d8 |
0x000303dc |
4 |
1% |
10419 |
.text.vScanBeaconRequestReceived |
0x000303dc |
0x00030554 |
376 |
22% |
10423 |
Expected total in Mini_Scan.o file: |
1768 |
Actual: |
1768 |
100% |
10386 |
Flash640 / .text / Mini_Shim.o |
Start |
End |
Size |
% |
Line |
.text.eAppApiPlmeSet |
0x00030554 |
0x00030580 |
44 |
24% |
10426 |
.text.eAppApiPlmeGet |
0x00030580 |
0x000305bc |
60 |
33% |
10430 |
.text.pvAppApiGetMacAddrLocation |
0x000305bc |
0x000305d4 |
24 |
14% |
10433 |
.text.vAppApiEnableBeaconResponse |
0x000305d4 |
0x000305e8 |
20 |
11% |
10436 |
.text.bAppApi_CurrentlyScanning |
0x000305e8 |
0x000305ec |
4 |
3% |
10439 |
.text.MAC_vPibSetShortAddr |
0x000305ec |
0x000305f2 |
6 |
4% |
10442 |
.text.MAC_vPibSetPanId |
0x000305f2 |
0x000305f8 |
6 |
4% |
10445 |
.text.MAC_vPibSetMinBe |
0x000305f8 |
0x000305fe |
6 |
4% |
10448 |
.text.MAC_vPibSetMaxCsmaBackoffs |
0x000305fe |
0x00030604 |
6 |
4% |
10451 |
.text.MAC_vPibSetRxOnWhenIdle |
0x00030604 |
0x0003060c |
8 |
5% |
10454 |
Expected total in Mini_Shim.o file: |
184 |
Actual: |
184 |
100% |
10426 |
Flash640 / .text / Mini_TimerServer.o |
Start |
End |
Size |
% |
Line |
.text.vTimerRestartScanTimer |
0x0003060c |
0x00030620 |
20 |
13% |
10458 |
.text.vTimerHandlerCallback |
0x00030620 |
0x00030690 |
112 |
70% |
10461 |
.text.vTimerPostHandlerCallback |
0x00030690 |
0x000306ac |
28 |
18% |
10464 |
Expected total in Mini_TimerServer.o file: |
160 |
Actual: |
160 |
100% |
10458 |
Flash640 / .text / Mini_TxRx.o |
Start |
End |
Size |
% |
Line |
.text.getRxBuffer |
0x000306ac |
0x000306dc |
48 |
4% |
10467 |
.text.vAddToTxQueue |
0x000306dc |
0x00030718 |
60 |
4% |
10469 |
.text.vRemoveFromTxQueue |
0x00030718 |
0x0003074c |
52 |
4% |
10472 |
.text.psSearchForFrameToSend |
0x0003074c |
0x000307a4 |
88 |
6% |
10475 |
.text.eBasicTxCompleteHandler |
0x000307a4 |
0x000307a8 |
4 |
1% |
10478 |
.text.vMiniMac_RxHdrComplete |
0x000307a8 |
0x00030858 |
176 |
12% |
10481 |
.text.eMiniMac_FrameInProgress |
0x00030858 |
0x000308b4 |
92 |
6% |
10484 |
.text.vStartReceive |
0x000308b4 |
0x000308ec |
56 |
4% |
10487 |
.text.vMiniMac_NextTransaction |
0x000308ec |
0x0003095c |
112 |
8% |
10490 |
.text.vPostTxActions |
0x0003095c |
0x00030994 |
56 |
4% |
10493 |
.text.vStartTransmit |
0x00030994 |
0x00030aa4 |
272 |
18% |
10495 |
.text.vTxIndirectExpired |
0x00030aa4 |
0x00030abc |
24 |
2% |
10497 |
.text.vMiniMac_TxComplete |
0x00030abc |
0x00030c00 |
324 |
21% |
10501 |
.text.vMiniMac_RxComplete |
0x00030c00 |
0x00030cb8 |
184 |
12% |
10504 |
Expected total in Mini_TxRx.o file: |
1548 |
Actual: |
1548 |
100% |
10467 |
Flash640 / .text / endian.o |
Start |
End |
Size |
% |
Line |
.text.u32FromLe |
0x00030cb8 |
0x00030cce |
22 |
79% |
10507 |
.text.u16FromLe |
0x00030cce |
0x00030cd4 |
6 |
22% |
10510 |
Expected total in endian.o file: |
28 |
Actual: |
28 |
100% |
10507 |
Flash640 / .text / MMAC_RadioInit_JN518x.o |
Start |
End |
Size |
% |
Line |
.text.vMMAC_ConfigureRadio |
0x00030cd4 |
0x00030cfc |
40 |
100% |
10514 |
Expected total in MMAC_RadioInit_JN518x.o file: |
40 |
Actual: |
40 |
100% |
10514 |
Flash640 / .text / radio.o |
Start |
End |
Size |
% |
Line |
.text.radio_IsNotC2MF |
0x00030cfc |
0x00030d44 |
72 |
1% |
10517 |
.text.radio_CLOCK_FastuDelay |
0x00030d44 |
0x00030d58 |
20 |
1% |
10520 |
.text.radio_TX_ZigBee_pll_dac_banked_set |
0x00030d58 |
0x00030d9c |
68 |
1% |
10523 |
.text.radio_dac_mode2_from_ZB |
0x00030d9c |
0x00030ddc |
64 |
1% |
10526 |
.text.radio_fill_std_ZB_regs |
0x00030ddc |
0x00030df4 |
24 |
1% |
10529 |
.text.radio_fill_std_BLE1M_regs |
0x00030df4 |
0x00030e0c |
24 |
1% |
10532 |
.text.radio_fill_std_BLE2M_regs |
0x00030e0c |
0x00030e24 |
24 |
1% |
10535 |
.text.radio_fill_zbble_ZB_regs |
0x00030e24 |
0x00030e3c |
24 |
1% |
10538 |
.text.radio_fill_zbble_BLE_regs |
0x00030e3c |
0x00030e54 |
24 |
1% |
10541 |
.text.radio_fill_regs |
0x00030e54 |
0x00030e6c |
24 |
1% |
10544 |
.text.radio_power_down_to_off_polled |
0x00030e6c |
0x00030ea4 |
56 |
1% |
10547 |
.text.radio_pre_start_to_pll_polled |
0x00030ea4 |
0x00030f1c |
120 |
2% |
10550 |
.text.radio_packet_start_aborted |
0x00030f1c |
0x00030f88 |
108 |
1% |
10553 |
.text.radio_rx_assert_polled |
0x00030f88 |
0x00030fc0 |
56 |
1% |
10556 |
.text.radio_rx_deassert_polled |
0x00030fc0 |
0x00030ff8 |
56 |
1% |
10559 |
.text.radio_RSSI_cal |
0x00030ff8 |
0x00031054 |
92 |
1% |
10562 |
.text.radio_Init |
0x00031054 |
0x00031090 |
60 |
1% |
10565 |
.text.radio_TMU_Init |
0x00031090 |
0x000310a4 |
20 |
1% |
10568 |
.text.radio_Use_Cal_Values |
0x000310a4 |
0x000311e4 |
320 |
3% |
10571 |
.text.radio_Use_Retained_Cal_Values |
0x000311e4 |
0x00031234 |
80 |
1% |
10574 |
.text.radio_rfbandgap_cal |
0x00031234 |
0x00031264 |
48 |
1% |
10577 |
.text.radio_Carrier_Frequency_Select_by_index |
0x00031264 |
0x000312f4 |
144 |
2% |
10580 |
.text.radio_Synthesizer_Cw_Mode_Init |
0x000312f4 |
0x00031314 |
32 |
1% |
10583 |
.text.radio_Trx_Packet_SW_Ctrl_Init |
0x00031314 |
0x00031334 |
32 |
1% |
10586 |
.text.radio_Disable_Auto_Kmod_Chan_and_Synth_Cal_Operation |
0x00031334 |
0x00031354 |
32 |
1% |
10589 |
.text.radio_Synthesizer_Cal_Startup_init |
0x00031354 |
0x00031390 |
60 |
1% |
10592 |
.text.radio_Synthesizer_Cal_Startup_algo |
0x00031390 |
0x000314a4 |
276 |
3% |
10595 |
.text.radio_Synthesizer_Cal_Startup |
0x000314a4 |
0x00031520 |
124 |
2% |
10598 |
.text.radio_Synthesizer_Cal_Operation_And_Lock_init |
0x00031520 |
0x00031584 |
100 |
1% |
10601 |
.text.radio_Synthesizer_Cal_Operation_And_Lock_algo |
0x00031584 |
0x000315c0 |
60 |
1% |
10604 |
.text.radio_Synthesizer_Cal_Operation_And_Lock |
0x000315c0 |
0x000315d4 |
20 |
1% |
10607 |
.text.radio_Synthesizer_Kmod_Band_init |
0x000315d4 |
0x00031690 |
188 |
2% |
10610 |
.text.radio_Synthesizer_Kmod_Band_algo |
0x00031690 |
0x00031754 |
196 |
2% |
10613 |
.text.radio_Synthesizer_Kmod_Band |
0x00031754 |
0x00031940 |
492 |
5% |
10616 |
.text.radio_Trx_Packet_HW_Ctrl_Init |
0x00031940 |
0x000319d4 |
148 |
2% |
10619 |
.text.radio_Synthesizer_Full_Cal |
0x000319d4 |
0x00031a38 |
100 |
1% |
10622 |
.text.radio_PA_rewrite_lut |
0x00031a38 |
0x00031cf8 |
704 |
7% |
10625 |
.text.radio_DCO_cal_init |
0x00031cf8 |
0x00031ee4 |
492 |
5% |
10628 |
.text.radio_DCO_cal |
0x00031ee4 |
0x0003246c |
1416 |
14% |
10631 |
.text.radio_IQ_cal |
0x0003246c |
0x000324b8 |
76 |
1% |
10634 |
.text.radio_PowerOnCheckXtal |
0x000324b8 |
0x000325c8 |
272 |
3% |
10637 |
.text.radio_PowerOn |
0x000325c8 |
0x00032654 |
140 |
2% |
10640 |
.text.vRadio_PowerOnSpecific |
0x00032654 |
0x000326e0 |
140 |
2% |
10643 |
.text.vRadio_InitXtal |
0x000326e0 |
0x00032750 |
112 |
2% |
10646 |
.text.radio_get_retention_info |
0x00032750 |
0x00032798 |
72 |
1% |
10649 |
.text.vRadio_Standard_Init |
0x00032798 |
0x00032a58 |
704 |
7% |
10652 |
.text.u8Radio_GetEDfromRSSI |
0x00032a58 |
0x00032a80 |
40 |
1% |
10655 |
.text.vGetCalInfo |
0x00032a80 |
0x00032ab8 |
56 |
1% |
10658 |
.text.vRadio_RFT1778_bad_crc |
0x00032ab8 |
0x00032af4 |
60 |
1% |
10661 |
.text.vRadio_AD_control |
0x00032af4 |
0x00032b5c |
104 |
1% |
10664 |
.text.vRadio_UpdateRadioStandard |
0x00032b5c |
0x00032ba4 |
72 |
1% |
10667 |
.text.vRadio_InitialiseRadioStandard |
0x00032ba4 |
0x00032bc0 |
28 |
1% |
10670 |
.text.vRadio_SetChannelAndPower |
0x00032bc0 |
0x00032c00 |
64 |
1% |
10673 |
.text.i16Radio_GetRSSI |
0x00032c00 |
0x00032d04 |
260 |
3% |
10676 |
.text.vRadio_Temp_GetInfos |
0x00032d04 |
0x00032d80 |
124 |
2% |
10679 |
.text.vRadio_Temp_SetInfos |
0x00032d80 |
0x00032e08 |
136 |
2% |
10682 |
.text.vRadio_Temp_Update |
0x00032e08 |
0x00032e80 |
120 |
2% |
10685 |
.text.vRadio_ZBtoBLE |
0x00032e80 |
0x00032ec4 |
68 |
1% |
10688 |
.text.vRadio_BLEtoZB |
0x00032ec4 |
0x00032f1c |
88 |
1% |
10691 |
.text.vRadio_Enable_DCO_DAC |
0x00032f1c |
0x00032ffc |
224 |
3% |
10694 |
.text.bIsCalNeeded |
0x00032ffc |
0x00033038 |
60 |
1% |
10697 |
.text.vUpdateFlashCalData |
0x00033038 |
0x0003306c |
52 |
1% |
10700 |
.text.vInitFlashCalData |
0x0003306c |
0x00033260 |
500 |
5% |
10703 |
.text.vCheckFlashCalData |
0x00033260 |
0x00033370 |
272 |
3% |
10706 |
.text.radio_HiTXPowerSet |
0x00033370 |
0x000333bc |
76 |
1% |
10709 |
.text.vRadio_RadioInit |
0x000333bc |
0x00033648 |
652 |
7% |
10712 |
.text.vRadio_Recal |
0x00033648 |
0x00033708 |
192 |
2% |
10715 |
.text.RFP_TMU_IRQHandler |
0x00033708 |
0x00033730 |
40 |
1% |
10718 |
Expected total in radio.o file: |
10804 |
Actual: |
10804 |
100% |
10517 |
Flash640 / .text / zps_tsv.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_vTsvInit |
0x00033730 |
0x0003373c |
12 |
12% |
10721 |
.text.ZPS_eTsvOpen |
0x0003373c |
0x00033758 |
28 |
28% |
10724 |
.text.ZPS_eTsvClose |
0x00033758 |
0x0003375c |
4 |
4% |
10727 |
.text.ZPS_eTsvStart |
0x0003375c |
0x00033778 |
28 |
28% |
10730 |
.text.ZPS_eTsvStop |
0x00033778 |
0x00033794 |
28 |
28% |
10733 |
Expected total in zps_tsv.o file: |
100 |
Actual: |
100 |
100% |
10721 |
Flash640 / .text / zps_apl_inl.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_pu8AplZdoGetVsOUI |
0x00033794 |
0x000337a4 |
16 |
100% |
10736 |
Expected total in zps_apl_inl.o file: |
16 |
Actual: |
16 |
100% |
10736 |
Flash640 / .text / _arm_addsubdf3.o |
Start |
End |
Size |
% |
Line |
.text |
0x000337a4 |
0x00033b1c |
888 |
100% |
10740 |
Expected total in _arm_addsubdf3.o file: |
888 |
Actual: |
888 |
100% |
10740 |
Flash640 / .text / _arm_fixdfsi.o |
Start |
End |
Size |
% |
Line |
.text |
0x00033b1c |
0x00033b6c |
80 |
100% |
10756 |
Expected total in _arm_fixdfsi.o file: |
80 |
Actual: |
80 |
100% |
10756 |
Flash640 / .text / _aeabi_ldivmod.o |
Start |
End |
Size |
% |
Line |
.text |
0x00033b6c |
0x00033c0c |
160 |
100% |
10759 |
Expected total in _aeabi_ldivmod.o file: |
160 |
Actual: |
160 |
100% |
10759 |
Flash640 / .text / _aeabi_uldivmod.o |
Start |
End |
Size |
% |
Line |
.text |
0x00033c0c |
0x00033c3c |
48 |
100% |
10761 |
Expected total in _aeabi_uldivmod.o file: |
48 |
Actual: |
48 |
100% |
10761 |
Flash640 / .text / _udivmoddi4.o |
Start |
End |
Size |
% |
Line |
.text |
0x00033c3c |
0x00033f0c |
720 |
100% |
10763 |
Expected total in _udivmoddi4.o file: |
720 |
Actual: |
720 |
100% |
10763 |
Flash640 / .text / _dvmd_tls.o |
Start |
End |
Size |
% |
Line |
.text |
0x00033f0c |
0x00033f10 |
4 |
100% |
10765 |
Expected total in _dvmd_tls.o file: |
4 |
Actual: |
4 |
100% |
10765 |
Flash640 / .text / lib_a-abs.o |
Start |
End |
Size |
% |
Line |
.text.abs |
0x00033f10 |
0x00033f18 |
8 |
100% |
10768 |
Expected total in lib_a-abs.o file: |
8 |
Actual: |
8 |
100% |
10768 |
Flash640 / .text / lib_a-memcmp.o |
Start |
End |
Size |
% |
Line |
.text.memcmp |
0x00033f18 |
0x00033f80 |
104 |
100% |
10770 |
Expected total in lib_a-memcmp.o file: |
104 |
Actual: |
104 |
100% |
10770 |
Flash640 / .text / lib_a-memcpy.o |
Start |
End |
Size |
% |
Line |
.text |
0x00033f80 |
0x000340b4 |
308 |
100% |
10772 |
Expected total in lib_a-memcpy.o file: |
308 |
Actual: |
308 |
100% |
10772 |
Flash640 / .text / lib_a-memset.o |
Start |
End |
Size |
% |
Line |
.text.memset |
0x000340b4 |
0x00034158 |
164 |
100% |
10774 |
Expected total in lib_a-memset.o file: |
164 |
Actual: |
164 |
100% |
10774 |
Flash640 / .text / lib_a-strlen.o |
Start |
End |
Size |
% |
Line |
.text |
0x00034180 |
0x0003425c |
220 |
100% |
10777 |
Expected total in lib_a-strlen.o file: |
220 |
Actual: |
220 |
100% |
10777 |
Flash640 / .text / lib_a-strncpy.o |
Start |
End |
Size |
% |
Line |
.text.strncpy |
0x0003425c |
0x000342c0 |
100 |
100% |
10779 |
Expected total in lib_a-strncpy.o file: |
100 |
Actual: |
100 |
100% |
10779 |
Flash640 / .text / linker |
Start |
End |
Size |
% |
Line |
.text.strncpy.__stub |
0x000342c0 |
0x000342d0 |
16 |
100% |
10781 |
Expected total in linker file: |
16 |
Actual: |
16 |
100% |
10781 |
Flash640 / .text / app_main.o |
Start |
End |
Size |
% |
Line |
.rodata.System_IRQHandler.str1.1 |
0x000342d0 |
0x00034303 |
51 |
17% |
10784 |
.rodata.main_task.str1.1 |
0x00034303 |
0x00034317 |
20 |
7% |
10786 |
.rodata.APP_vRadioTempUpdate.str1.1 |
0x00034317 |
0x000343a7 |
144 |
47% |
10788 |
.rodata.bRadioCB_WriteNVM.str1.1 |
0x000343a7 |
0x000343d6 |
47 |
16% |
10790 |
.rodata.u16RadioCB_ReadNVM.str1.1 |
0x000343d6 |
0x00034408 |
50 |
17% |
10792 |
Expected total in app_main.o file: |
312 |
Actual: |
312 |
100% |
10784 |
Flash640 / .text / zps_gen.o |
Start |
End |
Size |
% |
Line |
.rodata.s_ahEndpoint0InputClusterAPdus |
0x00034408 |
0x00034550 |
328 |
33% |
10795 |
.rodata.s_ahEndpoint1InputClusterAPdus |
0x00034550 |
0x0003456c |
28 |
3% |
10797 |
.rodata.s_ahEndpoint242InputClusterAPdus |
0x0003456c |
0x00034570 |
4 |
1% |
10799 |
.rodata.s_asAplZdoServers |
0x00034570 |
0x00034618 |
168 |
17% |
10801 |
.rodata.s_au16Endpoint0InputClusterList |
0x00034618 |
0x000346bc |
164 |
17% |
10803 |
.rodata.s_au16Endpoint0OutputClusterList |
0x000346bc |
0x00034760 |
164 |
17% |
10805 |
.rodata.s_au16Endpoint1InputClusterList |
0x00034760 |
0x0003476e |
14 |
2% |
10807 |
.rodata.s_au16Endpoint1OutputClusterList |
0x0003476e |
0x0003477a |
12 |
2% |
10809 |
.rodata.s_au16Endpoint242InputClusterList |
0x0003477a |
0x0003477c |
2 |
1% |
10811 |
.rodata.s_au16Endpoint242OutputClusterList |
0x0003477c |
0x00034780 |
4 |
1% |
10813 |
.rodata.s_sNibInitialValues |
0x00034780 |
0x000347a0 |
32 |
4% |
10816 |
.rodata.s_sNwkTbl |
0x000347a0 |
0x000347e0 |
64 |
7% |
10818 |
.rodata.s_sNwkTblSize |
0x000347e0 |
0x000347f0 |
16 |
2% |
10820 |
Expected total in zps_gen.o file: |
1000 |
Actual: |
1000 |
100% |
10795 |
Flash640 / .text / app_start.o |
Start |
End |
Size |
% |
Line |
.rodata.vfExtendedStatusCallBack.str1.1 |
0x000347f0 |
0x00034810 |
32 |
20% |
10822 |
.rodata.vAppMain.str1.1 |
0x00034810 |
0x00034892 |
130 |
81% |
10824 |
Expected total in app_start.o file: |
162 |
Actual: |
162 |
100% |
10822 |
Flash640 / .text / app_window_covering.o |
Start |
End |
Size |
% |
Line |
.rodata.APP_taskRouter.str1.1 |
0x00034892 |
0x0003497b |
233 |
90% |
10827 |
.rodata.APP_vInitialiseRouter.str1.1 |
0x0003497b |
0x00034997 |
28 |
11% |
10829 |
Expected total in app_window_covering.o file: |
261 |
Actual: |
261 |
100% |
10827 |
Flash640 / .text / app_zcl_task.o |
Start |
End |
Size |
% |
Line |
.rodata.APP_vZCL_DeviceSpecific_Init.str1.1 |
0x00034997 |
0x000349b9 |
34 |
100% |
10832 |
Expected total in app_zcl_task.o file: |
34 |
Actual: |
34 |
100% |
10832 |
Flash640 / .text / app_leds.o |
Start |
End |
Size |
% |
Line |
.rodata.APP_vWhiteLedOff.str1.1 |
0x000349b9 |
0x000349d0 |
23 |
34% |
10834 |
.rodata.APP_vLedInitialise.str1.1 |
0x000349d0 |
0x000349fd |
45 |
67% |
10836 |
Expected total in app_leds.o file: |
68 |
Actual: |
68 |
100% |
10834 |
Flash640 / .text / fsl_debug_console.o |
Start |
End |
Size |
% |
Line |
.rodata.DbgConsole_SendData.str1.1 |
0x000349fd |
0x00034a78 |
123 |
60% |
10838 |
.rodata.DbgConsole_Init.str1.1 |
0x00034a78 |
0x00034aa0 |
40 |
20% |
10840 |
.rodata.__func__.0 |
0x00034aa0 |
0x00034ab0 |
16 |
8% |
10842 |
.rodata.__func__.3 |
0x00034ab0 |
0x00034acc |
28 |
14% |
10844 |
Expected total in fsl_debug_console.o file: |
207 |
Actual: |
207 |
100% |
10838 |
Flash640 / .text / fsl_pwm.o |
Start |
End |
Size |
% |
Line |
.rodata.PWM_GetDefaultConfig.str1.1 |
0x00034acc |
0x00034b23 |
87 |
81% |
10846 |
.rodata.__func__.0 |
0x00034b23 |
0x00034b38 |
21 |
20% |
10848 |
Expected total in fsl_pwm.o file: |
108 |
Actual: |
108 |
100% |
10846 |
Flash640 / .text / fsl_gint.o |
Start |
End |
Size |
% |
Line |
.rodata.GINT_GetInstance.str1.1 |
0x00034b38 |
0x00034ba8 |
112 |
87% |
10850 |
.rodata.__func__.0 |
0x00034ba8 |
0x00034bb9 |
17 |
14% |
10852 |
Expected total in fsl_gint.o file: |
129 |
Actual: |
129 |
100% |
10850 |
Flash640 / .text / temp_sensor_drv.o |
Start |
End |
Size |
% |
Line |
.rodata.ADC_Configuration.str1.1 |
0x00034bb9 |
0x00034bfb |
66 |
31% |
10854 |
.rodata.load_calibration_param_from_flash.str1.1 |
0x00034bfb |
0x00034c94 |
153 |
70% |
10856 |
Expected total in temp_sensor_drv.o file: |
219 |
Actual: |
219 |
100% |
10854 |
Flash640 / .text / fsl_adc.o |
Start |
End |
Size |
% |
Line |
.rodata.ADC_GetInstance.isra.0.str1.1 |
0x00034c94 |
0x00034d02 |
110 |
46% |
10858 |
.rodata.ADC_Init.str1.1 |
0x00034d02 |
0x00034d11 |
15 |
7% |
10860 |
.rodata.ADC_GetConvSeqAGlobalConversionResult.str1.1 |
0x00034d11 |
0x00034d1e |
13 |
6% |
10862 |
.rodata.ADC_GetChannelConversionResult.str1.1 |
0x00034d1e |
0x00034d36 |
24 |
10% |
10864 |
.rodata.__func__.0 |
0x00034d36 |
0x00034d55 |
31 |
13% |
10866 |
.rodata.__func__.2 |
0x00034d55 |
0x00034d6b |
22 |
10% |
10868 |
.rodata.__func__.3 |
0x00034d6b |
0x00034d7b |
16 |
7% |
10870 |
.rodata.__func__.4 |
0x00034d7b |
0x00034d84 |
9 |
4% |
10872 |
Expected total in fsl_adc.o file: |
240 |
Actual: |
240 |
100% |
10858 |
Flash640 / .text / board_utility.o |
Start |
End |
Size |
% |
Line |
.rodata.BOARD_Clock32MCapacitanceCharacteristics |
0x00034d84 |
0x00034d90 |
12 |
100% |
10874 |
Expected total in board_utility.o file: |
12 |
Actual: |
12 |
100% |
10874 |
Flash640 / .text / app_ota_client.o |
Start |
End |
Size |
% |
Line |
.rodata.vAppInitOTA.str1.1 |
0x00034d90 |
0x00034deb |
91 |
59% |
10877 |
.rodata.vHandleIeeeAddressRsp.str1.1 |
0x00034deb |
0x00034e1b |
48 |
31% |
10879 |
.rodata |
0x00034e1b |
0x00034e2b |
16 |
11% |
10882 |
Expected total in app_ota_client.o file: |
155 |
Actual: |
155 |
100% |
10877 |
Flash640 / .text / app_green_power.o |
Start |
End |
Size |
% |
Line |
.rodata.vApp_GP_RegisterDevice.str1.1 |
0x00034e2b |
0x00034e3c |
17 |
100% |
10883 |
Expected total in app_green_power.o file: |
17 |
Actual: |
17 |
100% |
10883 |
Flash640 / .text / fsl_wwdt.o |
Start |
End |
Size |
% |
Line |
.rodata.WWDT_GetInstance.isra.0.str1.1 |
0x00034e3c |
0x00034ea3 |
103 |
54% |
10885 |
.rodata.WWDT_GetDefaultConfig.str1.1 |
0x00034ea3 |
0x00034eb2 |
15 |
8% |
10887 |
.rodata.WWDT_Init.str1.1 |
0x00034eb2 |
0x00034ecd |
27 |
14% |
10889 |
.rodata.__func__.0 |
0x00034ecd |
0x00034ede |
17 |
9% |
10891 |
.rodata.__func__.1 |
0x00034ede |
0x00034ee8 |
10 |
6% |
10893 |
.rodata.__func__.2 |
0x00034ee8 |
0x00034efe |
22 |
12% |
10895 |
Expected total in fsl_wwdt.o file: |
194 |
Actual: |
194 |
100% |
10885 |
Flash640 / .text / fsl_clock.o |
Start |
End |
Size |
% |
Line |
.rodata.CLOCK_Xtal32M_Trim.str1.1 |
0x00034efe |
0x00034fbd |
191 |
75% |
10897 |
.rodata.CLOCK_XtalBasicTrim.str1.1 |
0x00034fbd |
0x00034fd9 |
28 |
11% |
10899 |
.rodata.__func__.1 |
0x00034fd9 |
0x00034fec |
19 |
8% |
10901 |
.rodata.__func__.2 |
0x00034fec |
0x00035000 |
20 |
8% |
10903 |
Expected total in fsl_clock.o file: |
258 |
Actual: |
258 |
100% |
10897 |
Flash640 / .text / fsl_reset.o |
Start |
End |
Size |
% |
Line |
.rodata.RESET_SetPeripheralReset.str1.1 |
0x00035000 |
0x0003505b |
91 |
64% |
10905 |
.rodata.__func__.0 |
0x0003505b |
0x00035076 |
27 |
19% |
10907 |
.rodata.__func__.1 |
0x00035076 |
0x0003508f |
25 |
18% |
10909 |
Expected total in fsl_reset.o file: |
143 |
Actual: |
143 |
100% |
10905 |
Flash640 / .text / fsl_usart.o |
Start |
End |
Size |
% |
Line |
.rodata.USART_GetInstance.str1.1 |
0x0003508f |
0x000350e3 |
84 |
24% |
10911 |
.rodata.USART_TransferStartRingBuffer.str1.1 |
0x000350e3 |
0x00035103 |
32 |
9% |
10913 |
.rodata.USART_GetDefaultConfig.str1.1 |
0x00035103 |
0x00035112 |
15 |
5% |
10915 |
.rodata.USART_SetBaudRate.str1.1 |
0x00035103 |
0x00035142 |
63 |
18% |
10917 |
.rodata.USART_Init.str1.1 |
0x00035142 |
0x0003517e |
60 |
17% |
10919 |
.rodata.USART_WriteBlocking.str1.1 |
0x0003517e |
0x000351a2 |
36 |
10% |
10921 |
.rodata.__func__.10 |
0x000351a2 |
0x000351b6 |
20 |
6% |
10923 |
.rodata.__func__.11 |
0x000351b6 |
0x000351c8 |
18 |
5% |
10925 |
.rodata.__func__.12 |
0x000351c8 |
0x000351df |
23 |
7% |
10927 |
.rodata.__func__.13 |
0x000351df |
0x000351ec |
13 |
4% |
10929 |
.rodata.__func__.14 |
0x000351ec |
0x000351f7 |
11 |
4% |
10931 |
Expected total in fsl_usart.o file: |
360 |
Actual: |
375 |
105% |
10911 |
Flash640 / .text / fsl_flexcomm.o |
Start |
End |
Size |
% |
Line |
.rodata.FLEXCOMM_GetInstance.str1.1 |
0x000351f7 |
0x00035248 |
81 |
15% |
10933 |
.rodata.FLEXCOMM0_DriverIRQHandler.str1.1 |
0x00035248 |
0x00035260 |
24 |
5% |
10936 |
.rodata.FLEXCOMM1_DriverIRQHandler.str1.1 |
0x00035260 |
0x00035278 |
24 |
5% |
10938 |
.rodata.FLEXCOMM2_DriverIRQHandler.str1.1 |
0x00035278 |
0x00035290 |
24 |
5% |
10940 |
.rodata.FLEXCOMM3_DriverIRQHandler.str1.1 |
0x00035290 |
0x000352a8 |
24 |
5% |
10942 |
.rodata.FLEXCOMM4_DriverIRQHandler.str1.1 |
0x000352a8 |
0x000352c0 |
24 |
5% |
10944 |
.rodata.FLEXCOMM5_DriverIRQHandler.str1.1 |
0x000352c0 |
0x000352d8 |
24 |
5% |
10946 |
.rodata.FLEXCOMM6_DriverIRQHandler.str1.1 |
0x000352d8 |
0x000352f0 |
24 |
5% |
10948 |
.rodata.__func__.0 |
0x000352f0 |
0x0003530b |
27 |
5% |
10950 |
.rodata.__func__.1 |
0x0003530b |
0x00035326 |
27 |
5% |
10952 |
.rodata.__func__.2 |
0x00035326 |
0x00035341 |
27 |
5% |
10954 |
.rodata.__func__.3 |
0x00035341 |
0x0003535c |
27 |
5% |
10956 |
.rodata.__func__.4 |
0x0003535c |
0x00035377 |
27 |
5% |
10958 |
.rodata.__func__.5 |
0x00035377 |
0x00035392 |
27 |
5% |
10960 |
.rodata.__func__.6 |
0x00035392 |
0x000353ad |
27 |
5% |
10962 |
.rodata.__func__.7 |
0x000353ad |
0x000353c4 |
23 |
5% |
10964 |
.rodata.s_flexcommBaseAddrs |
0x000353c4 |
0x000353e0 |
28 |
6% |
10967 |
.rodata.s_flexcommClocks |
0x000353e0 |
0x000353fc |
28 |
6% |
10969 |
.rodata.s_flexcommResets |
0x000353fc |
0x00035418 |
28 |
6% |
10971 |
Expected total in fsl_flexcomm.o file: |
545 |
Actual: |
545 |
100% |
10933 |
Flash640 / .text / fsl_common.o |
Start |
End |
Size |
% |
Line |
.rodata.SDK_DelayAtLeastUs.str1.1 |
0x00035418 |
0x0003548a |
114 |
86% |
10973 |
.rodata.__func__.0 |
0x0003548a |
0x0003549d |
19 |
15% |
10975 |
Expected total in fsl_common.o file: |
133 |
Actual: |
133 |
100% |
10973 |
Flash640 / .text / fsl_power.o |
Start |
End |
Size |
% |
Line |
.rodata.POWER_ApplyLdoActiveVoltage.str1.1 |
0x0003549d |
0x0003551a |
125 |
52% |
10977 |
.rodata.POWER_ApplyLdoActiveVoltage_1V0.str1.1 |
0x0003551a |
0x00035563 |
73 |
31% |
10979 |
.rodata.__func__.0 |
0x00035563 |
0x00035585 |
34 |
14% |
10981 |
.rodata.__func__.1 |
0x00035585 |
0x00035590 |
11 |
5% |
10983 |
Expected total in fsl_power.o file: |
243 |
Actual: |
243 |
100% |
10977 |
Flash640 / .text / fsl_wtimer.o |
Start |
End |
Size |
% |
Line |
.rodata.timer_param |
0x00035590 |
0x000355f0 |
96 |
100% |
10985 |
Expected total in fsl_wtimer.o file: |
96 |
Actual: |
96 |
100% |
10985 |
Flash640 / .text / MicroExceptions_arm.o |
Start |
End |
Size |
% |
Line |
.rodata.ExceptionUnwindStack.str1.1 |
0x000355f0 |
0x000356b2 |
194 |
13% |
10987 |
.rodata.vPrintRegisterBit.str1.1 |
0x000356b2 |
0x000356ba |
8 |
1% |
10989 |
.rodata.vPrintSystemHandlerAndControlStateRegisterBitFields.str1.1 |
0x000356ba |
0x000357f2 |
312 |
21% |
10991 |
.rodata.vPrintConfigurableFaultStatusRegisterBitFields.str1.1 |
0x000357f2 |
0x000358f5 |
259 |
18% |
10993 |
.rodata.vDebugBusFaultHandler.str1.1 |
0x000358f5 |
0x00035a86 |
401 |
27% |
10996 |
.rodata.vDebugUsageFaultHandler.str1.1 |
0x00035a86 |
0x00035aaa |
36 |
3% |
10999 |
.rodata.vDebugMemoryFaultHandler.str1.1 |
0x00035aaa |
0x00035af0 |
70 |
5% |
11001 |
.rodata.vPrintHardFaultStatusRegisterBitFields.str1.1 |
0x00035af0 |
0x00035b2d |
61 |
5% |
11003 |
.rodata.vDebugHardFaultHandler.str1.1 |
0x00035b2d |
0x00035bce |
161 |
11% |
11005 |
Expected total in MicroExceptions_arm.o file: |
1502 |
Actual: |
1502 |
100% |
10987 |
Flash640 / .text / OtaSupport.o |
Start |
End |
Size |
% |
Line |
.rodata.OTA_PullImageChunk.str1.1 |
0x00035bce |
0x00035bfa |
44 |
100% |
11007 |
Expected total in OtaSupport.o file: |
44 |
Actual: |
44 |
100% |
11007 |
Flash640 / .text / TimersManager.o |
Start |
End |
Size |
% |
Line |
.rodata.str1.1 |
0x00035bfa |
0x00035c03 |
9 |
100% |
11009 |
Expected total in TimersManager.o file: |
9 |
Actual: |
9 |
100% |
11009 |
Flash640 / .text / TMR_Adapter.o |
Start |
End |
Size |
% |
Line |
.rodata.FRO32K_CompleteCalibration.str1.1 |
0x00035c03 |
0x00035c18 |
21 |
100% |
11011 |
Expected total in TMR_Adapter.o file: |
21 |
Actual: |
21 |
100% |
11011 |
Flash640 / .text / fsl_ctimer.o |
Start |
End |
Size |
% |
Line |
.rodata.s_ctimerBases |
0x00035c18 |
0x00035c20 |
8 |
100% |
11013 |
Expected total in fsl_ctimer.o file: |
8 |
Actual: |
8 |
100% |
11013 |
Flash640 / .text / fsl_dma.o |
Start |
End |
Size |
% |
Line |
.rodata.DMA_GetInstance.str1.1 |
0x00035c20 |
0x00035c8e |
110 |
86% |
11015 |
.rodata.__func__.25 |
0x00035c8e |
0x00035ca0 |
18 |
15% |
11017 |
Expected total in fsl_dma.o file: |
128 |
Actual: |
128 |
100% |
11015 |
Flash640 / .text / PWR.o |
Start |
End |
Size |
% |
Line |
.rodata.maHandleDeepSleepTable |
0x00035ca0 |
0x00035cd0 |
48 |
100% |
11020 |
Expected total in PWR.o file: |
48 |
Actual: |
48 |
100% |
11020 |
Flash640 / .text / PWRLib.o |
Start |
End |
Size |
% |
Line |
.rodata.pm_sram0_bank_desc |
0x00035cd0 |
0x00035d10 |
64 |
67% |
11023 |
.rodata.pm_sram1_bank_desc |
0x00035d10 |
0x00035d30 |
32 |
34% |
11026 |
Expected total in PWRLib.o file: |
96 |
Actual: |
96 |
100% |
11023 |
Flash640 / .text / serial_manager.o |
Start |
End |
Size |
% |
Line |
.rodata.SerialManager_Init.str1.1 |
0x00035d30 |
0x00035d90 |
96 |
26% |
11029 |
.rodata.SerialManager_OpenWriteHandle.str1.1 |
0x00035d90 |
0x00035d9c |
12 |
4% |
11032 |
.rodata.SerialManager_CloseWriteHandle.str1.1 |
0x00035d9c |
0x00035da3 |
7 |
2% |
11034 |
.rodata.SerialManager_OpenReadHandle.str1.1 |
0x00035da3 |
0x00035dae |
11 |
3% |
11036 |
.rodata.SerialManager_CloseReadHandle.str1.1 |
0x00035dae |
0x00035deb |
61 |
17% |
11038 |
.rodata.SerialManager_WriteBlocking.str1.1 |
0x00035deb |
0x00035df9 |
14 |
4% |
11040 |
.rodata.__func__.3 |
0x00035df9 |
0x00035e0d |
20 |
6% |
11042 |
.rodata.__func__.4 |
0x00035e0d |
0x00035e2b |
30 |
8% |
11044 |
.rodata.__func__.5 |
0x00035e2b |
0x00035e48 |
29 |
8% |
11046 |
.rodata.__func__.6 |
0x00035e48 |
0x00035e67 |
31 |
9% |
11048 |
.rodata.__func__.7 |
0x00035e67 |
0x00035e85 |
30 |
8% |
11050 |
.rodata.__func__.8 |
0x00035e85 |
0x00035e9a |
21 |
6% |
11052 |
.rodata.__func__.9 |
0x00035e9a |
0x00035ead |
19 |
5% |
11054 |
Expected total in serial_manager.o file: |
381 |
Actual: |
381 |
100% |
11029 |
Flash640 / .text / serial_port_uart.o |
Start |
End |
Size |
% |
Line |
.rodata.Serial_UartInit.str1.1 |
0x00035ead |
0x00035f0f |
98 |
66% |
11056 |
.rodata.Serial_UartWrite.str1.1 |
0x00035f0f |
0x00035f1d |
14 |
10% |
11059 |
.rodata.__func__.1 |
0x00035f0f |
0x00035f20 |
17 |
12% |
11061 |
.rodata.__func__.2 |
0x00035f20 |
0x00035f32 |
18 |
13% |
11063 |
.rodata.__func__.3 |
0x00035f32 |
0x00035f42 |
16 |
11% |
11065 |
Expected total in serial_port_uart.o file: |
149 |
Actual: |
163 |
110% |
11056 |
Flash640 / .text / usart_adapter.o |
Start |
End |
Size |
% |
Line |
.rodata.HAL_UartInit.str1.1 |
0x00035f42 |
0x00035ff6 |
180 |
75% |
11067 |
.rodata.HAL_UartReceiveBlocking.str1.1 |
0x00035ff6 |
0x00035ffb |
5 |
3% |
11070 |
.rodata.__func__.0 |
0x00035ffb |
0x00036010 |
21 |
9% |
11073 |
.rodata.__func__.2 |
0x00036010 |
0x0003601f |
15 |
7% |
11075 |
.rodata.__func__.3 |
0x0003601f |
0x0003602c |
13 |
6% |
11077 |
.rodata.s_UsartAdapterBase |
0x0003602c |
0x00036034 |
8 |
4% |
11079 |
Expected total in usart_adapter.o file: |
242 |
Actual: |
242 |
100% |
11067 |
Flash640 / .text / fsl_assert.o |
Start |
End |
Size |
% |
Line |
.rodata.__assert_func.str1.1 |
0x00036034 |
0x00036072 |
62 |
100% |
11081 |
Expected total in fsl_assert.o file: |
62 |
Actual: |
62 |
100% |
11081 |
Flash640 / .text / fsl_os_abstraction_bm.o |
Start |
End |
Size |
% |
Line |
.rodata.str1.1 |
0x00036072 |
0x0003607c |
10 |
91% |
11083 |
.rodata.gUseRtos_c |
0x0003607c |
0x0003607d |
1 |
10% |
11085 |
Expected total in fsl_os_abstraction_bm.o file: |
11 |
Actual: |
11 |
100% |
11083 |
Flash640 / .text / GreenPower.o |
Start |
End |
Size |
% |
Line |
.rodata.vGP_RestorePersistedData.str1.1 |
0x0003607d |
0x0003608e |
17 |
20% |
11088 |
.rodata.asCLD_GreenPowerClusterAttributeDefinitionsClient |
0x0003608e |
0x000360d6 |
72 |
81% |
11090 |
Expected total in GreenPower.o file: |
89 |
Actual: |
89 |
100% |
11088 |
Flash640 / .text / Basic.o |
Start |
End |
Size |
% |
Line |
.rodata.asCLD_BasicClusterAttributeDefinitions |
0x000360d6 |
0x0003612e |
88 |
100% |
11093 |
Expected total in Basic.o file: |
88 |
Actual: |
88 |
100% |
11093 |
Flash640 / .text / Groups.o |
Start |
End |
Size |
% |
Line |
.rodata.asCLD_GroupsClusterAttributeDefinitions |
0x0003612e |
0x00036146 |
24 |
100% |
11096 |
Expected total in Groups.o file: |
24 |
Actual: |
24 |
100% |
11096 |
Flash640 / .text / Identify.o |
Start |
End |
Size |
% |
Line |
.rodata.asCLD_IdentifyClusterAttributeDefinitions |
0x00036146 |
0x0003615e |
24 |
100% |
11099 |
Expected total in Identify.o file: |
24 |
Actual: |
24 |
100% |
11099 |
Flash640 / .text / OnOff.o |
Start |
End |
Size |
% |
Line |
.rodata.asCLD_OnOffClusterAttributeDefinitions |
0x0003615e |
0x00036176 |
24 |
100% |
11102 |
Expected total in OnOff.o file: |
24 |
Actual: |
24 |
100% |
11102 |
Flash640 / .text / OTA.o |
Start |
End |
Size |
% |
Line |
.rodata |
0x00036176 |
0x0003617e |
8 |
17% |
11105 |
.rodata.asOTAClusterAttributeDefinitions |
0x0003617e |
0x000361a6 |
40 |
84% |
11106 |
Expected total in OTA.o file: |
48 |
Actual: |
48 |
100% |
11105 |
Flash640 / .text / OTA_client.o |
Start |
End |
Size |
% |
Line |
.rodata.eOTA_HandleImageVerification.str1.1 |
0x000361a6 |
0x000361fc |
86 |
100% |
11109 |
Expected total in OTA_client.o file: |
86 |
Actual: |
86 |
100% |
11109 |
Flash640 / .text / zcl_attribute.o |
Start |
End |
Size |
% |
Line |
.rodata |
0x000361fc |
0x00036204 |
8 |
4% |
11111 |
.rodata.au8ConstSizeArray |
0x00036204 |
0x00036306 |
258 |
97% |
11112 |
Expected total in zcl_attribute.o file: |
266 |
Actual: |
266 |
100% |
11111 |
Flash640 / .text / bdb_ns.o |
Start |
End |
Size |
% |
Line |
.rodata.BDB_vNsStateMachine.str1.1 |
0x00036306 |
0x00036338 |
50 |
100% |
11115 |
Expected total in bdb_ns.o file: |
50 |
Actual: |
50 |
100% |
11115 |
Flash640 / .text / PDM_FileSystemData.c.obj |
Start |
End |
Size |
% |
Line |
.rodata.CSWTCH.36 |
0x00036338 |
0x0003633c |
4 |
100% |
11117 |
Expected total in PDM_FileSystemData.c.obj file: |
4 |
Actual: |
4 |
100% |
11117 |
Flash640 / .text / zps_apl_apsde.o |
Start |
End |
Size |
% |
Line |
.rodata.eUnfragmentedUnicastTransmission.str1.1 |
0x0003633c |
0x00036343 |
7 |
50% |
11119 |
.rodata.ZPS_vAplHandleApsdeReqRsp.str1.1 |
0x00036343 |
0x0003634a |
7 |
50% |
11121 |
Expected total in zps_apl_apsde.o file: |
14 |
Actual: |
14 |
100% |
11119 |
Flash640 / .text / zps_apl_apsme.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_vInitAPSMECmdHdr.str1.1 |
0x0003634a |
0x00036351 |
7 |
24% |
11123 |
.rodata.zps_eAplSendApsmeCmdFrame.str1.1 |
0x0003634a |
0x0003634f |
5 |
17% |
11126 |
.rodata.zps_eAplApsmeTransportKeyReqRsp.str1.1 |
0x0003634f |
0x00036361 |
18 |
60% |
11128 |
.rodata.zps_eAplApsmeUpdateDeviceReqRsp.str1.1 |
0x00036361 |
0x00036366 |
5 |
17% |
11130 |
.rodata.zps_eAplApsmeVerifyKeyReqRsp.str1.1 |
0x00036366 |
0x0003636b |
5 |
17% |
11132 |
.rodata.zps_eAplApsmeRequestKeyReqRsp.str1.1 |
0x00036366 |
0x00036368 |
2 |
7% |
11135 |
Expected total in zps_apl_apsme.o file: |
30 |
Actual: |
42 |
140% |
11123 |
Flash640 / .text / zps_apl_aps_nlde.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_vAplApsHandleNldeDcfmInd.str1.1 |
0x00036366 |
0x0003636b |
5 |
100% |
11137 |
Expected total in zps_apl_aps_nlde.o file: |
5 |
Actual: |
5 |
100% |
11137 |
Flash640 / .text / zps_apl_sec.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplSecDecryptPacket.str1.1 |
0x00036366 |
0x00036369 |
3 |
100% |
11140 |
Expected total in zps_apl_sec.o file: |
3 |
Actual: |
3 |
100% |
11140 |
Flash640 / .text / zps_apl_zdo_nwkmanager.o |
Start |
End |
Size |
% |
Line |
.rodata.ZPS_vSetKeys.str1.1 |
0x00036369 |
0x0003637a |
17 |
100% |
11143 |
Expected total in zps_apl_zdo_nwkmanager.o file: |
17 |
Actual: |
17 |
100% |
11143 |
Flash640 / .text / zps_apl_zdo_default_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoDefaultServer.str1.1 |
0x0003637a |
0x00036399 |
31 |
100% |
11146 |
Expected total in zps_apl_zdo_default_server.o file: |
31 |
Actual: |
31 |
100% |
11146 |
Flash640 / .text / zps_apl_zdo_nwk_addr_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoNwkAddrServer.str1.1 |
0x00036399 |
0x000363b8 |
31 |
100% |
11149 |
Expected total in zps_apl_zdo_nwk_addr_server.o file: |
31 |
Actual: |
31 |
100% |
11149 |
Flash640 / .text / zps_apl_zdo_ieee_addr_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoIeeeAddrServer.str1.1 |
0x00036399 |
0x000363b8 |
31 |
100% |
11152 |
Expected total in zps_apl_zdo_ieee_addr_server.o file: |
31 |
Actual: |
31 |
100% |
11152 |
Flash640 / .text / zps_apl_zdo_match_desc_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoMatchDescServer.str1.1 |
0x00036399 |
0x000363b8 |
31 |
100% |
11155 |
Expected total in zps_apl_zdo_match_desc_server.o file: |
31 |
Actual: |
31 |
100% |
11155 |
Flash640 / .text / zps_apl_zdo_simple_desc_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoSimpleDescServer.str1.1 |
0x00036399 |
0x000363b8 |
31 |
100% |
11158 |
Expected total in zps_apl_zdo_simple_desc_server.o file: |
31 |
Actual: |
31 |
100% |
11158 |
Flash640 / .text / zps_apl_zdo_device_annce_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoDeviceAnnceServer.str1.1 |
0x00036399 |
0x000363b8 |
31 |
100% |
11161 |
Expected total in zps_apl_zdo_device_annce_server.o file: |
31 |
Actual: |
31 |
100% |
11161 |
Flash640 / .text / zps_apl_zdo_parent_annce_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoParentAnnceServer.str1.1 |
0x00036399 |
0x0003639b |
2 |
67% |
11164 |
.rodata.ZPS_vSendParentAnnounce.str1.1 |
0x00036399 |
0x0003639c |
3 |
100% |
11166 |
Expected total in zps_apl_zdo_parent_annce_server.o file: |
3 |
Actual: |
5 |
167% |
11164 |
Flash640 / .text / zps_apl_zdo_permit_joining_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoPermitJoiningServer.str1.1 |
0x00036399 |
0x0003639c |
3 |
100% |
11168 |
Expected total in zps_apl_zdo_permit_joining_server.o file: |
3 |
Actual: |
3 |
100% |
11168 |
Flash640 / .text / zps_apl_zdo_mgmt_leave_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoMgmtLeaveServer.str1.1 |
0x00036399 |
0x000363b8 |
31 |
100% |
11170 |
Expected total in zps_apl_zdo_mgmt_leave_server.o file: |
31 |
Actual: |
31 |
100% |
11170 |
Flash640 / .text / zps_apl_zdo_mgmt_nwk_update_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoMgmtNWKUpdateServer.str1.1 |
0x00036399 |
0x000363a3 |
10 |
100% |
11173 |
Expected total in zps_apl_zdo_mgmt_nwk_update_server.o file: |
10 |
Actual: |
10 |
100% |
11173 |
Flash640 / .text / zps_apl_zdo_bind_unbind_server.o |
Start |
End |
Size |
% |
Line |
.rodata.u8ZdoBindUnbindServerUnpackApdu.str1.1 |
0x000363a3 |
0x000363a8 |
5 |
100% |
11176 |
Expected total in zps_apl_zdo_bind_unbind_server.o file: |
5 |
Actual: |
5 |
100% |
11176 |
Flash640 / .text / zps_apl_zdo_nwkmanager_client.o |
Start |
End |
Size |
% |
Line |
.rodata.eSendDeviceAnnounce.str1.1 |
0x000363a8 |
0x000363ad |
5 |
34% |
11179 |
.rodata.zps_vAplZdoClientLookupNwkAddress.str1.1 |
0x000363ad |
0x000363b2 |
5 |
34% |
11181 |
.rodata.zps_bAplZdoZdoClient.str1.1 |
0x000363b2 |
0x000363b7 |
5 |
34% |
11183 |
Expected total in zps_apl_zdo_nwkmanager_client.o file: |
15 |
Actual: |
15 |
100% |
11179 |
Flash640 / .text / zps_apl_zdo_mgmt_bind_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoMgmtBindServer.str1.1 |
0x000363b2 |
0x000363c5 |
19 |
100% |
11186 |
Expected total in zps_apl_zdo_mgmt_bind_server.o file: |
19 |
Actual: |
19 |
100% |
11186 |
Flash640 / .text / zps_apl_zdp_apsde_req.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplZdpGenStatusOnlyResponse.str1.1 |
0x000363c5 |
0x000363c8 |
3 |
100% |
11189 |
Expected total in zps_apl_zdp_apsde_req.o file: |
3 |
Actual: |
3 |
100% |
11189 |
Flash640 / .text / zps_apl_zdp_device_annce.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplZdpDeviceAnnceRequest.str1.1 |
0x000363c5 |
0x000363ca |
5 |
100% |
11191 |
Expected total in zps_apl_zdp_device_annce.o file: |
5 |
Actual: |
5 |
100% |
11191 |
Flash640 / .text / zps_apl_zdp_ieee_addr_req.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplZdpIeeeAddrRequest.str1.1 |
0x000363c5 |
0x000363ca |
5 |
100% |
11193 |
Expected total in zps_apl_zdp_ieee_addr_req.o file: |
5 |
Actual: |
5 |
100% |
11193 |
Flash640 / .text / zps_apl_zdp_match_desc_req.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplZdpMatchDescRequest.str1.1 |
0x000363ca |
0x000363cf |
5 |
100% |
11195 |
Expected total in zps_apl_zdp_match_desc_req.o file: |
5 |
Actual: |
5 |
100% |
11195 |
Flash640 / .text / zps_apl_zdp_mgmt_permit_joining_req.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplZdpMgmtPermitJoiningRequest.str1.1 |
0x000363ca |
0x000363cf |
5 |
100% |
11197 |
Expected total in zps_apl_zdp_mgmt_permit_joining_req.o file: |
5 |
Actual: |
5 |
100% |
11197 |
Flash640 / .text / zps_apl_zdp_node_desc_req.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplZdpNodeDescRequest.str1.1 |
0x000363ca |
0x000363cf |
5 |
100% |
11200 |
Expected total in zps_apl_zdp_node_desc_req.o file: |
5 |
Actual: |
5 |
100% |
11200 |
Flash640 / .text / zps_apl_zdp_nwk_addr_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpNwkAddrResponse.str1.1 |
0x000363ca |
0x000363cf |
5 |
100% |
11203 |
Expected total in zps_apl_zdp_nwk_addr_rsp.o file: |
5 |
Actual: |
5 |
100% |
11203 |
Flash640 / .text / zps_apl_zdp_ieee_addr_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpIeeeAddrResponse.str1.1 |
0x000363cf |
0x000363dd |
14 |
100% |
11206 |
Expected total in zps_apl_zdp_ieee_addr_rsp.o file: |
14 |
Actual: |
14 |
100% |
11206 |
Flash640 / .text / zps_apl_zdp_node_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpNodeDescResponse.str1.1 |
0x000363cf |
0x000363d8 |
9 |
100% |
11208 |
Expected total in zps_apl_zdp_node_desc_rsp.o file: |
9 |
Actual: |
9 |
100% |
11208 |
Flash640 / .text / zps_apl_zdp_parent_annce_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpParentAnnceResponse.str1.1 |
0x000363d8 |
0x000363de |
6 |
100% |
11211 |
Expected total in zps_apl_zdp_parent_annce_rsp.o file: |
6 |
Actual: |
6 |
100% |
11211 |
Flash640 / .text / zps_apl_zdp_power_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpPowerDescResponse.str1.1 |
0x000363d8 |
0x000363de |
6 |
100% |
11213 |
Expected total in zps_apl_zdp_power_desc_rsp.o file: |
6 |
Actual: |
6 |
100% |
11213 |
Flash640 / .text / zps_apl_zdp_simple_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpSimpleDescResponse.str1.1 |
0x000363d8 |
0x000363e3 |
11 |
100% |
11215 |
Expected total in zps_apl_zdp_simple_desc_rsp.o file: |
11 |
Actual: |
11 |
100% |
11215 |
Flash640 / .text / zps_apl_zdp_active_ep_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpActiveEpResponse.str1.1 |
0x000363d8 |
0x000363dd |
5 |
100% |
11217 |
Expected total in zps_apl_zdp_active_ep_rsp.o file: |
5 |
Actual: |
5 |
100% |
11217 |
Flash640 / .text / zps_apl_zdp_match_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpMatchDescResponse.str1.1 |
0x000363d8 |
0x000363dd |
5 |
100% |
11219 |
Expected total in zps_apl_zdp_match_desc_rsp.o file: |
5 |
Actual: |
5 |
100% |
11219 |
Flash640 / .text / zps_apl_zdp_system_server_discovery_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpSystemServerDiscoveryResponse.str1.1 |
0x000363d8 |
0x000363dc |
4 |
100% |
11221 |
Expected total in zps_apl_zdp_system_server_discovery_rsp.o file: |
4 |
Actual: |
4 |
100% |
11221 |
Flash640 / .text / zps_apl_zdp_mgmt_lqi_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplZdpMgmtLqiResponse.str1.1 |
0x000363d8 |
0x000363e0 |
8 |
100% |
11223 |
Expected total in zps_apl_zdp_mgmt_lqi_rsp.o file: |
8 |
Actual: |
8 |
100% |
11223 |
Flash640 / .text / zps_apl_zdp_mgmt_rtg_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplZdpMgmtRtgResponse.str1.1 |
0x000363e0 |
0x000363e8 |
8 |
100% |
11226 |
Expected total in zps_apl_zdp_mgmt_rtg_rsp.o file: |
8 |
Actual: |
8 |
100% |
11226 |
Flash640 / .text / zps_apl_zdp_mgmt_nwk_update_notify_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpMgmtNwkUpdateNotifyResponse.str1.1 |
0x000363e0 |
0x000363e8 |
8 |
100% |
11229 |
Expected total in zps_apl_zdp_mgmt_nwk_update_notify_rsp.o file: |
8 |
Actual: |
8 |
100% |
11229 |
Flash640 / .text / zps_mac_common.o |
Start |
End |
Size |
% |
Line |
.rodata.CSWTCH.25 |
0x000363e0 |
0x00036460 |
128 |
58% |
11232 |
.rodata.CSWTCH.27 |
0x00036460 |
0x00036480 |
32 |
15% |
11234 |
.rodata.CSWTCH.29 |
0x00036480 |
0x000364a0 |
32 |
15% |
11236 |
.rodata.CSWTCH.31 |
0x000364a0 |
0x000364c0 |
32 |
15% |
11238 |
Expected total in zps_mac_common.o file: |
224 |
Actual: |
224 |
100% |
11232 |
Flash640 / .text / zps_apl_gp.o |
Start |
End |
Size |
% |
Line |
.rodata.vZGPcStubMcpsInd.str1.1 |
0x000364c0 |
0x000364c4 |
4 |
100% |
11240 |
Expected total in zps_apl_gp.o file: |
4 |
Actual: |
4 |
100% |
11240 |
Flash640 / .text / zps_apl_gp_security.o |
Start |
End |
Size |
% |
Line |
.rodata.ZPS_vZgpTransformKey.str1.1 |
0x000364c0 |
0x000364c4 |
4 |
100% |
11242 |
Expected total in zps_apl_gp_security.o file: |
4 |
Actual: |
4 |
100% |
11242 |
Flash640 / .text / zps_apl_interpan.o |
Start |
End |
Size |
% |
Line |
.rodata.vApsInterPanMcpsDataInd.str1.1 |
0x000364c4 |
0x000364c8 |
4 |
100% |
11244 |
Expected total in zps_apl_interpan.o file: |
4 |
Actual: |
4 |
100% |
11244 |
Flash640 / .text / zps_nwk_leave.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_psNwkSendLeaveCmd.str1.1 |
0x000364c4 |
0x000364c7 |
3 |
100% |
11246 |
Expected total in zps_nwk_leave.o file: |
3 |
Actual: |
3 |
100% |
11246 |
Flash640 / .text / zps_nwk_maint.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_psSendNetworkStatusCmd.str1.1 |
0x000364c4 |
0x000364c8 |
4 |
40% |
11248 |
.rodata.zps_psSendNetworkUpdateCmd.str1.1 |
0x000364c4 |
0x000364ca |
6 |
60% |
11250 |
.rodata.zps_psSendNetworkEdTimeoutReqCmd.str1.1 |
0x000364ca |
0x000364ce |
4 |
40% |
11252 |
Expected total in zps_nwk_maint.o file: |
10 |
Actual: |
14 |
140% |
11248 |
Flash640 / .text / zps_nwk_mcps.o |
Start |
End |
Size |
% |
Line |
.rodata.ZPS_vNwkSendLeaveDirect.str1.1 |
0x000364ca |
0x000364cd |
3 |
14% |
11254 |
.rodata.ZPS_vNwkHandleMcpsVsInd.str1.1 |
0x000364ca |
0x000364d0 |
6 |
28% |
11256 |
.rodata.s_apsStSceTbl |
0x000364cc |
0x000364e0 |
20 |
91% |
11260 |
Expected total in zps_nwk_mcps.o file: |
22 |
Actual: |
29 |
132% |
11254 |
Flash640 / .text / zps_nwk_mlme.o |
Start |
End |
Size |
% |
Line |
.rodata.s_apsStSmeTbl |
0x000364e0 |
0x000364f4 |
20 |
100% |
11262 |
Expected total in zps_nwk_mlme.o file: |
20 |
Actual: |
20 |
100% |
11262 |
Flash640 / .text / zps_nwk_nib.o |
Start |
End |
Size |
% |
Line |
.rodata.au32EndDeviceTimeoutConstants |
0x000364f4 |
0x00036530 |
60 |
72% |
11264 |
.rodata.au32NwkPdmRecordOffsets |
0x00036530 |
0x00036548 |
24 |
29% |
11267 |
Expected total in zps_nwk_nib.o file: |
84 |
Actual: |
84 |
100% |
11264 |
Flash640 / .text / zps_nwk_nlme.o |
Start |
End |
Size |
% |
Line |
.rodata.atCfmSize |
0x00036548 |
0x00036588 |
64 |
100% |
11270 |
Expected total in zps_nwk_nlme.o file: |
64 |
Actual: |
64 |
100% |
11270 |
Flash640 / .text / zps_nwk_rt.o |
Start |
End |
Size |
% |
Line |
.rodata.psNwkSendRouteRecordCmd.str1.1 |
0x00036588 |
0x0003658b |
3 |
24% |
11272 |
.rodata.psSendRouteReplyCmd.isra.0.str1.1 |
0x00036588 |
0x0003658f |
7 |
54% |
11274 |
.rodata.zps_psNwkInitiateRouteDiscovery.str1.1 |
0x0003658f |
0x00036595 |
6 |
47% |
11276 |
Expected total in zps_nwk_rt.o file: |
13 |
Actual: |
16 |
124% |
11272 |
Flash640 / .text / zps_nwk_sec.o |
Start |
End |
Size |
% |
Line |
.rodata.ZPS_bSecDecrypt.str1.1 |
0x00036595 |
0x00036598 |
3 |
38% |
11278 |
.rodata.zps_eNwkSecDecryptPacket.str1.1 |
0x00036598 |
0x0003659d |
5 |
63% |
11280 |
Expected total in zps_nwk_sec.o file: |
8 |
Actual: |
8 |
100% |
11278 |
Flash640 / .text / zps_nwk_subghz.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_psSendNetworkLinkPowerDelta.isra.0.str1.1 |
0x0003659d |
0x000365a4 |
7 |
100% |
11282 |
Expected total in zps_nwk_subghz.o file: |
7 |
Actual: |
7 |
100% |
11282 |
Flash640 / .text / zps_nwk_actv_st.o |
Start |
End |
Size |
% |
Line |
.rodata.s_aeMlmeDcfmIndToActvStSme |
0x0003659d |
0x000365b4 |
23 |
10% |
11284 |
.rodata.s_aeNlmeReqRspToActvStCme |
0x000365b4 |
0x000365c4 |
16 |
7% |
11286 |
.rodata.s_aeNwkCmdToActvStSce |
0x000365c4 |
0x000365d4 |
16 |
7% |
11288 |
.rodata.s_aprActvStHandleCme |
0x000365d4 |
0x00036604 |
48 |
21% |
11291 |
.rodata.s_aprActvStHandleSce |
0x00036604 |
0x0003663c |
56 |
25% |
11293 |
.rodata.s_aprActvStHandleSme |
0x0003663c |
0x00036658 |
28 |
13% |
11295 |
.rodata.s_atActvStSceStt |
0x00036658 |
0x00036665 |
13 |
6% |
11297 |
.rodata.s_atActvStSmeStt |
0x00036665 |
0x0003666c |
7 |
4% |
11299 |
.rodata.zps_sActvSceTbl |
0x0003666c |
0x00036678 |
12 |
6% |
11302 |
.rodata.zps_sActvSmeTbl |
0x00036678 |
0x00036684 |
12 |
6% |
11305 |
Expected total in zps_nwk_actv_st.o file: |
231 |
Actual: |
231 |
100% |
11284 |
Flash640 / .text / zps_nwk_disc_st.o |
Start |
End |
Size |
% |
Line |
.rodata.s_aeMlmeDcfmIndToDiscStSme |
0x00036684 |
0x0003669c |
24 |
34% |
11308 |
.rodata.s_aprDiscStHandleSme |
0x0003669c |
0x000366b8 |
28 |
39% |
11311 |
.rodata.s_atDiscStSmeStt |
0x000366b8 |
0x000366c0 |
8 |
12% |
11313 |
.rodata.zps_sDiscSmeTbl |
0x000366c0 |
0x000366cc |
12 |
17% |
11315 |
Expected total in zps_nwk_disc_st.o file: |
72 |
Actual: |
72 |
100% |
11308 |
Flash640 / .text / zps_nwk_form_st.o |
Start |
End |
Size |
% |
Line |
.rodata.s_aeMlmeDcfmIndToFormStSme |
0x000366cc |
0x000366e4 |
24 |
43% |
11318 |
.rodata.s_aprFormStHandleSme |
0x000366e4 |
0x000366f4 |
16 |
29% |
11321 |
.rodata.s_atFormStSmeStt |
0x000366f4 |
0x000366f8 |
4 |
8% |
11323 |
.rodata.zps_sFormSmeTbl |
0x000366f8 |
0x00036704 |
12 |
22% |
11325 |
Expected total in zps_nwk_form_st.o file: |
56 |
Actual: |
56 |
100% |
11318 |
Flash640 / .text / zps_nwk_frm.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_psSendFrm.str1.1 |
0x00036704 |
0x00036707 |
3 |
43% |
11328 |
.rodata.str1.1 |
0x00036704 |
0x00036710 |
12 |
172% |
11330 |
.rodata.au8JitterLUT.0 |
0x00036704 |
0x0003670b |
7 |
100% |
11332 |
Expected total in zps_nwk_frm.o file: |
7 |
Actual: |
22 |
315% |
11328 |
Flash640 / .text / zps_nwk_idle_st.o |
Start |
End |
Size |
% |
Line |
.rodata.s_aeNlmeReqRspToIdleStCme |
0x0003670b |
0x0003671c |
17 |
46% |
11334 |
.rodata.s_aprIdleStHandleCme |
0x0003671c |
0x00036730 |
20 |
55% |
11338 |
Expected total in zps_nwk_idle_st.o file: |
37 |
Actual: |
37 |
100% |
11334 |
Flash640 / .text / zps_nwk_join.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_psNwkSendRejoinReqCmd.str1.1 |
0x00036730 |
0x00036733 |
3 |
8% |
11340 |
.rodata.zps_psNwkSendRejoinRspCmd.str1.1 |
0x00036730 |
0x00036735 |
5 |
13% |
11342 |
.rodata.zps_eNwkProcessJoinInd.str1.1 |
0x00036730 |
0x00036752 |
34 |
88% |
11345 |
.rodata |
0x00036752 |
0x00036757 |
5 |
13% |
11347 |
Expected total in zps_nwk_join.o file: |
39 |
Actual: |
47 |
121% |
11340 |
Flash640 / .text / zps_nwk_join_st.o |
Start |
End |
Size |
% |
Line |
.rodata.s_aeMlmeDcfmIndToJoinStSme |
0x00036757 |
0x0003676e |
23 |
21% |
11348 |
.rodata.s_aeNwkCmdToJoinStSce |
0x0003676e |
0x0003677c |
14 |
13% |
11350 |
.rodata.s_aprJoinStHandleSce |
0x0003677c |
0x00036784 |
8 |
8% |
11353 |
.rodata.s_aprJoinStHandleSme |
0x00036784 |
0x00036794 |
16 |
15% |
11355 |
.rodata.s_atJoinStSceStt |
0x00036794 |
0x00036799 |
5 |
5% |
11357 |
.rodata.s_atJoinStSmeStt |
0x00036799 |
0x000367b0 |
23 |
21% |
11359 |
.rodata.zps_sJoinSceTbl |
0x000367b0 |
0x000367bc |
12 |
11% |
11362 |
.rodata.zps_sJoinSmeTbl |
0x000367bc |
0x000367c8 |
12 |
11% |
11365 |
Expected total in zps_nwk_join_st.o file: |
113 |
Actual: |
113 |
100% |
11348 |
Flash640 / .text / Mini_Main.o |
Start |
End |
Size |
% |
Line |
.rodata.au8HeaderSize.0 |
0x000367c8 |
0x000367d6 |
14 |
47% |
11368 |
.rodata.sPibInitialValues |
0x000367d6 |
0x000367e6 |
16 |
54% |
11370 |
Expected total in Mini_Main.o file: |
30 |
Actual: |
30 |
100% |
11368 |
Flash640 / .text / radio.o |
Start |
End |
Size |
% |
Line |
.rodata.radio_DCO_cal.str1.1 |
0x000367e6 |
0x000367ee |
8 |
1% |
11372 |
.rodata |
0x000367ee |
0x0003680a |
28 |
3% |
11374 |
.rodata.assign_Synth_Cal_Op_Lock_init_regs |
0x0003680a |
0x0003684a |
64 |
7% |
11375 |
.rodata.assign_Synth_Cal_Startup_init_regs |
0x0003684a |
0x0003688e |
68 |
7% |
11378 |
.rodata.assign_TMU_init_regs |
0x0003688e |
0x000368da |
76 |
8% |
11381 |
.rodata.assign_init_regs |
0x000368da |
0x0003694a |
112 |
11% |
11384 |
.rodata.assign_init_regs_ES2 |
0x0003694a |
0x00036956 |
12 |
2% |
11387 |
.rodata.assign_init_regs_ES2MF |
0x00036956 |
0x00036962 |
12 |
2% |
11390 |
.rodata.assign_std_specific_banked_regs |
0x00036962 |
0x0003699a |
56 |
6% |
11393 |
.rodata.assign_unbanked_common_regs |
0x0003699a |
0x000369c2 |
40 |
4% |
11396 |
.rodata.assign_unbanked_std_specific_regs |
0x000369c2 |
0x000369d2 |
16 |
2% |
11399 |
.rodata.assign_unbanked_zbble_specific_regs |
0x000369d2 |
0x00036a6e |
156 |
15% |
11402 |
.rodata.assign_zbble_specific_banked_regs |
0x00036a6e |
0x00036ab8 |
74 |
8% |
11405 |
.rodata.freq_prog |
0x00036ab8 |
0x00036b44 |
140 |
14% |
11409 |
.rodata.lut_defaults |
0x00036b44 |
0x00036ba0 |
92 |
9% |
11412 |
.rodata.lut_hiTx_defaults |
0x00036ba0 |
0x00036bfc |
92 |
9% |
11415 |
Expected total in radio.o file: |
1046 |
Actual: |
1046 |
100% |
11372 |
The memory used by each folder is listed below, grouped by section. The sizes and percentages are for the contents of that folder only, (so contents of subfolders are not included).
The percentage column is the percentage of the section memory that Folder occupies.
The memory used by each folder and file is listed below, grouped by section.The sizes given for folders include the contents of that folder and all subfolders. The percentage column is the percentage of the section memory that entry occupies.
Flash640 / .text |
Size |
% |
APP/ |
10564 |
5% |
| 1-Common/ |
5027 |
3% |
| | Source/ |
5027 |
3% |
| | | app_buttons.o |
356 |
1% |
| | | app_green_power.o |
309 |
1% |
| | | app_leds.o |
400 |
1% |
| | | app_ota_client.o |
2351 |
2% |
| | | app_power_on_counter.o |
216 |
1% |
| | | board/ |
1395 |
1% |
| | | | board.o |
44 |
1% |
| | | | board_utility.o |
44 |
1% |
| | | | hardware_init.o |
236 |
1% |
| | | | pin_mux.o |
28 |
1% |
| | | | temp_sensor_drv.o |
1043 |
1% |
| 1-WindowCovering/ |
5537 |
3% |
| | Source/ |
5537 |
3% |
| | | app_main.o |
1224 |
1% |
| | | app_reporting.o |
172 |
1% |
| | | app_start.o |
422 |
1% |
| | | app_window_covering.o |
1469 |
1% |
| | | app_zcl_task.o |
778 |
1% |
| | | pdum_gen.o |
40 |
1% |
| | | zps_gen.o |
1432 |
1% |
LIB/ |
136920 |
62% |
| / |
16 |
1% |
| | linker |
16 |
1% |
| SDKPackages/ |
134100 |
60% |
| | K32W041AMDK6/ |
134100 |
60% |
| | | middleware/ |
134100 |
60% |
| | | | wireless/ |
134100 |
60% |
| | | | | framework/ |
24430 |
11% |
| | | | | | PDM/ |
9740 |
5% |
| | | | | | | Library/ |
9740 |
5% |
| | | | | | | | libPDM.a/ |
9740 |
5% |
| | | | | | | | | PDM_Create.c.obj |
412 |
1% |
| | | | | | | | | PDM_FLASH.c.obj |
628 |
1% |
| | | | | | | | | PDM_FileSystem.c.obj |
452 |
1% |
| | | | | | | | | PDM_FileSystemData.c.obj |
744 |
1% |
| | | | | | | | | PDM_FileSystemDelete.c.obj |
152 |
1% |
| | | | | | | | | PDM_FileSystemGenerate.c.obj |
768 |
1% |
| | | | | | | | | PDM_FileSystemHeaderAccessFunctions.c.obj |
260 |
1% |
| | | | | | | | | PDM_FileSystemHeaderChecksum.c.obj |
112 |
1% |
| | | | | | | | | PDM_FileSystemHeaderRepair.c.obj |
360 |
1% |
| | | | | | | | | PDM_FileSystemHeaderVerify.c.obj |
120 |
1% |
| | | | | | | | | PDM_FileSystemMove.c.obj |
464 |
1% |
| | | | | | | | | PDM_FileSystemVerify.c.obj |
440 |
1% |
| | | | | | | | | PDM_NVMReadAndWrite.c.obj |
238 |
1% |
| | | | | | | | | PDM_NVMheaderAccessFunctions.c.obj |
38 |
1% |
| | | | | | | | | PDM_NVMheaderReadAndWrite.c.obj |
110 |
1% |
| | | | | | | | | PDM_NVMsegmentStatus.c.obj |
48 |
1% |
| | | | | | | | | PDM_SearchAndListOrder.c.obj |
422 |
1% |
| | | | | | | | | PDM_Segment.c.obj |
368 |
1% |
| | | | | | | | | PDM_SegmentData.c.obj |
100 |
1% |
| | | | | | | | | PDM_SegmentReplace.c.obj |
920 |
1% |
| | | | | | | | | PDM_SegmentSequenceExtendDelete.c.obj |
208 |
1% |
| | | | | | | | | PDM_SegmentSequenceExtendFilter.c.obj |
504 |
1% |
| | | | | | | | | PDM_SegmentSequenceExtendReconstruct.c.obj |
648 |
1% |
| | | | | | | | | PDM_SegmentSequenceSave.c.obj |
678 |
1% |
| | | | | | | | | PDM_WearLevelling.c.obj |
232 |
1% |
| | | | | | | | | PDM_slist.c.obj |
290 |
1% |
| | | | | | | | | PdmNoRtosStub.c.obj |
24 |
1% |
| | | | | | PDUM/ |
2428 |
2% |
| | | | | | | Library/ |
2428 |
2% |
| | | | | | | | libPDUM.a/ |
2428 |
2% |
| | | | | | | | | pdum.o |
760 |
1% |
| | | | | | | | | pdum_apl.o |
520 |
1% |
| | | | | | | | | pdum_nwk.o |
1148 |
1% |
| | | | | | PWRM/ |
32 |
1% |
| | | | | | | Library/ |
32 |
1% |
| | | | | | | | libPWRM.a/ |
32 |
1% |
| | | | | | | | | pwrm.o |
32 |
1% |
| | | | | | SecLib/ |
380 |
1% |
| | | | | | | lib_crypto_m4.a/ |
380 |
1% |
| | | | | | | | aes_mmo.c.obj |
380 |
1% |
| | | | | | XCVR/ |
11850 |
6% |
| | | | | | | lib/ |
11850 |
6% |
| | | | | | | | libRadio.a/ |
11850 |
6% |
| | | | | | | | | radio.o |
11850 |
6% |
| | | | | ieee-802.15.4/ |
13734 |
7% |
| | | | | | lib/ |
13734 |
7% |
| | | | | | | libMiniMac.a/ |
13734 |
7% |
| | | | | | | | MMAC.o |
6112 |
3% |
| | | | | | | | MMAC_RadioInit_JN518x.o |
40 |
1% |
| | | | | | | | MMAC_TimerServer.o |
214 |
1% |
| | | | | | | | Mini_Association.o |
1286 |
1% |
| | | | | | | | Mini_Main.o |
1094 |
1% |
| | | | | | | | Mini_Mcps.o |
520 |
1% |
| | | | | | | | Mini_Poll.o |
372 |
1% |
| | | | | | | | Mini_Running.o |
408 |
1% |
| | | | | | | | Mini_Scan.o |
1768 |
1% |
| | | | | | | | Mini_Shim.o |
184 |
1% |
| | | | | | | | Mini_TimerServer.o |
160 |
1% |
| | | | | | | | Mini_TxRx.o |
1548 |
1% |
| | | | | | | | endian.o |
28 |
1% |
| | | | | zigbee/ |
95936 |
43% |
| | | | | | Library/ |
95936 |
43% |
| | | | | | | libZPSAPL.a/ |
41860 |
19% |
| | | | | | | | zps_apl_af.o |
960 |
1% |
| | | | | | | | zps_apl_af_apsde.o |
1372 |
1% |
| | | | | | | | zps_apl_aib.o |
346 |
1% |
| | | | | | | | zps_apl_aps_nlde.o |
3657 |
2% |
| | | | | | | | zps_apl_apsde.o |
3190 |
2% |
| | | | | | | | zps_apl_apsme.o |
3502 |
2% |
| | | | | | | | zps_apl_inl.o |
16 |
1% |
| | | | | | | | zps_apl_mac_isr.o |
652 |
1% |
| | | | | | | | zps_apl_sec.o |
1981 |
1% |
| | | | | | | | zps_apl_task.o |
616 |
1% |
| | | | | | | | zps_apl_zdo_active_ep_server.o |
224 |
1% |
| | | | | | | | zps_apl_zdo_bind_unbind_server.o |
719 |
1% |
| | | | | | | | zps_apl_zdo_bound_data_request_manager.o |
2032 |
1% |
| | | | | | | | zps_apl_zdo_common.o |
364 |
1% |
| | | | | | | | zps_apl_zdo_default_server.o |
619 |
1% |
| | | | | | | | zps_apl_zdo_device_annce_server.o |
471 |
1% |
| | | | | | | | zps_apl_zdo_group.o |
184 |
1% |
| | | | | | | | zps_apl_zdo_handle_zdp_event.o |
392 |
1% |
| | | | | | | | zps_apl_zdo_ieee_addr_server.o |
439 |
1% |
| | | | | | | | zps_apl_zdo_match_desc_server.o |
779 |
1% |
| | | | | | | | zps_apl_zdo_mgmt_bind_server.o |
515 |
1% |
| | | | | | | | zps_apl_zdo_mgmt_leave_server.o |
639 |
1% |
| | | | | | | | zps_apl_zdo_mgmt_lqi_server.o |
512 |
1% |
| | | | | | | | zps_apl_zdo_mgmt_nwk_update_server.o |
1660 |
1% |
| | | | | | | | zps_apl_zdo_mgmt_rtg_server.o |
296 |
1% |
| | | | | | | | zps_apl_zdo_node_desc_server.o |
320 |
1% |
| | | | | | | | zps_apl_zdo_nwk_addr_server.o |
459 |
1% |
| | | | | | | | zps_apl_zdo_nwkmanager.o |
8809 |
4% |
| | | | | | | | zps_apl_zdo_nwkmanager_client.o |
683 |
1% |
| | | | | | | | zps_apl_zdo_parent_annce_server.o |
727 |
1% |
| | | | | | | | zps_apl_zdo_permit_joining_server.o |
219 |
1% |
| | | | | | | | zps_apl_zdo_power_desc_server.o |
244 |
1% |
| | | | | | | | zps_apl_zdo_simple_desc_server.o |
571 |
1% |
| | | | | | | | zps_apl_zdo_system_server_discovery_server.o |
140 |
1% |
| | | | | | | | zps_apl_zdo_trust_center.o |
76 |
1% |
| | | | | | | | zps_apl_zdp_active_ep_rsp.o |
145 |
1% |
| | | | | | | | zps_apl_zdp_apsde_req.o |
411 |
1% |
| | | | | | | | zps_apl_zdp_bind_rsp.o |
38 |
1% |
| | | | | | | | zps_apl_zdp_device_annce.o |
109 |
1% |
| | | | | | | | zps_apl_zdp_ieee_addr_req.o |
109 |
1% |
| | | | | | | | zps_apl_zdp_ieee_addr_rsp.o |
218 |
1% |
| | | | | | | | zps_apl_zdp_match_desc_req.o |
189 |
1% |
| | | | | | | | zps_apl_zdp_match_desc_rsp.o |
145 |
1% |
| | | | | | | | zps_apl_zdp_mgmt_leave_rsp.o |
40 |
1% |
| | | | | | | | zps_apl_zdp_mgmt_lqi_rsp.o |
248 |
1% |
| | | | | | | | zps_apl_zdp_mgmt_nwk_update_notify_rsp.o |
176 |
1% |
| | | | | | | | zps_apl_zdp_mgmt_permit_joining_req.o |
185 |
1% |
| | | | | | | | zps_apl_zdp_mgmt_permit_joining_rsp.o |
38 |
1% |
| | | | | | | | zps_apl_zdp_mgmt_rtg_rsp.o |
196 |
1% |
| | | | | | | | zps_apl_zdp_node_desc_req.o |
129 |
1% |
| | | | | | | | zps_apl_zdp_node_desc_rsp.o |
169 |
1% |
| | | | | | | | zps_apl_zdp_nwk_addr_rsp.o |
209 |
1% |
| | | | | | | | zps_apl_zdp_parent_annce_rsp.o |
178 |
1% |
| | | | | | | | zps_apl_zdp_power_desc_rsp.o |
150 |
1% |
| | | | | | | | zps_apl_zdp_simple_desc_rsp.o |
235 |
1% |
| | | | | | | | zps_apl_zdp_system_server_discovery_rsp.o |
120 |
1% |
| | | | | | | | zps_apl_zdp_unbind_rsp.o |
38 |
1% |
| | | | | | | libZPSGP.a/ |
5318 |
3% |
| | | | | | | | zps_apl_gp.o |
1796 |
1% |
| | | | | | | | zps_apl_gp_security.o |
1292 |
1% |
| | | | | | | | zps_apl_options.o |
114 |
1% |
| | | | | | | | zps_bdir_gp.o |
2116 |
1% |
| | | | | | | libZPSIPAN.a/ |
890 |
1% |
| | | | | | | | zps_apl_interpan.o |
890 |
1% |
| | | | | | | libZPSMAC_Mini_SOC.a/ |
5250 |
3% |
| | | | | | | | zps_mac_common.o |
602 |
1% |
| | | | | | | | zps_mac_ie.o |
196 |
1% |
| | | | | | | | zps_mac_if_table.o |
1024 |
1% |
| | | | | | | | zps_mac_shim.o |
608 |
1% |
| | | | | | | | zps_miniMac.o |
2820 |
2% |
| | | | | | | libZPSNWK.a/ |
42518 |
20% |
| | | | | | | | zps_nwk_actv_st.o |
429 |
1% |
| | | | | | | | zps_nwk_btt.o |
584 |
1% |
| | | | | | | | zps_nwk_dcim.o |
76 |
1% |
| | | | | | | | zps_nwk_disc.o |
376 |
1% |
| | | | | | | | zps_nwk_disc_st.o |
1196 |
1% |
| | | | | | | | zps_nwk_form.o |
174 |
1% |
| | | | | | | | zps_nwk_form_st.o |
1332 |
1% |
| | | | | | | | zps_nwk_frm.o |
2387 |
2% |
| | | | | | | | zps_nwk_idle_st.o |
81 |
1% |
| | | | | | | | zps_nwk_intf.o |
570 |
1% |
| | | | | | | | zps_nwk_join.o |
4987 |
3% |
| | | | | | | | zps_nwk_join_st.o |
1463 |
1% |
| | | | | | | | zps_nwk_leave.o |
1055 |
1% |
| | | | | | | | zps_nwk_lib.o |
472 |
1% |
| | | | | | | | zps_nwk_lkst.o |
1432 |
1% |
| | | | | | | | zps_nwk_mac.o |
12 |
1% |
| | | | | | | | zps_nwk_main.o |
152 |
1% |
| | | | | | | | zps_nwk_maint.o |
4032 |
2% |
| | | | | | | | zps_nwk_mcps.o |
6236 |
3% |
| | | | | | | | zps_nwk_mlme.o |
124 |
1% |
| | | | | | | | zps_nwk_nib.o |
6392 |
3% |
| | | | | | | | zps_nwk_nlde.o |
608 |
1% |
| | | | | | | | zps_nwk_nlme.o |
460 |
1% |
| | | | | | | | zps_nwk_pmjn.o |
132 |
1% |
| | | | | | | | zps_nwk_rt.o |
4761 |
3% |
| | | | | | | | zps_nwk_scan.o |
128 |
1% |
| | | | | | | | zps_nwk_sec.o |
1648 |
1% |
| | | | | | | | zps_nwk_slist.o |
140 |
1% |
| | | | | | | | zps_nwk_subghz.o |
929 |
1% |
| | | | | | | | zps_nwk_sync.o |
150 |
1% |
| | | | | | | libZPSTSV.a/ |
100 |
1% |
| | | | | | | | zps_tsv.o |
100 |
1% |
| gcc/ |
2804 |
2% |
| | arm-none-eabi/ |
2804 |
2% |
| | | 10.3.1/ |
2804 |
2% |
| | | | arm-none-eabi/ |
904 |
1% |
| | | | | lib/ |
904 |
1% |
| | | | | | thumb/ |
904 |
1% |
| | | | | | | v7e-m/ |
904 |
1% |
| | | | | | | | nofp/ |
904 |
1% |
| | | | | | | | | libc.a/ |
904 |
1% |
| | | | | | | | | | lib_a-abs.o |
8 |
1% |
| | | | | | | | | | lib_a-memcmp.o |
104 |
1% |
| | | | | | | | | | lib_a-memcpy.o |
308 |
1% |
| | | | | | | | | | lib_a-memset.o |
164 |
1% |
| | | | | | | | | | lib_a-strlen.o |
220 |
1% |
| | | | | | | | | | lib_a-strncpy.o |
100 |
1% |
| | | | thumb/ |
1900 |
1% |
| | | | | v7e-m/ |
1900 |
1% |
| | | | | | nofp/ |
1900 |
1% |
| | | | | | | libgcc.a/ |
1900 |
1% |
| | | | | | | | _aeabi_ldivmod.o |
160 |
1% |
| | | | | | | | _aeabi_uldivmod.o |
48 |
1% |
| | | | | | | | _arm_addsubdf3.o |
888 |
1% |
| | | | | | | | _arm_fixdfsi.o |
80 |
1% |
| | | | | | | | _dvmd_tls.o |
4 |
1% |
| | | | | | | | _udivmoddi4.o |
720 |
1% |
SDK/ |
76532 |
35% |
| SDKPackages/ |
75972 |
34% |
| | K32W041AMDK6/ |
75972 |
34% |
| | | components/ |
1908 |
1% |
| | | | serial_manager/ |
1338 |
1% |
| | | | | serial_manager.o |
985 |
1% |
| | | | | serial_port_uart.o |
353 |
1% |
| | | | uart/ |
570 |
1% |
| | | | | usart_adapter.o |
570 |
1% |
| | | devices/ |
14408 |
7% |
| | | | K32W041AM/ |
14408 |
7% |
| | | | | drivers/ |
12071 |
6% |
| | | | | | fsl_adc.o |
716 |
1% |
| | | | | | fsl_aes.o |
244 |
1% |
| | | | | | fsl_clock.o |
2386 |
2% |
| | | | | | fsl_common.o |
301 |
1% |
| | | | | | fsl_ctimer.o |
132 |
1% |
| | | | | | fsl_dma.o |
356 |
1% |
| | | | | | fsl_flash.o |
228 |
1% |
| | | | | | fsl_flexcomm.o |
1129 |
1% |
| | | | | | fsl_fmeas.o |
38 |
1% |
| | | | | | fsl_gint.o |
373 |
1% |
| | | | | | fsl_gpio.o |
48 |
1% |
| | | | | | fsl_inputmux.o |
20 |
1% |
| | | | | | fsl_power.o |
2359 |
2% |
| | | | | | fsl_pwm.o |
364 |
1% |
| | | | | | fsl_reset.o |
347 |
1% |
| | | | | | fsl_rng.o |
216 |
1% |
| | | | | | fsl_rtc.o |
26 |
1% |
| | | | | | fsl_sha.o |
522 |
1% |
| | | | | | fsl_usart.o |
988 |
1% |
| | | | | | fsl_wtimer.o |
656 |
1% |
| | | | | | fsl_wwdt.o |
562 |
1% |
| | | | | | psector_api.o |
60 |
1% |
| | | | | system_K32W041AM.o |
228 |
1% |
| | | | | utilities/ |
2109 |
1% |
| | | | | | debug_console/ |
619 |
1% |
| | | | | | | fsl_debug_console.o |
619 |
1% |
| | | | | | fsl_assert.o |
90 |
1% |
| | | | | | str/ |
1400 |
1% |
| | | | | | | fsl_str.o |
1400 |
1% |
| | | middleware/ |
59656 |
27% |
| | | | wireless/ |
59656 |
27% |
| | | | | framework/ |
11905 |
6% |
| | | | | | Common/ |
104 |
1% |
| | | | | | | Heap.o |
72 |
1% |
| | | | | | | MicroInt_arm_sdk2.o |
32 |
1% |
| | | | | | DebugExceptionHandlers_jn518x/ |
4002 |
2% |
| | | | | | | src/ |
4002 |
2% |
| | | | | | | | Exceptions_NVIC.o |
44 |
1% |
| | | | | | | | MicroExceptions_arm.o |
3958 |
2% |
| | | | | | DebugFifo/ |
82 |
1% |
| | | | | | | Source/ |
82 |
1% |
| | | | | | | | Debug.o |
82 |
1% |
| | | | | | Flash/ |
488 |
1% |
| | | | | | | External/ |
488 |
1% |
| | | | | | | | Source/ |
488 |
1% |
| | | | | | | | | Eeprom_InternalFlash.o |
488 |
1% |
| | | | | | FunctionLib/ |
68 |
1% |
| | | | | | | FunctionLib.o |
68 |
1% |
| | | | | | GPIO/ |
12 |
1% |
| | | | | | | GPIO_Adapter.o |
12 |
1% |
| | | | | | Lists/ |
134 |
1% |
| | | | | | | GenericList.o |
134 |
1% |
| | | | | | LowPower/ |
1912 |
1% |
| | | | | | | Source/ |
1912 |
1% |
| | | | | | | | k32w041amdk6/ |
1912 |
1% |
| | | | | | | | | PWR.o |
1096 |
1% |
| | | | | | | | | PWRLib.o |
788 |
1% |
| | | | | | | | | PWR_setjmp.o |
28 |
1% |
| | | | | | MemManager/ |
312 |
1% |
| | | | | | | Source/ |
312 |
1% |
| | | | | | | | MemManager.o |
312 |
1% |
| | | | | | Messaging/ |
74 |
1% |
| | | | | | | Source/ |
74 |
1% |
| | | | | | | | Messaging.o |
74 |
1% |
| | | | | | OSAbstraction/ |
451 |
1% |
| | | | | | | Source/ |
451 |
1% |
| | | | | | | | fsl_os_abstraction_bm.o |
451 |
1% |
| | | | | | OtaSupport/ |
1610 |
1% |
| | | | | | | Source/ |
1610 |
1% |
| | | | | | | | OtaSupport.o |
722 |
1% |
| | | | | | | | OtaUtils.o |
888 |
1% |
| | | | | | Panic/ |
2 |
1% |
| | | | | | | Source/ |
2 |
1% |
| | | | | | | | Panic.o |
2 |
1% |
| | | | | | RNG/ |
192 |
1% |
| | | | | | | Source/ |
192 |
1% |
| | | | | | | | RNG.o |
192 |
1% |
| | | | | | SecLib/ |
752 |
1% |
| | | | | | | SecLib.o |
752 |
1% |
| | | | | | TimersManager/ |
1710 |
1% |
| | | | | | | Source/ |
1710 |
1% |
| | | | | | | | TMR_Adapter.o |
893 |
1% |
| | | | | | | | TimersManager.o |
817 |
1% |
| | | | | zigbee/ |
47751 |
22% |
| | | | | | BDB/ |
4114 |
2% |
| | | | | | | Source/ |
4114 |
2% |
| | | | | | | | Common/ |
1480 |
1% |
| | | | | | | | | bdb_fr.o |
120 |
1% |
| | | | | | | | | bdb_start.o |
1196 |
1% |
| | | | | | | | | bdb_state_machine.o |
164 |
1% |
| | | | | | | | FindAndBind/ |
164 |
1% |
| | | | | | | | | bdb_fb_common.o |
12 |
1% |
| | | | | | | | | bdb_fb_target.o |
152 |
1% |
| | | | | | | | NwkFormation/ |
724 |
1% |
| | | | | | | | | bdb_nf.o |
724 |
1% |
| | | | | | | | NwkSteering/ |
1746 |
1% |
| | | | | | | | | bdb_ns.o |
1746 |
1% |
| | | | | | ZCIF/ |
15050 |
7% |
| | | | | | | Source/ |
15050 |
7% |
| | | | | | | | dlist.o |
332 |
1% |
| | | | | | | | zcl.o |
936 |
1% |
| | | | | | | | zcl_CustomCommandReceive.o |
316 |
1% |
| | | | | | | | zcl_CustomCommandSend.o |
628 |
1% |
| | | | | | | | zcl_PDUbufferReadWrite.o |
342 |
1% |
| | | | | | | | zcl_PDUbufferReadWriteString.o |
680 |
1% |
| | | | | | | | zcl_WriteAttributesRequestHandle.o |
812 |
1% |
| | | | | | | | zcl_attribute.o |
1300 |
1% |
| | | | | | | | zcl_buffer.o |
72 |
1% |
| | | | | | | | zcl_command.o |
304 |
1% |
| | | | | | | | zcl_common.o |
88 |
1% |
| | | | | | | | zcl_configureReportingCommandHandle.o |
1240 |
1% |
| | | | | | | | zcl_defaultResponse.o |
248 |
1% |
| | | | | | | | zcl_event.o |
1516 |
1% |
| | | | | | | | zcl_heap.o |
56 |
1% |
| | | | | | | | zcl_library_options.o |
102 |
1% |
| | | | | | | | zcl_readAttributesRequestHandle.o |
520 |
1% |
| | | | | | | | zcl_readReportingConfigurationCommandHandle.o |
702 |
1% |
| | | | | | | | zcl_reportManager.o |
1000 |
1% |
| | | | | | | | zcl_reportMaths.o |
554 |
1% |
| | | | | | | | zcl_reportScheduler.o |
706 |
1% |
| | | | | | | | zcl_reportStringHandling.o |
224 |
1% |
| | | | | | | | zcl_reportStructure.o |
132 |
1% |
| | | | | | | | zcl_search.o |
964 |
1% |
| | | | | | | | zcl_timer.o |
404 |
1% |
| | | | | | | | zcl_transmit.o |
872 |
1% |
| | | | | | ZCL/ |
27427 |
13% |
| | | | | | | Clusters/ |
27063 |
13% |
| | | | | | | | General/ |
3644 |
2% |
| | | | | | | | | Source/ |
3644 |
2% |
| | | | | | | | | | Basic.o |
196 |
1% |
| | | | | | | | | | BasicClientCommands.o |
18 |
1% |
| | | | | | | | | | BasicCommandHandler.o |
98 |
1% |
| | | | | | | | | | Groups.o |
462 |
1% |
| | | | | | | | | | GroupsCommandHandler.o |
836 |
1% |
| | | | | | | | | | GroupsServerCommands.o |
288 |
1% |
| | | | | | | | | | GroupsTableManager.o |
720 |
1% |
| | | | | | | | | | Identify.o |
266 |
1% |
| | | | | | | | | | IdentifyCommandHandler.o |
268 |
1% |
| | | | | | | | | | IdentifyServerCommands.o |
160 |
1% |
| | | | | | | | | | OnOff.o |
124 |
1% |
| | | | | | | | | | OnOffCommandHandler.o |
188 |
1% |
| | | | | | | | | | OnOffCommands.o |
20 |
1% |
| | | | | | | | GreenPower/ |
14321 |
7% |
| | | | | | | | | Source/ |
14321 |
7% |
| | | | | | | | | | GreenPower.o |
2097 |
1% |
| | | | | | | | | | GreenPowerCommissioningNotification.o |
666 |
1% |
| | | | | | | | | | GreenPowerCommon.o |
3294 |
2% |
| | | | | | | | | | GreenPowerCustomCommandHandler.o |
212 |
1% |
| | | | | | | | | | GreenPowerCustomCommandResponses.o |
3192 |
2% |
| | | | | | | | | | GreenPowerDataIndication.o |
460 |
1% |
| | | | | | | | | | GreenPowerDirectCommandHandler.o |
308 |
1% |
| | | | | | | | | | GreenPowerNotification.o |
548 |
1% |
| | | | | | | | | | GreenPowerPairing.o |
794 |
1% |
| | | | | | | | | | GreenPowerProxyCommissioningMode.o |
634 |
1% |
| | | | | | | | | | GreenPowerProxyGPDHandler.o |
1124 |
1% |
| | | | | | | | | | GreenPowerProxyTableRequest.o |
174 |
1% |
| | | | | | | | | | GreenPowerProxyTableResponse.o |
264 |
1% |
| | | | | | | | | | GreenPowerResponse.o |
216 |
1% |
| | | | | | | | | | GreenPowerScheduler.o |
190 |
1% |
| | | | | | | | | | GreenPowerSinkTableResponse.o |
148 |
1% |
| | | | | | | | OTA/ |
9098 |
5% |
| | | | | | | | | Source/ |
9098 |
5% |
| | | | | | | | | | OTA.o |
1692 |
1% |
| | | | | | | | | | OTA_ClientUpgradeManager.o |
4280 |
2% |
| | | | | | | | | | OTA_CustomCommandHandler.o |
204 |
1% |
| | | | | | | | | | OTA_CustomReceiveCommands.o |
1404 |
1% |
| | | | | | | | | | OTA_client.o |
1418 |
1% |
| | | | | | | | | | OTA_common.o |
100 |
1% |
| | | | | | | Devices/ |
364 |
1% |
| | | | | | | | ZGP/ |
136 |
1% |
| | | | | | | | | Source/ |
136 |
1% |
| | | | | | | | | | gp.o |
136 |
1% |
| | | | | | | | ZHA/ |
228 |
1% |
| | | | | | | | | Generic/ |
228 |
1% |
| | | | | | | | | | Source/ |
228 |
1% |
| | | | | | | | | | | base_device.o |
228 |
1% |
| | | | | | ZigbeeCommon/ |
1160 |
1% |
| | | | | | | Source/ |
1160 |
1% |
| | | | | | | | ZQueue.o |
184 |
1% |
| | | | | | | | ZTimer.o |
408 |
1% |
| | | | | | | | appZdpExtraction.o |
120 |
1% |
| | | | | | | | appZpsBeaconHandler.o |
288 |
1% |
| | | | | | | | app_zps_link_keys.o |
8 |
1% |
| | | | | | | | port_JN518x.o |
152 |
1% |
| gcc/ |
560 |
1% |
| | startup_K32W041AM.o |
560 |
1% |